OCamllabs icon Home|Differences with the last checks|Previous runs


Building on m1-a.ocamllabs.io

(from ocaml/opam:debian-unstable)
WARNING: Error loading config file: .dockercfg: $HOME is not defined
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:a32e554d37007cabaf12da2261dad1c6890fb793357d4499f39865f3c85d81ab
Status: Downloaded newer image for ocaml/opam:debian-unstable
2021-09-03 12:40.17 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2021-09-03 12:40.17 ---> using "4d29eb3e0b7cd69a97ed90837671d5ca38aa41e2fb94346298af500378eca6fa" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'git://github.com/ocaml/opam-repository.git' ~/opam-repository && git -C ~/opam-repository checkout -q 8fc7af65ccb8f3b3709bf02b749ac492e6700b59"))
2021-09-03 12:40.17 ---> using "eb095db6df41eeadc708604343f7b0ce0892db9136dac67a38046f57271c5802" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

  ~/.profile is already up-to-date.
2021-09-03 12:40.17 ---> using "d245c9af6f86b2b97434d338a3fbb8270425ab7dc6ad1b5451665adc9698eabf" from cache

/: (run (network host)
        (shell "git clone -q 'git://github.com/ocaml/ocaml-beta-repository.git' ~/'beta' && git -C ~/'beta' checkout -q 79aeeadd813bdae424ab53f882f08bee0a4e0b89"))
2021-09-03 12:40.17 ---> using "20d9850dcecd0523d6eddecad814e9bbd93882334348605bfa6e15ffd8f5ced5" from cache

/: (run (shell "opam repository add --dont-select 'beta' ~/'beta'"))
[beta] Initialised
2021-09-03 12:40.17 ---> using "6f8879c5099d2146b69bdcec3874fd111cad6c5c42ac63d5f9aa72a228fd8ee8" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=beta,default 4.06.1"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.06.1"} | "ocaml-system" {= "4.06.1"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.06.1  (cached)
-> installed ocaml-base-compiler.4.06.1
-> installed ocaml-config.1
-> installed ocaml.4.06.1
Done.
# Run eval $(opam env --switch=4.06.1) to update the current shell environment
2021-09-03 12:40.17 ---> using "c141e51e2822d7d9c3ff5c1b550c952d4290ef5d2fe2a98c2dbc70551a45899a" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [8766 kB]
- Fetched 8994 kB in 2s (5189 kB/s)
- Reading package lists...
- 
2021-09-03 12:40.17 ---> using "7cc24f4935e3189ffc5589b294461782196b0966f980bb1e319bd610e5bd6797" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam install -y ocaml-secondary-compiler"))
The following actions will be performed:
  - install ocaml-secondary-compiler 4.08.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-secondary-compiler.4.08.1-1  (cached)
-> installed ocaml-secondary-compiler.4.08.1-1
Done.
# Run eval $(opam env) to update the current shell environment
2021-09-03 12:40.17 ---> using "afc1488d0705c4cf89d473a4bf498cabb954c2a167bbda1fc00ea913f8d62ef5" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"camlmix.1.3.0\"\
               \nopam install -vy \"camlmix.1.3.0\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"camlmix.1.3.0\" | grep -q '\"debian-unstable\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] camlmix.1.3.0 is not installed.

Nothing to do.
The following actions will be performed:
  - remove  ocaml-secondary-compiler 4.08.1-1
  - install camlmix                  1.3.0
===== 1 to install | 1 to remove =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   ocaml-secondary-compiler.4.08.1-1
Processing  2/4:
-> retrieved camlmix.1.3.0  (cached)
Processing  3/4: [camlmix: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.06.1/.opam-switch/build/camlmix.1.3.0)
- contents='let version = "1.3.0"'; \
-   if test "`cat version.ml`" != "$contents"; then \
-     echo "$contents" > version.ml;\
-   fi
- ocamllex lexer.mll
- 29 states, 305 transitions, table size 1394 bytes
- ocamlyacc  parser_directive.mly
- make[1]: Entering directory '/home/opam/.opam/4.06.1/.opam-switch/build/camlmix.1.3.0'
- making ._ncdi/parser_directive.di from parser_directive.mli
- making ._ncdi/lexer.di from lexer.mli
- making ._d/parser_directive.d from parser_directive.ml
- making ._d/lexer.d from lexer.ml
- making ._d/main.d from main.ml
- making ._d/directive.d from directive.ml
- making ._d/version.d from version.ml
- ocamlopt -c version.ml
- ocamlc -c lexer.mli
- ocamlopt -c lexer.ml
- ocamlc -c parser_directive.mli
- ocamlopt -c parser_directive.ml
- ocamlopt -c directive.ml
- ocamlopt -c main.ml
- ocamlopt \
- 			  \
- 			             unix.cmxa   -o camlmix \
- 			version.cmx lexer.cmx parser_directive.cmx directive.cmx main.cmx
- make[1]: Leaving directory '/home/opam/.opam/4.06.1/.opam-switch/build/camlmix.1.3.0'
-> compiled  camlmix.1.3.0
Processing  4/4: [camlmix: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "PREFIX=/home/opam/.opam/4.06.1" (CWD=/home/opam/.opam/4.06.1/.opam-switch/build/camlmix.1.3.0)
- install -m 0755 camlmix /home/opam/.opam/4.06.1/bin/
-> installed camlmix.1.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2021-09-03 12:40.36 ---> saved as "18b4ffeda65ed428a38e96b5ce4dba32466e6fa2af765c6f48e5d73fcd259211"
Job succeeded