Organisationsdinosauregilbraltare837c4 (main)debian-12-4.12_opam-2.1

debian-12-4.12_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 22:07.08: New job: test dinosaure/gilbraltar https://github.com/dinosaure/gilbraltar.git#refs/heads/main (e837c4dacd3ae06358d7ce7c530d350d88e5cd2f) (linux-x86_64:debian-12-4.12_opam-2.1)
Base: ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/gilbraltar.git" -b "main" && cd "gilbraltar" && git reset --hard e837c4da
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955
# debian-12-4.12_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-gilbraltar.opam gilbraltar.opam gilbraltar-toolchain.opam gilbraltar-linux.opam ./
RUN opam pin add -yn mirage-gilbraltar.dev './' && \
    opam pin add -yn gilbraltar.dev './' && \
    opam pin add -yn gilbraltar-toolchain.dev './' && \
    opam pin add -yn gilbraltar-linux.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.2.0 conf-python-3.9.0.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 fmt.0.9.0 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 mirage-runtime.4.5.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-src.4.12.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-gilbraltar.dev gilbraltar.dev gilbraltar-toolchain.dev gilbraltar-linux.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-05-10 22:07.08: Using cache hint "dinosaure/gilbraltar-ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955-debian-12-4.12_opam-2.1-66a43825880babedeac971e2d045a762"
