[INFO] cloning repository https://github.com/gandro/oikos-dashboard [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gandro/oikos-dashboard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgandro%2Foikos-dashboard", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgandro%2Foikos-dashboard'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 984f263616ff545f245bc16cb7ce6e9e8eb476de [INFO] testing gandro/oikos-dashboard against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgandro%2Foikos-dashboard" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gandro/oikos-dashboard on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gandro/oikos-dashboard [INFO] finished tweaking git repo https://github.com/gandro/oikos-dashboard [INFO] tweaked toml for git repo https://github.com/gandro/oikos-dashboard written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/gandro/oikos-dashboard 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.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bpaf v0.9.5 [INFO] [stderr] Downloaded rhai v1.16.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2f29667d5f1087b77129c45faa22c66d24b4111f6a3a531f06c0a6b5f41f0a2a [INFO] running `Command { std: "docker" "start" "-a" "2f29667d5f1087b77129c45faa22c66d24b4111f6a3a531f06c0a6b5f41f0a2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f29667d5f1087b77129c45faa22c66d24b4111f6a3a531f06c0a6b5f41f0a2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f29667d5f1087b77129c45faa22c66d24b4111f6a3a531f06c0a6b5f41f0a2a", kill_on_drop: false }` [INFO] [stdout] 2f29667d5f1087b77129c45faa22c66d24b4111f6a3a531f06c0a6b5f41f0a2a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f4477094662a8032923386b6d53e3f1efbf5395e10fdbc369e4a878f5582704 [INFO] running `Command { std: "docker" "start" "-a" "0f4477094662a8032923386b6d53e3f1efbf5395e10fdbc369e4a878f5582704", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling xmlparser v0.13.5 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling kurbo v0.9.5 [INFO] [stderr] Compiling tiny-skia-path v0.10.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling unicode-general-category v0.6.0 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling roxmltree v0.18.0 [INFO] [stderr] Compiling prettyplease v0.2.15 [INFO] [stderr] Compiling flate2 v1.0.27 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling rctree v0.5.0 [INFO] [stderr] Compiling clang-sys v1.6.1 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling svgtypes v0.11.0 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling syn v2.0.32 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling fontconfig-parser v0.5.3 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling unicode-ccc v0.1.2 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling usvg-tree v0.35.0 [INFO] [stderr] Compiling memmap2 v0.6.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling ttf-parser v0.19.1 [INFO] [stderr] Compiling unicode-bidi-mirroring v0.1.0 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling ttf-parser v0.18.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling bindgen v0.68.1 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling rustix v0.38.19 [INFO] [stderr] Compiling unicode-script v0.5.5 [INFO] [stderr] Compiling const_fn v0.4.9 [INFO] [stderr] Compiling aho-corasick v1.0.4 [INFO] [stderr] Compiling which v4.4.0 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling const-random-macro v0.1.15 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling simplecss v0.2.1 [INFO] [stderr] Compiling fdeflate v0.3.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling base64 v0.21.3 [INFO] [stderr] Compiling rustls v0.21.6 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling data-url v0.2.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling imagesize v0.12.0 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling regex-automata v0.3.7 [INFO] [stderr] Compiling unicode-vo v0.1.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.10 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling usvg-parser v0.35.0 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling const-random v0.1.15 [INFO] [stderr] Compiling png v0.17.10 [INFO] [stderr] Compiling fontdb v0.14.1 [INFO] [stderr] Compiling rustybuzz v0.7.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling regex v1.9.4 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling xmlwriter v0.1.0 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tz-rs v0.6.14 [INFO] [stderr] Compiling tiny-skia v0.10.0 [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' -C metadata=b409a1055bffdd90 -C extra-filename=-b409a1055bffdd90 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-b0a278ed6905a097.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-71cbc198bb32be07.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-b39ccdbf4eb48824.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `clang-sys` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name clang_sys /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/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 --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=9e9e14665c09ae19 -C extra-filename=-9e9e14665c09ae19 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern glob=/opt/rustwide/target/debug/deps/libglob-572bcbf6eb5b957a.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-3e73ec40a2889afa.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-ae5d16bc6849d0c0.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "0f4477094662a8032923386b6d53e3f1efbf5395e10fdbc369e4a878f5582704", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f4477094662a8032923386b6d53e3f1efbf5395e10fdbc369e4a878f5582704", kill_on_drop: false }` [INFO] [stdout] 0f4477094662a8032923386b6d53e3f1efbf5395e10fdbc369e4a878f5582704 [INFO] testing gandro/oikos-dashboard against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgandro%2Foikos-dashboard" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gandro/oikos-dashboard on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gandro/oikos-dashboard [INFO] finished tweaking git repo https://github.com/gandro/oikos-dashboard [INFO] tweaked toml for git repo https://github.com/gandro/oikos-dashboard written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/gandro/oikos-dashboard 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" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3eff43305bed18de4283e58d3c2f90b559007517840c579993720c85cb20c33d [INFO] running `Command { std: "docker" "start" "-a" "3eff43305bed18de4283e58d3c2f90b559007517840c579993720c85cb20c33d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3eff43305bed18de4283e58d3c2f90b559007517840c579993720c85cb20c33d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3eff43305bed18de4283e58d3c2f90b559007517840c579993720c85cb20c33d", kill_on_drop: false }` [INFO] [stdout] 3eff43305bed18de4283e58d3c2f90b559007517840c579993720c85cb20c33d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61b5b8a8e2f90a6df289f7b59bb799e0fda2bd66813ff8c780e964d32e0d4793 [INFO] running `Command { std: "docker" "start" "-a" "61b5b8a8e2f90a6df289f7b59bb799e0fda2bd66813ff8c780e964d32e0d4793", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling xmlparser v0.13.5 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling kurbo v0.9.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling tiny-skia-path v0.10.0 [INFO] [stderr] Compiling unicode-general-category v0.6.0 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling roxmltree v0.18.0 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling prettyplease v0.2.15 [INFO] [stderr] Compiling flate2 v1.0.27 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling clang-sys v1.6.1 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling syn v2.0.32 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling svgtypes v0.11.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling rctree v0.5.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling fontconfig-parser v0.5.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling usvg-tree v0.35.0 [INFO] [stderr] Compiling ttf-parser v0.18.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling unicode-script v0.5.5 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling unicode-ccc v0.1.2 [INFO] [stderr] Compiling memmap2 v0.6.2 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling unicode-bidi-mirroring v0.1.0 [INFO] [stderr] Compiling rustix v0.38.19 [INFO] [stderr] Compiling ttf-parser v0.19.1 [INFO] [stderr] Compiling bindgen v0.68.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling const_fn v0.4.9 [INFO] [stderr] Compiling aho-corasick v1.0.4 [INFO] [stderr] Compiling which v4.4.0 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling const-random-macro v0.1.15 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling simplecss v0.2.1 [INFO] [stderr] Compiling fdeflate v0.3.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling rustls v0.21.6 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling base64 v0.21.3 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.10 [INFO] [stderr] Compiling imagesize v0.12.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling regex-automata v0.3.7 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling unicode-vo v0.1.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling data-url v0.2.0 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling png v0.17.10 [INFO] [stderr] Compiling const-random v0.1.15 [INFO] [stderr] Compiling rustybuzz v0.7.0 [INFO] [stderr] Compiling usvg-parser v0.35.0 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling fontdb v0.14.1 [INFO] [stderr] Compiling regex v1.9.4 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling usvg-text-layout v0.35.0 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling xmlwriter v0.1.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling usvg v0.35.0 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling tz-rs v0.6.14 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tiny-skia v0.10.0 [INFO] [stderr] Compiling rustls-webpki v0.101.4 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling rgb v0.8.36 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling webpki-roots v0.25.3 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling tzdb v0.5.7 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling nix v0.26.2 [INFO] [stderr] Compiling resvg v0.35.0 [INFO] [stderr] Compiling string_cache v0.8.7 [INFO] [stderr] Compiling memmap2 v0.9.0 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling bpaf v0.9.5 [INFO] [stderr] Compiling elementtree v1.2.3 [INFO] [stderr] Compiling ureq v2.9.1 [INFO] [stderr] Compiling rhai_codegen v1.5.0 [INFO] [stderr] Compiling oikos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rhai v1.16.2 [INFO] [stdout] warning: the item `humantime` is imported redundantly [INFO] [stdout] --> src/opts.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use humantime; [INFO] [stdout] | ^^^^^^^^^ the item `humantime` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `EvalAltResult` is imported redundantly [INFO] [stdout] --> src/scripting/mod.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 5 | use rhai::plugin::*; [INFO] [stdout] | --------------- the item `EvalAltResult` is already imported here [INFO] [stdout] 6 | use rhai::{EvalAltResult, Scope}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.61s [INFO] running `Command { std: "docker" "inspect" "61b5b8a8e2f90a6df289f7b59bb799e0fda2bd66813ff8c780e964d32e0d4793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61b5b8a8e2f90a6df289f7b59bb799e0fda2bd66813ff8c780e964d32e0d4793", kill_on_drop: false }` [INFO] [stdout] 61b5b8a8e2f90a6df289f7b59bb799e0fda2bd66813ff8c780e964d32e0d4793 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4948797ca4d594a6395961b61544c938ebad8fded81792d0012bbc4f1aecda5c [INFO] running `Command { std: "docker" "start" "-a" "4948797ca4d594a6395961b61544c938ebad8fded81792d0012bbc4f1aecda5c", kill_on_drop: false }` [INFO] [stderr] Compiling oikos v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `humantime` is imported redundantly [INFO] [stdout] --> src/opts.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use humantime; [INFO] [stdout] | ^^^^^^^^^ the item `humantime` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `EvalAltResult` is imported redundantly [INFO] [stdout] --> src/scripting/mod.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 5 | use rhai::plugin::*; [INFO] [stdout] | --------------- the item `EvalAltResult` is already imported here [INFO] [stdout] 6 | use rhai::{EvalAltResult, Scope}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.01s [INFO] running `Command { std: "docker" "inspect" "4948797ca4d594a6395961b61544c938ebad8fded81792d0012bbc4f1aecda5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4948797ca4d594a6395961b61544c938ebad8fded81792d0012bbc4f1aecda5c", kill_on_drop: false }` [INFO] [stdout] 4948797ca4d594a6395961b61544c938ebad8fded81792d0012bbc4f1aecda5c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 28ee43aed7b2e4252917f8197b8626ba67ab7a41e501f876cab3b74a1c84d8d4 [INFO] running `Command { std: "docker" "start" "-a" "28ee43aed7b2e4252917f8197b8626ba67ab7a41e501f876cab3b74a1c84d8d4", kill_on_drop: false }` [INFO] [stderr] warning: the item `humantime` is imported redundantly [INFO] [stderr] --> src/opts.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use humantime; [INFO] [stderr] | ^^^^^^^^^ the item `humantime` is already defined by prelude [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `EvalAltResult` is imported redundantly [INFO] [stderr] --> src/scripting/mod.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 5 | use rhai::plugin::*; [INFO] [stderr] | --------------- the item `EvalAltResult` is already imported here [INFO] [stderr] 6 | use rhai::{EvalAltResult, Scope}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `oikos` (bin "oikos" test) generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/oikos-6066d4a659e49d3b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "28ee43aed7b2e4252917f8197b8626ba67ab7a41e501f876cab3b74a1c84d8d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28ee43aed7b2e4252917f8197b8626ba67ab7a41e501f876cab3b74a1c84d8d4", kill_on_drop: false }` [INFO] [stdout] 28ee43aed7b2e4252917f8197b8626ba67ab7a41e501f876cab3b74a1c84d8d4