[INFO] fetching crate sp-sandbox 0.8.0... [INFO] checking sp-sandbox-0.8.0 against master#ffa2e7ae8fbf9badc035740db949b9dae271c29f for pr-78338 [INFO] extracting crate sp-sandbox 0.8.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate sp-sandbox 0.8.0 on toolchain ffa2e7ae8fbf9badc035740db949b9dae271c29f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ffa2e7ae8fbf9badc035740db949b9dae271c29f" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sp-sandbox 0.8.0 [INFO] finished tweaking crates.io crate sp-sandbox 0.8.0 [INFO] tweaked toml for crates.io crate sp-sandbox 0.8.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ffa2e7ae8fbf9badc035740db949b9dae271c29f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ffa2e7ae8fbf9badc035740db949b9dae271c29f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+ffa2e7ae8fbf9badc035740db949b9dae271c29f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 27d3bee631a762debbe01fe1b68fccf2845e4a7f21fd195a6d2f613bae6640cc [INFO] running `Command { std: "docker" "start" "-a" "27d3bee631a762debbe01fe1b68fccf2845e4a7f21fd195a6d2f613bae6640cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27d3bee631a762debbe01fe1b68fccf2845e4a7f21fd195a6d2f613bae6640cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27d3bee631a762debbe01fe1b68fccf2845e4a7f21fd195a6d2f613bae6640cc", kill_on_drop: false }` [INFO] [stdout] 27d3bee631a762debbe01fe1b68fccf2845e4a7f21fd195a6d2f613bae6640cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+ffa2e7ae8fbf9badc035740db949b9dae271c29f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90d2ada17af0060c0d48b1e9a771b6a650ad11c27417968951ed32a83f8e4b5c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "90d2ada17af0060c0d48b1e9a771b6a650ad11c27417968951ed32a83f8e4b5c", kill_on_drop: false }` [INFO] [stderr] Checking sp-panic-handler v2.0.0 [INFO] [stderr] Checking libsecp256k1 v0.3.5 [INFO] [stderr] Checking sp-core v2.0.0 [INFO] [stderr] Checking sp-trie v2.0.0 [INFO] [stderr] Checking sp-state-machine v0.8.0 [INFO] [stderr] Checking sp-io v2.0.0 [INFO] [stderr] Checking sp-sandbox v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `assert_matches` [INFO] [stdout] --> src/../with_std.rs:304:6 [INFO] [stdout] | [INFO] [stdout] 304 | use assert_matches::assert_matches; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `assert_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/../with_std.rs:469:3 [INFO] [stdout] | [INFO] [stdout] 469 | assert_matches!( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wat` [INFO] [stdout] --> src/../with_std.rs:353:14 [INFO] [stdout] | [INFO] [stdout] 353 | let code = wat::parse_str(r#" [INFO] [stdout] | ^^^ use of undeclared crate or module `wat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wat` [INFO] [stdout] --> src/../with_std.rs:388:14 [INFO] [stdout] | [INFO] [stdout] 388 | let code = wat::parse_str(r#" [INFO] [stdout] | ^^^ use of undeclared crate or module `wat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wat` [INFO] [stdout] --> src/../with_std.rs:410:14 [INFO] [stdout] | [INFO] [stdout] 410 | let code = wat::parse_str(r#" [INFO] [stdout] | ^^^ use of undeclared crate or module `wat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wat` [INFO] [stdout] --> src/../with_std.rs:452:14 [INFO] [stdout] | [INFO] [stdout] 452 | let code = wat::parse_str(r#" [INFO] [stdout] | ^^^ use of undeclared crate or module `wat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> src/../with_std.rs:303:14 [INFO] [stdout] | [INFO] [stdout] 303 | use crate::{Error, Value, ReturnValue, HostError, EnvironmentDefinitionBuilder, Instance}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sp-sandbox` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "90d2ada17af0060c0d48b1e9a771b6a650ad11c27417968951ed32a83f8e4b5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90d2ada17af0060c0d48b1e9a771b6a650ad11c27417968951ed32a83f8e4b5c", kill_on_drop: false }` [INFO] [stdout] 90d2ada17af0060c0d48b1e9a771b6a650ad11c27417968951ed32a83f8e4b5c