[INFO] cloning repository https://github.com/lenra-io/app-showcase [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lenra-io/app-showcase" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flenra-io%2Fapp-showcase", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flenra-io%2Fapp-showcase'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 82660bbf1b745ffe28d2c5d21ba95fead2d4f018 [INFO] testing lenra-io/app-showcase against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flenra-io%2Fapp-showcase" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lenra-io/app-showcase on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lenra-io/app-showcase [INFO] finished tweaking git repo https://github.com/lenra-io/app-showcase [INFO] tweaked toml for git repo https://github.com/lenra-io/app-showcase written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/lenra-io/app-showcase already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/lenra-io/app-lib-rust.git` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ureq v2.8.0 [INFO] [stderr] Downloaded regress v0.7.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44fe97ea1938e9f03f205e481e9d5ee3487d65c9db9d1320347715d574c10307 [INFO] running `Command { std: "docker" "start" "-a" "44fe97ea1938e9f03f205e481e9d5ee3487d65c9db9d1320347715d574c10307", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44fe97ea1938e9f03f205e481e9d5ee3487d65c9db9d1320347715d574c10307", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44fe97ea1938e9f03f205e481e9d5ee3487d65c9db9d1320347715d574c10307", kill_on_drop: false }` [INFO] [stdout] 44fe97ea1938e9f03f205e481e9d5ee3487d65c9db9d1320347715d574c10307 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e727bca1f44731616d2e0c4852e27d728457ae4332dabb495c2a28053b650e2 [INFO] running `Command { std: "docker" "start" "-a" "0e727bca1f44731616d2e0c4852e27d728457ae4332dabb495c2a28053b650e2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling proc-macro2 v1.0.67 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling rustls v0.21.7 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling termcolor v1.3.0 [INFO] [stderr] Compiling webpki-roots v0.25.2 [INFO] [stderr] Compiling base64 v0.21.4 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling aho-corasick v1.1.1 [INFO] [stderr] Compiling flate2 v1.0.27 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling syn v2.0.37 [INFO] [stderr] Compiling regress v0.7.1 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling regex-automata v0.3.9 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Compiling regex v1.9.6 [INFO] [stderr] Compiling env_logger v0.9.3 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rustls-webpki v0.101.6 [INFO] [stderr] Compiling ureq v2.8.0 [INFO] [stderr] Compiling lenra-app v0.0.0 (https://github.com/lenra-io/app-lib-rust.git?branch=fix-from-value#812fe81d) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `lenra-app` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name lenra_app --edition=2021 /opt/rustwide/cargo-home/git/checkouts/app-lib-rust-ec69d928a9c8a5fb/812fe81/lenra-app/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=494f22481305bc37 -C extra-filename=-494f22481305bc37 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-c90279cac71bf073.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-f70b602849b14a48.rmeta --extern regress=/opt/rustwide/target/debug/deps/libregress-ed9026e0c2d7d1b8.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-c46d5642b6a0605c.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-21cf945f89a4c357.rmeta --extern ureq=/opt/rustwide/target/debug/deps/libureq-1676f4b69928e70d.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-4a5f9f2eb12e98f0/out` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "0e727bca1f44731616d2e0c4852e27d728457ae4332dabb495c2a28053b650e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e727bca1f44731616d2e0c4852e27d728457ae4332dabb495c2a28053b650e2", kill_on_drop: false }` [INFO] [stdout] 0e727bca1f44731616d2e0c4852e27d728457ae4332dabb495c2a28053b650e2