Organisationsocurrentbunedb099 (primary)debian-12-4.11_opam-2.1

debian-12-4.11_opam-2.1

Link Copied
Code Copied

Logs

2024-05-12 09:41.50: New job: test ocurrent/bun https://github.com/ocurrent/bun.git#refs/heads/primary (edb099ddce28a538412a62564b419879c278c403) (linux-x86_64:debian-12-4.11_opam-2.1)
Base: ocaml/opam@sha256:dcff9b7364d16603e20c7edf224cc14fb8c322c79b06917a79841ff2610f94bf
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/bun.git" -b "primary" && cd "bun" && git reset --hard edb099dd
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:dcff9b7364d16603e20c7edf224cc14fb8c322c79b06917a79841ff2610f94bf
# debian-12-4.11_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 bun.opam ./
RUN opam pin add -yn bun.dev './'
ENV DEPS="afl.2.52b afl-persistent.1.4 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 lwt.5.7.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 rresult.0.7.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y bun.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-12 09:41.50: Using cache hint "ocurrent/bun-ocaml/opam@sha256:dcff9b7364d16603e20c7edf224cc14fb8c322c79b06917a79841ff2610f94bf-debian-12-4.11_opam-2.1-11b0dc34720d807af3bed748bf18deb7"
2024-05-12 09:41.50: Using OBuilder spec:
((from ocaml/opam@sha256:dcff9b7364d16603e20c7edf224cc14fb8c322c79b06917a79841ff2610f94bf)
 (comment debian-12-4.11_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 bun.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bun.dev './'"))
 (env DEPS "afl.2.52b afl-persistent.1.4 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 lwt.5.7.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 rresult.0.7.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 bun.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-12 09:41.50: Waiting for resource in pool OCluster
2024-05-12 09:41.50: Waiting for worker…
2024-05-12 09:43.47: Got resource from pool OCluster
Building on x86-bm-c14.sw.ocaml.org
All commits already cached
HEAD is now at edb099d Merge pull request #32 from ocurrent/revert-31-patch-1


(from ocaml/opam@sha256:dcff9b7364d16603e20c7edf224cc14fb8c322c79b06917a79841ff2610f94bf)
2024-05-12 09:43.48 ---> using "e6ad555849e967ba63e4d3a89271f1ad06deedf53ea1748ccb1b2f0ac38d1300" from cache


/: (comment debian-12-4.11_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-12 09:43.48 ---> using "613760ba1f09134d4a4b7530707be3a733a9820365d5dbb1242ddde039a6c5fb" 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-12 09:43.48 ---> using "c4547e7df6bcb6ef09d80225280ad1da5908fc0b5584973bf800f927532318c1" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.11.2
2.1.5
2024-05-12 09:43.48 ---> using "877dfc74ccbe7b0c781e89a1b2fa7d14f5045ad84a463d42386edda79f6c3bf9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-12 09:43.48 ---> using "851fc2a0e58c8b4b9d5564ca7629f7cc123d82dc3207784e1da88aee6357d23e" 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..fec8ff50cd  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-12 09:43.48 ---> using "e661b6bcce1f464662b779a5a6ec1de2df352f89475815516f42107682c6b6a2" from cache


/src: (copy (src bun.opam) (dst ./))
2024-05-12 09:43.48 ---> saved as "8f06c2d9aa88b7811e77435a37de8c4352d865b71e2944376134ac4a374f7fea"


/src: (run (network host)
           (shell "opam pin add -yn bun.dev './'"))
[bun.dev] synchronised (file:///src)
bun is now pinned to file:///src (version dev)
2024-05-12 09:43.50 ---> saved as "9f382dd1bedfe7ffe50bf5d7c3b117797ad881ab8fd26e4a504175ddcb1bd740"


/src: (env DEPS "afl.2.52b afl-persistent.1.4 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 lwt.5.7.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 rresult.0.7.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 bun.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 (1060 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bun.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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).
2024-05-12 09:44.14 ---> saved as "cd8846ba4c0f3d8143000c2f42b707e4e066dd3da785486b95ec69726b0dc1bb"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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 ocamlbuild        0.14.3
  - install cmdliner          1.2.0
  - install ocamlfind         1.9.6
  - install dune              3.15.2
  - install afl               2.52b
  - install topkg             1.0.7
  - install base-bytes        base
  - install csexp             1.5.2
  - install cppo              1.6.9
  - install afl-persistent    1.4
  - install rresult           0.7.0
  - install fmt               0.9.0
  - install astring           0.8.5
  - install dune-configurator 3.15.2
  - install ocplib-endian     1.2
  - install fpath             0.7.3
  - install lwt               5.7.0
  - install crowbar           0.2.1
  - install logs              0.7.0
  - install bos               0.2.1
===== 20 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved afl.2.52b  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crowbar.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed afl.2.52b
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.15.2
-> installed afl-persistent.1.4
-> installed csexp.1.5.2
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed crowbar.0.2.1
-> installed dune-configurator.3.15.2
-> installed lwt.5.7.0
-> installed logs.0.7.0
-> installed bos.0.2.1
Done.


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.


   To globally enable AFL instrumentation, create an OCaml switch like:


     opam switch create 4.11.2+afl ocaml-variants.4.11.2+options ocaml-option-afl
# Run eval $(opam env) to update the current shell environment
2024-05-12 09:45.28 ---> saved as "495394db9b23316017d304e5ba43e5e54c3cab5b75b6fb35a596f17d8d2775c7"


/src: (copy (src .) (dst /src))
2024-05-12 09:45.29 ---> saved as "4e96cda35af189ac5dc2cd20a125266c55cfe34851c6ed3c272e7740a6444bdb"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && /usr/bin/bash -e -u -o pipefail -c '! timeout 30s ../src/bun.exe -vv --max-cores=2 ./short.exe') > _build/default/test/shorttest-output
09:45.30:[EXEC:57]['afl-gotcpu']
09:45.30:[EXEC:58]['grep' 'more processes on ']
09:45.31:[DEBUG]cores line: 8 to 27 cores. <<<
09:45.31:[INFO]2 available cores detected!
09:45.31:[INFO]Executing /home/opam/.opam/4.11/bin/afl-fuzz -m 200 -i input -o output -M 1 -- ./short.exe @@
09:45.31:[INFO]/home/opam/.opam/4.11/bin/afl-fuzz launched: PID 99
09:45.31:[INFO]Executing /home/opam/.opam/4.11/bin/afl-fuzz -m 200 -i input -o output -S 2 -- ./short.exe @@
09:45.31:[INFO]/home/opam/.opam/4.11/bin/afl-fuzz launched: PID 100
09:45.31:[WARNING]Fuzzer 2 (pid=100) has failed with code 1
09:45.31:[INFO]Terminating fuzzer 1 (pid=99)
09:45.31:[INFO]Fuzzer 1 (pid=99) shut down, as requested
bun: All fuzzers finished, but some crashes were found!
File "test/dune", line 13, characters 0-396:
13 | (rule
14 |  (alias runtest)
15 |  (deps ../src/bun.exe short.exe)
....
23 |       (bash "! timeout 30s ../src/bun.exe -vv --max-cores=2 ./short.exe"))
24 |     (bash "grep 'Crashes found!' shorttest-output || (cat shorttest-output; echo FAILED; exit 1)")
25 |     (cat shorttest-output))))))
(cd _build/default/test && /usr/bin/bash -e -u -o pipefail -c 'grep '\''Crashes found!'\'' shorttest-output || (cat shorttest-output; echo FAILED; exit 1)')
09:45.31:Fuzzers launched: [1 (pid=99); 2 (pid=100)].
afl-fuzz 2.52b by <lcamtuf@google.com>
[+] Disabling the UI because AFL_NO_UI is set.
[+] You have 40 CPU cores and 25 runnable tasks (utilization: 62%).
[+] Try parallel jobs - see docs/parallel_fuzzing.txt.
[!] WARNING: Not binding to a CPU core (AFL_NO_AFFINITY set).
[*] Checking core_pattern...


[-] Hmm, your system is configured to send core dump notifications to an
    external utility. This will cause issues: there will be an extended delay
    between stumbling upon a crash and having this information relayed to the
    fuzzer via the standard waitpid() API.


    To avoid having crashes misinterpreted as timeouts, please log in as root
    and temporarily modify /proc/sys/kernel/core_pattern, like so:


    echo core >/proc/sys/kernel/core_pattern

[-] PROGRAM ABORT : Pipe at the beginning of 'core_pattern'
         Location : check_crash_handling(), afl-fuzz.c:7275


afl-fuzz 2.52b by <lcamtuf@google.com>
[+] Disabling the UI because AFL_NO_UI is set.
[+] You have 40 CPU cores and 25 runnable tasks (utilization: 62%).
[+] Try parallel jobs - see docs/parallel_fuzzing.txt.
[!] WARNING: Not binding to a CPU core (AFL_NO_AFFINITY set).
[*] Checking core_pattern...


[-] Hmm, your system is configured to send core dump notifications to an
    external utility. This will cause issues: there will be an extended delay
    between stumbling upon a crash and having this information relayed to the
    fuzzer via the standard waitpid() API.


    To avoid having crashes misinterpreted as timeouts, please log in as root
    and temporarily modify /proc/sys/kernel/core_pattern, like so:


    echo core >/proc/sys/kernel/core_pattern

[-] PROGRAM ABORT : Pipe at the beginning of 'core_pattern'
         Location : check_crash_handling(), afl-fuzz.c:7275


No crashes found!
FAILED
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-12 09:45.31: Job failed: Failed: Build failed