Organisationsdinosauregilbraltare837c4 (main)ubuntu-23.04-5.1_opam-2.1

ubuntu-23.04-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 16:12.03: New job: test dinosaure/gilbraltar https://github.com/dinosaure/gilbraltar.git#refs/heads/main (e837c4dacd3ae06358d7ce7c530d350d88e5cd2f) (linux-x86_64:ubuntu-23.04-5.1_opam-2.1)
Base: ocaml/opam@sha256:f1c167051573109bd698c319a4df29994b2caf220fc200bfb4ea93726895cc97
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:f1c167051573109bd698c319a4df29994b2caf220fc200bfb4ea93726895cc97
# ubuntu-23.04-5.1_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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.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-toolchain.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=mirage-gilbraltar,gilbraltar-toolchain @install @check @runtest && rm -rf _build


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


2024-05-10 16:12.03: Using cache hint "dinosaure/gilbraltar-ocaml/opam@sha256:f1c167051573109bd698c319a4df29994b2caf220fc200bfb4ea93726895cc97-ubuntu-23.04-5.1_opam-2.1-6b5d7fd3fe8069f277a7f25035d59e6a"
2024-05-10 16:12.03: Using OBuilder spec:
((from ocaml/opam@sha256:f1c167051573109bd698c319a4df29994b2caf220fc200bfb4ea93726895cc97)
 (comment ubuntu-23.04-5.1_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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.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-toolchain.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 --only-packages=mirage-gilbraltar,gilbraltar-toolchain @install @check @runtest && rm -rf _build"))
)


2024-05-10 16:12.03: Waiting for resource in pool OCluster
2024-05-11 06:51.36: Waiting for worker…
2024-05-11 07:06.05: Got resource from pool OCluster
Building on x86-bm-c15.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:f1c167051573109bd698c319a4df29994b2caf220fc200bfb4ea93726895cc97)
Unable to find image 'ocaml/opam@sha256:f1c167051573109bd698c319a4df29994b2caf220fc200bfb4ea93726895cc97' locally
docker.io/ocaml/opam@sha256:f1c167051573109bd698c319a4df29994b2caf220fc200bfb4ea93726895cc97: Pulling from ocaml/opam
4df57cc7f378: Pulling fs layer
4df57cc7f378: Verifying Checksum
4df57cc7f378: Download complete
4df57cc7f378: Pull complete
Digest: sha256:f1c167051573109bd698c319a4df29994b2caf220fc200bfb4ea93726895cc97
Status: Downloaded newer image for ocaml/opam@sha256:f1c167051573109bd698c319a4df29994b2caf220fc200bfb4ea93726895cc97
2024-05-11 07:06.06 ---> using "0627302174fca743426acb00c0b4ad5f014ad3d94d104f53e6d0f9df4cc65220" from cache


/: (comment ubuntu-23.04-5.1_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 07:06.06 ---> using "0199df116e9381c1e8c8c0484a35cea773fa1b30a5ea0660de7ec1d889870cfa" 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 07:06.06 ---> using "711a5a1b09256bbc033b1404c7cf437c845cd732fa35c40f9f6195b1db52f35b" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-11 07:06.06 ---> using "0a66300088545a21168e53f508c0d69a6977967e5b2ab3d39c15c73db556911e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 07:06.06 ---> using "159b52435cf948891703e573d2b6cc2de1bf6ab014713310ce4777eeeffe0f14" 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 07:06.06 ---> using "1de13576b4bc4469015e2d922140b3f6c8b574d8ca161156e416b0b170e2ea8f" from cache


/src: (copy (src mirage-gilbraltar.opam gilbraltar.opam gilbraltar-toolchain.opam gilbraltar-linux.opam)
            (dst ./))
2024-05-11 07:06.06 ---> saved as "7b61d84c8911c00bff045246f8b1ec46ff3d6da293dfef57859233739c45eead"


/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 07:06.17 ---> saved as "cd71e93b926fce6c1a625c93ddda9138eb855edac63f13526fca1148c57fc3b7"


/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.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-toolchain.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu lunar-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu lunar InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu lunar-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu lunar-backports InRelease
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 07:06.46 ---> saved as "d2d08623df2501c914b678437cd46336e2d66b576031d4d80cbe904e89dd926e"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 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
===== 21 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 ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (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 07:07.52 ---> saved as "2ae5c107284215d8c4b48713d4a8c73c07d479b493ca65682fa5ddeb40a54326"


/src: (copy (src .) (dst /src))
2024-05-11 07:07.53 ---> saved as "1c8280516eb90573ab31613fc43c2bd8db54093b48004c7785ca630c996ad7cc"


/src: (run (shell "opam exec -- dune build --only-packages=mirage-gilbraltar,gilbraltar-toolchain @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 07:07.55 ---> saved as "c8e718c7f7feac324c79c1cbd45c9cfeb0586641e8c74f4fe3dddbeb8b5f554f"
Job succeeded
2024-05-11 07:07.56: Job succeeded