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

ubuntu-20.04-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:57.58: New job: test dinosaure/gilbraltar https://github.com/dinosaure/gilbraltar.git#refs/heads/main (e837c4dacd3ae06358d7ce7c530d350d88e5cd2f) (linux-x86_64:ubuntu-20.04-5.1_opam-2.1)
Base: ocaml/opam@sha256:641f00c71955cec0f5a54bbafecea0b2b6717317edf326a61275767e9e89d918
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:641f00c71955cec0f5a54bbafecea0b2b6717317edf326a61275767e9e89d918
# ubuntu-20.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 15:57.58: Using cache hint "dinosaure/gilbraltar-ocaml/opam@sha256:641f00c71955cec0f5a54bbafecea0b2b6717317edf326a61275767e9e89d918-ubuntu-20.04-5.1_opam-2.1-6b5d7fd3fe8069f277a7f25035d59e6a"
2024-05-10 15:57.58: Using OBuilder spec:
((from ocaml/opam@sha256:641f00c71955cec0f5a54bbafecea0b2b6717317edf326a61275767e9e89d918)
 (comment ubuntu-20.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 15:57.58: Waiting for resource in pool OCluster
2024-05-11 04:51.32: Waiting for worker…
2024-05-11 04:58.00: 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:641f00c71955cec0f5a54bbafecea0b2b6717317edf326a61275767e9e89d918)
Unable to find image 'ocaml/opam@sha256:641f00c71955cec0f5a54bbafecea0b2b6717317edf326a61275767e9e89d918' locally
docker.io/ocaml/opam@sha256:641f00c71955cec0f5a54bbafecea0b2b6717317edf326a61275767e9e89d918: Pulling from ocaml/opam
c3f4b668de7a: Pulling fs layer
c3f4b668de7a: Verifying Checksum
c3f4b668de7a: Download complete
c3f4b668de7a: Pull complete
Digest: sha256:641f00c71955cec0f5a54bbafecea0b2b6717317edf326a61275767e9e89d918
Status: Downloaded newer image for ocaml/opam@sha256:641f00c71955cec0f5a54bbafecea0b2b6717317edf326a61275767e9e89d918
2024-05-11 04:58.00 ---> using "9190ca00075b9643ef0c8afbacd343b81a9634459144143e47c42afe8fec5daf" from cache


/: (comment ubuntu-20.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 04:58.00 ---> using "0984735f6818b99497ffb1c00e1f54edbd667115c04890a48c4f7dc889ae1c24" 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 04:58.00 ---> using "fc9fd08490b3b706da9392db866b23ec4879e7db775a18968dbcbb6037f27763" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 04:58.00 ---> using "8097eb17a922bf502e71e7bfddca45b92e851c2902d786bfffb5d259b082b713" 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 04:59.06 ---> saved as "ddba960bcc60b418077e10905141bf57891d4fd0473a98e80d51c6dc15698d64"


/src: (copy (src mirage-gilbraltar.opam gilbraltar.opam gilbraltar-toolchain.opam gilbraltar-linux.opam)
            (dst ./))
2024-05-11 04:59.06 ---> saved as "8e91c85f2d0bbaedc2a5dc07d97dc4ee7263e3e6a2bb4de4b3bf7babbdc643f2"


/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 04:59.15 ---> saved as "3a57c77e3de992b3b27257c51768f7d9cf8cae0aded7988fff1fbfe8231f6adf"


/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://archive.ubuntu.com/ubuntu focal InRelease
- Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
- Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
- Get:5 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1500 kB]
- Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4104 kB]
- Get:7 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1203 kB]
- Fetched 7035 kB in 1s (7114 kB/s)
- 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 04:59.45 ---> saved as "f510103d1de71becfc393e47c6ed09031299ec3eead0a3c049ffb5bdca603366"


/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 macaddr.5.5.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.4.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 05:01.24 ---> saved as "e541a4f9e9eb1341168854c5368a53fd8346c1433fbfa6c4e11241deb33449a7"


/src: (copy (src .) (dst /src))
2024-05-11 05:01.27 ---> saved as "9889c2d91ea6fcf8e0c740078f7f5d2b1cfb612665789c38a89be7791d3ed90d"


/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/make gilbraltar_rpi4.elf gilbraltar_stub.elf)
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 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 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
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 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 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 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 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 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 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
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 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 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 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 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 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 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
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 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 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
LD gilbraltar_rpi4.elf
aarch64-linux-gnu-ld -r -L. -nostdlib boot.o irqentry.o mmu.o crt.o lib.o printf.o io.o log.o mem.o tscclock.o abort.o interrupts.o kernel.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 crt.o lib.o printf.o io.o log.o mem.o tscclock.o abort.o interrupts.o stub.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/make 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 05:01.29 ---> saved as "f2dfc8daad6f764d6b01fb285e3b537502bef91927eb943f50a300914abfc527"
Job succeeded
2024-05-11 05:01.29: Job succeeded