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

debian-12-4.06_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 22:06.48: New job: test dinosaure/gilbraltar https://github.com/dinosaure/gilbraltar.git#refs/heads/main (e837c4dacd3ae06358d7ce7c530d350d88e5cd2f) (linux-x86_64:debian-12-4.06_opam-2.1)
Base: ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
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:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
# debian-12-4.06_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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && 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 bigarray-compat.1.1.0 cmdliner.1.0.4 conf-python-3.9.0.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.0.1 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 fmt.0.8.9 functoria-runtime.3.0.3 ipaddr.5.3.0 logs.0.7.0 lwt.5.5.0 macaddr.5.3.0 mirage-runtime.3.8.1 mmap.1.2.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 result.1.5 seq.0.3.1 stdlib-shims.0.3.0 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 22:06.48: Using cache hint "dinosaure/gilbraltar-ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260-debian-12-4.06_opam-2.1-cc430a93d3bd0b8e2253eee82d1b4af7"
2024-05-10 22:06.48: Using OBuilder spec:
((from ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260)
 (comment debian-12-4.06_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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && 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 bigarray-compat.1.1.0 cmdliner.1.0.4 conf-python-3.9.0.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.0.1 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 fmt.0.8.9 functoria-runtime.3.0.3 ipaddr.5.3.0 logs.0.7.0 lwt.5.5.0 macaddr.5.3.0 mirage-runtime.3.8.1 mmap.1.2.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 result.1.5 seq.0.3.1 stdlib-shims.0.3.0 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 22:06.48: Waiting for resource in pool OCluster
2024-05-11 12:11.11: Waiting for worker…
2024-05-11 12:16.32: Got resource from pool OCluster
Building on doris.caelum.ci.dev
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:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260)
Unable to find image 'ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260' locally
docker.io/ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260: Pulling from ocaml/opam
Digest: sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
Status: Downloaded newer image for ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
2024-05-11 12:16.32 ---> using "892c338b589a62a59c59cff7a94a45d05cc552a424c9217d6aaf3ec3cf967845" from cache


/: (comment debian-12-4.06_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 12:16.32 ---> using "e47f485891503cb0e5d103b0e01a5495a94f6323ae2185ffb1e88bc155347da7" 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 12:16.32 ---> using "30f7e8eacb9385fb19ac2c9eeaa3d1cbd712dc8e6721f870397bd99d25a37e6f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.06.1
2.1.5
2024-05-11 12:16.32 ---> using "87188233f0fd5a18ddfae1bad560620237af3fe8f77e4ae5cbf63cb0ef649f3c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 12:16.32 ---> using "49f815766ee289566034e84eafdd5132e0b4b6683aa5cc20f27e7f4946d8e0f7" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   d4fc3679e9..2ae169d7d0  master     -> origin/master
2275b40053 @dra27 maintains ocaml-secondary-compiler


<><> 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 12:16.32 ---> using "c266fa80eb3bbce480826fc3b33457d9046893ed6cd77aed1fca08ed8293236c" from cache


/src: (copy (src mirage-gilbraltar.opam gilbraltar.opam gilbraltar-toolchain.opam gilbraltar-linux.opam)
            (dst ./))
2024-05-11 12:16.32 ---> saved as "787abddca37ff39dfddf4bf1cdf96d66454e4f09f501cad42d6d72b80ed52bbf"


/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 12:16.38 ---> saved as "d79e150e8133640adf1284567f58487d822c461eef40be01720d1fc81452a2cd"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 bigarray-compat.1.1.0 cmdliner.1.0.4 conf-python-3.9.0.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.0.1 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 fmt.0.8.9 functoria-runtime.3.0.3 ipaddr.5.3.0 logs.0.7.0 lwt.5.5.0 macaddr.5.3.0 mirage-runtime.3.8.1 mmap.1.2.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 result.1.5 seq.0.3.1 stdlib-shims.0.3.0 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://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 (1032 kB/s)
- Reading package lists...


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


[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.06.1).
[NOTE] Package ocaml is already installed (current version is 4.06.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 12:16.58 ---> saved as "3ea483fdd9bc70a0e1faa28e6caf4a15f127a8e9e15b800b2b9616842b998871"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.06.1).
[NOTE] Package ocaml is already installed (current version is 4.06.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 cmdliner            1.0.4
  - install ocamlfind           1.9.6
  - install topkg               1.0.7
  - install ocamlfind-secondary 1.9.6
  - install base-bytes          base
  - install dune                3.15.2
  - install stdlib-shims        0.3.0
  - install seq                 0.3.1
  - install result              1.5
  - install ocaml-syntax-shims  1.0.0
  - install macaddr             5.3.0
  - install duration            0.2.1
  - install domain-name         0.4.0
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install bigarray-compat     1.1.0
  - install bheap               2.0.0
  - install fmt                 0.8.9
  - install ipaddr              5.3.0
  - install dune-configurator   3.15.2
  - install ocplib-endian       1.2
  - install mmap                1.2.0
  - install cstruct             6.0.1
  - install functoria-runtime   3.0.3
  - install lwt                 5.5.0
  - install logs                0.7.0
  - install mirage-runtime      3.8.1
===== 29 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bheap.2.0.0  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-python-3.9.0.0
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.0.1  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved fmt.0.8.9  (cached)
-> retrieved functoria-runtime.3.0.3  (cached)
-> retrieved ipaddr.5.3.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.5.0  (cached)
-> retrieved macaddr.5.3.0  (cached)
-> retrieved mirage-runtime.3.8.1  (cached)
-> retrieved mmap.1.2.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.3.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed cmdliner.1.0.4
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed dune.3.15.2
-> installed bheap.2.0.0
-> installed duration.0.2.1
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed domain-name.0.4.0
-> installed macaddr.5.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed result.1.5
-> installed seq.0.3.1
-> installed stdlib-shims.0.3.0
-> installed cstruct.6.0.1
-> installed cppo.1.6.9
-> installed mmap.1.2.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.3.0
-> installed fmt.0.8.9
-> installed dune-configurator.3.15.2
-> installed functoria-runtime.3.0.3
-> installed lwt.5.5.0
-> installed logs.0.7.0
-> installed mirage-runtime.3.8.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 12:17.44 ---> saved as "05f7f2a32b2d9912d4dcf0c3ca1268802ec23667379022e2ed2dc52f7134d48c"


/src: (copy (src .) (dst /src))
2024-05-11 12:17.44 ---> saved as "945d6ed3970fcd81652d7a7bfd78ce8630d8f3db7ee7e7cb84beaee3479708c2"


/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 12:17.45 ---> saved as "8d350f366e5199b68479a2050eadbdfa6337b94ef658c9aac9e1bfbe5aced328"
Job succeeded
2024-05-11 12:17.46: Job succeeded