2024-05-10 22:07.08: Using OBuilder spec:
((from ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955)
 (comment debian-12-4.12_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-gilbraltar.opam gilbraltar.opam gilbraltar-toolchain.opam gilbraltar-linux.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn mirage-gilbraltar.dev './' && \
             \nopam pin add -yn gilbraltar.dev './' && \
             \nopam pin add -yn gilbraltar-toolchain.dev './' && \
             \nopam pin add -yn gilbraltar-linux.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.2.0 conf-python-3.9.0.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 fmt.0.9.0 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 mirage-runtime.4.5.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-src.4.12.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 topkg.1.0.7")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-gilbraltar.dev gilbraltar.dev gilbraltar-toolchain.dev gilbraltar-linux.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-10 22:07.08: Waiting for resource in pool OCluster
2024-05-11 13:05.51: Waiting for worker…
2024-05-11 13:11.17: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
Submodule path 'tools/arm64-pgtable-tool': checked out 'ff70c796b3797ff1eed413477ae551b29339c789'
HEAD is now at e837c4d Merge pull request #23 from dinosaure/format
Synchronizing submodule url for 'tools/arm64-pgtable-tool'
Cleared directory 'tools/arm64-pgtable-tool'
Submodule 'tools/arm64-pgtable-tool' (https://github.com/TheLortex/arm64-pgtable-tool) unregistered for path 'tools/arm64-pgtable-tool'
Submodule 'tools/arm64-pgtable-tool' (https://github.com/TheLortex/arm64-pgtable-tool) registered for path 'tools/arm64-pgtable-tool'
Submodule path 'tools/arm64-pgtable-tool': checked out 'ff70c796b3797ff1eed413477ae551b29339c789'


(from ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955)
Unable to find image 'ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955' locally
docker.io/ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955: Pulling from ocaml/opam
a757a8e75c06: Pulling fs layer
a757a8e75c06: Verifying Checksum
a757a8e75c06: Download complete
a757a8e75c06: Pull complete
Digest: sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955
Status: Downloaded newer image for ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955
2024-05-11 13:11.18 ---> using "7691599c3842a186f32c96bd3f64e2958205364d660afeca8f960ca438908d43" from cache


/: (comment debian-12-4.12_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 13:11.18 ---> using "5377e64c1dc39ca1a43c8ae5a941f55df6714685285df7bdeaf7f34fcb274434" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 13:11.18 ---> using "ad3f804af701dcea352ca9aded800a725e18f9ac799fb4a1d5bfb6bb52a7d9ed" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.12.1
2.1.5
2024-05-11 13:11.18 ---> using "e355ea3d9b294d1e727ee9241d9217b5458bf1b3b9ce57a201f41e13c4db65b5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 13:11.18 ---> using "8d0600802d9765bf6213fb7c5e04c1b69cf95977c0060c9e97adf2a7f53bcd78" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 13:11.41 ---> saved as "4829ae3f3426b7522a3e81a0a7a2805661c3e74d1e9f3f45bddcbb0515b1949e"


/src: (copy (src mirage-gilbraltar.opam gilbraltar.opam gilbraltar-toolchain.opam gilbraltar-linux.opam)
            (dst ./))
2024-05-11 13:11.42 ---> saved as "f4f676b87abc87e462bde6c812a8160a722f14eabfd26512466dd1920f9e36ab"


/src: (run (network host)
           (shell  "opam pin add -yn mirage-gilbraltar.dev './' && \
                  \nopam pin add -yn gilbraltar.dev './' && \
                  \nopam pin add -yn gilbraltar-toolchain.dev './' && \
                  \nopam pin add -yn gilbraltar-linux.dev './'"))
Package mirage-gilbraltar does not exist, create as a NEW package? [Y/n] y
[mirage-gilbraltar.dev] synchronised (file:///src)
mirage-gilbraltar is now pinned to file:///src (version dev)
Package gilbraltar does not exist, create as a NEW package? [Y/n] y
[gilbraltar.dev] synchronised (file:///src)
gilbraltar is now pinned to file:///src (version dev)
Package gilbraltar-toolchain does not exist, create as a NEW package? [Y/n] y
[gilbraltar-toolchain.dev] synchronised (file:///src)
gilbraltar-toolchain is now pinned to file:///src (version dev)
Package gilbraltar-linux does not exist, create as a NEW package? [Y/n] y
[gilbraltar-linux.dev] synchronised (file:///src)
gilbraltar-linux is now pinned to file:///src (version dev)
2024-05-11 13:11.49 ---> saved as "9651ea770b35d0e4b0829d36407f179f28348fe7b155c732cfa1232965cf31eb"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.2.0 conf-python-3.9.0.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 fmt.0.9.0 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 mirage-runtime.4.5.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-src.4.12.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 topkg.1.0.7")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-gilbraltar.dev gilbraltar.dev gilbraltar-toolchain.dev gilbraltar-linux.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (733 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gilbraltar.dev] synchronised (no changes)
[gilbraltar-linux.dev] synchronised (no changes)
[gilbraltar-toolchain.dev] synchronised (no changes)
[mirage-gilbraltar.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    gcc-aarch64-linux-gnu python3


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "gcc-aarch64-linux-gnu" "python3"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-11 13:12.20 ---> saved as "4324886b06e0783f89235e56991563fd5a644f6cce4b362ca22c95c429e896dc"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install conf-python-3     9.0.0
  - install ocamlbuild        0.14.3
  - install ocaml-src         4.12.1
  - install cmdliner          1.2.0
  - install ocamlfind         1.9.6
  - install dune              3.15.2
  - install topkg             1.0.7
  - install base-bytes        base
  - install macaddr           5.5.0
  - install duration          0.2.1
  - install domain-name       0.4.0
  - install csexp             1.5.2
  - install cppo              1.6.9
  - install bheap             2.0.0
  - install fmt               0.9.0
  - install ipaddr            5.5.0
  - install dune-configurator 3.15.2
  - install ocplib-endian     1.2
  - install cstruct           6.2.0
  - install lwt               5.7.0
  - install logs              0.7.0
  - install mirage-runtime    4.5.0
===== 22 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bheap.2.0.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-python-3.9.0.0
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved mirage-runtime.4.5.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved ocaml-src.4.12.1  (https://github.com/ocaml/ocaml/archive/4.12.1.tar.gz)
-> installed ocaml-src.4.12.1
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed dune.3.15.2
-> installed bheap.2.0.0
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed macaddr.5.5.0
-> installed cppo.1.6.9
-> installed ipaddr.5.5.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.15.2
-> installed lwt.5.7.0
-> installed logs.0.7.0
-> installed mirage-runtime.4.5.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 13:14.00 ---> saved as "491110aeb89e8685529604af2a497e0eb0b212f8202e68185d492d899f889fb2"


/src: (copy (src .) (dst /src))
2024-05-11 13:14.01 ---> saved as "6dd085775bd3c08b9c3edda79d481611796cde6e8cabcff756280b5371b0b41a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/kernel && /usr/bin/bash -e -u -o pipefail -c ./configure.sh)
configure.sh: Using cc for host compiler (x86_64-linux-gnu)
configure.sh: Checking that aarch64-linux-gnu-gcc works: yes
configure.sh: Using aarch64-linux-gnu-gcc for target compiler (aarch64-linux-gnu)
configure.sh: Checking if aarch64-linux-gnu-ld is available: yes
configure.sh: Checking if aarch64-linux-gnu-ld is LLD: no
configure.sh: Checking if aarch64-linux-gnu-ld understands aarch64: yes
configure.sh: Checking if aarch64-linux-gnu-objcopy is available: yes
configure.sh: Checking if aarch64-linux-gnu-objcopy understands aarch64: yes
configure.sh: Checking if aarch64-linux-gnu-objcopy understands -w -G: yes
configure.sh: Using aarch64-linux-gnu-ld for target linker
configure.sh: Using aarch64-linux-gnu-objcopy for target objcopy
configure.sh: Target toolchain triple is aarch64-rpi4-none-static
(cd _build/default/kernel/lib && /usr/bin/gmake gilbraltar_rpi4.elf gilbraltar_stub.elf)
CC tscclock.d
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles tscclock.c -MM -MT tscclock.o >tscclock.d
CC stub.d
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles stub.c -MM -MT stub.o >stub.d
CC printf.d
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles printf.c -MM -MT printf.o >printf.d
CC mem.d
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles mem.c -MM -MT mem.o >mem.d
CC log.d
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles log.c -MM -MT log.o >log.d
CC lib.d
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles lib.c -MM -MT lib.o >lib.d
CC kernel.d
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles kernel.c -MM -MT kernel.o >kernel.d
CC io.d
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles io.c -MM -MT io.o >io.d
CC interrupts.d
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles interrupts.c -MM -MT interrupts.o >interrupts.d
CC crt.d
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles crt.c -MM -MT crt.o >crt.d
CC abort.d
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles abort.c -MM -MT abort.o >abort.d
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c boot.S -o boot.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c irqentry.S -o irqentry.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c mmu.S -o mmu.o
DEP abort.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c abort.c -o abort.o
DEP crt.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c crt.c -o crt.o
DEP interrupts.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c interrupts.c -o interrupts.o
DEP io.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c io.c -o io.o
DEP kernel.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c kernel.c -o kernel.o
DEP lib.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c lib.c -o lib.o
DEP log.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c log.c -o log.o
DEP mem.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c mem.c -o mem.o
DEP printf.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c printf.c -o printf.o
DEP tscclock.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c tscclock.c -o tscclock.o
LD gilbraltar_rpi4.elf
aarch64-linux-gnu-ld -r -L. -nostdlib boot.o irqentry.o mmu.o abort.o crt.o interrupts.o io.o kernel.o lib.o log.o mem.o printf.o tscclock.o -o gilbraltar_rpi4.elf
DEP stub.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -mstrict-align -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c stub.c -o stub.o
LD gilbraltar_stub.elf
aarch64-linux-gnu-ld -r -L. -nostdlib abort.o crt.o interrupts.o io.o lib.o log.o mem.o printf.o stub.o tscclock.o -o gilbraltar_stub.elf
OBJCOPY gilbraltar_stub.elf
aarch64-linux-gnu-objcopy -w -G tscclock_monotonic -G uart_\* -G irq_\* -G _start\* \
	-G __stack_chk_guard -G __stack_chk_fail \
	gilbraltar_stub.elf gilbraltar_stub.elf
(cd _build/default/kernel/test && /usr/bin/gmake kernel8.elf)
DEP main.o
aarch64-linux-gnu-gcc -I../include/aarch64-rpi4-none-static -DPRINTF_INCLUDE_CONFIG_H -DSSP_GUARD_SYMBOL=__stack_chk_guard -DSSP_FAIL_SYMBOL=__stack_chk_fail -std=c11 -ffreestanding -fstack-protector-strong -nostdinc -nostdlib -nostartfiles -c main.c -o main.o
aarch64-linux-gnu-ld -L. -nostdlib main.o ../lib/gilbraltar_rpi4.elf  -T ../lib/rpi4_link.lds -o kernel8.elf
2024-05-11 13:14.02 ---> saved as "0085c3314af4930a96e0fc95d418f6bc5fb66a4c7c48252a5f1877a33b95b6fb"
Job succeeded
2024-05-11 13:14.02: Job succeeded