Organisationsdinosauregilbraltare837c4 (main)ubuntu-23.10-4.14_opam-2.1

ubuntu-23.10-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 16:15.21: New job: test dinosaure/gilbraltar https://github.com/dinosaure/gilbraltar.git#refs/heads/main (e837c4dacd3ae06358d7ce7c530d350d88e5cd2f) (linux-x86_64:ubuntu-23.10-4.14_opam-2.1)
Base: ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d
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:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d
# ubuntu-23.10-4.14_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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-src.4.14.2 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 16:15.21: Using cache hint "dinosaure/gilbraltar-ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d-ubuntu-23.10-4.14_opam-2.1-8326dcd6d096a8b074966446aa5e08aa"
2024-05-10 16:15.21: Using OBuilder spec:
((from ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d)
 (comment ubuntu-23.10-4.14_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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-src.4.14.2 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 16:15.21: Waiting for resource in pool OCluster
2024-05-11 10:15.39: Waiting for worker…
2024-05-11 10:23.30: 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:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d)
Unable to find image 'ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d' locally
docker.io/ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d: Pulling from ocaml/opam
0fb0d9a99b4b: Pulling fs layer
0fb0d9a99b4b: Verifying Checksum
0fb0d9a99b4b: Download complete
0fb0d9a99b4b: Pull complete
Digest: sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d
Status: Downloaded newer image for ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d
2024-05-11 10:23.30 ---> using "2dd0248bee74057ded8e604d00ac581da1a0d2d6736b964f988c16cdca5c04f9" from cache


/: (comment ubuntu-23.10-4.14_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 10:23.30 ---> using "98dd6261c52a772ca8552d7da0badda0ef0696e9e8a69ebc504b4f78274564a7" 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 10:23.30 ---> using "a4c69c0c53b283256a7cd7b4a34cfa680ffab54be5dbb444cb0dadbdccfd3230" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 10:23.30 ---> using "233f8f591950b4ff48295d053e99b8a518f39e3c37ee5456a302b4b0bf43c1b5" 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 10:24.08 ---> saved as "90c4950a3e757c68a2d4862221d1450cc7f1b4917528c48b67f22f3a4f4bf8e3"


/src: (copy (src mirage-gilbraltar.opam gilbraltar.opam gilbraltar-toolchain.opam gilbraltar-linux.opam)
            (dst ./))
2024-05-11 10:24.09 ---> saved as "455d081b946fb3de70601e7e0796e68eb9f6697cb10881f9ec04b421ea16c6d0"


/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 10:24.19 ---> saved as "d4700ffc187a29f30aa9cb7f2a09376444226ba1b79ca400db5258acfd0e1c55"


/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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-src.4.14.2 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://archive.ubuntu.com/ubuntu mantic InRelease
- Get:2 http://archive.ubuntu.com/ubuntu mantic-updates InRelease [109 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu mantic-backports InRelease
- Get:4 http://security.ubuntu.com/ubuntu mantic-security InRelease [109 kB]
- Get:5 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 Packages [522 kB]
- Get:6 http://archive.ubuntu.com/ubuntu mantic-updates/universe amd64 Packages [470 kB]
- Get:7 http://security.ubuntu.com/ubuntu mantic-security/universe amd64 Packages [360 kB]
- Fetched 1569 kB in 1s (1344 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.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 10:25.01 ---> saved as "28cd062d3950df078241da849f8a1f37f43529a3f73f409c0a50d09b48bf6232"


/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.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 ocaml-src         4.14.2
  - install ocamlbuild        0.14.3
  - 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 ocaml-src.4.14.2  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> installed ocaml-src.4.14.2
-> retrieved topkg.1.0.7  (cached)
-> 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 10:26.48 ---> saved as "6e2e5d2f51d303491acaa70615e170f908caa958d4e9e8478603e28ce0dfd781"


/src: (copy (src .) (dst /src))
2024-05-11 10:26.49 ---> saved as "c70220f73fc3c3248de457e60004f773879997e191af0bfd85b6795ed10406e2"


/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 10:26.51 ---> saved as "70b395e357f2f3bc84ff91647f6ac91c8dee50a893523c9b3ea277d3489ed4e5"
Job succeeded
2024-05-11 10:26.52: Job succeeded