[INFO] fetching crate wasmer-clif-fork-wasm 0.59.0... [INFO] testing wasmer-clif-fork-wasm-0.59.0 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate wasmer-clif-fork-wasm 0.59.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate wasmer-clif-fork-wasm 0.59.0 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wasmer-clif-fork-wasm 0.59.0 [INFO] finished tweaking crates.io crate wasmer-clif-fork-wasm 0.59.0 [INFO] tweaked toml for crates.io crate wasmer-clif-fork-wasm 0.59.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e07106763dccf6de43c4fea0700699ac1a24a1ce061032d99ceae0cc5b4d0584 [INFO] running `Command { std: "docker" "start" "-a" "e07106763dccf6de43c4fea0700699ac1a24a1ce061032d99ceae0cc5b4d0584", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e07106763dccf6de43c4fea0700699ac1a24a1ce061032d99ceae0cc5b4d0584", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e07106763dccf6de43c4fea0700699ac1a24a1ce061032d99ceae0cc5b4d0584", kill_on_drop: false }` [INFO] [stdout] e07106763dccf6de43c4fea0700699ac1a24a1ce061032d99ceae0cc5b4d0584 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb9eb0f39c105c19b5f60cd3f9ab43513a58a2583177520a8ca86d0ec70cb3ca [INFO] running `Command { std: "docker" "start" "-a" "cb9eb0f39c105c19b5f60cd3f9ab43513a58a2583177520a8ca86d0ec70cb3ca", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling cranelift-codegen v0.59.0 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling wasmer-clif-fork-frontend v0.59.0 [INFO] [stderr] Compiling wasmer-clif-fork-wasm v0.59.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sections_translator.rs:51:36 [INFO] [stdout] | [INFO] [stdout] 51 | Signature::new(ModuleEnvironment::target_config(environ).default_call_conv); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.54s [INFO] running `Command { std: "docker" "inspect" "cb9eb0f39c105c19b5f60cd3f9ab43513a58a2583177520a8ca86d0ec70cb3ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb9eb0f39c105c19b5f60cd3f9ab43513a58a2583177520a8ca86d0ec70cb3ca", kill_on_drop: false }` [INFO] [stdout] cb9eb0f39c105c19b5f60cd3f9ab43513a58a2583177520a8ca86d0ec70cb3ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 04f81e66d46c1d54ff15987da729f8c1235b9aed72f4474c1dd719f2e2dacba2 [INFO] running `Command { std: "docker" "start" "-a" "04f81e66d46c1d54ff15987da729f8c1235b9aed72f4474c1dd719f2e2dacba2", kill_on_drop: false }` [INFO] [stderr] Compiling wast v35.0.2 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sections_translator.rs:51:36 [INFO] [stdout] | [INFO] [stdout] 51 | Signature::new(ModuleEnvironment::target_config(environ).default_call_conv); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wat v1.0.37 [INFO] [stderr] Compiling wasmer-clif-fork-wasm v0.59.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `cranelift_wasm` [INFO] [stdout] --> tests/wasm_testsuite.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use cranelift_wasm::{translate_module, DummyEnvironment, FuncIndex, ReturnMode}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `cranelift_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wasmer-clif-fork-wasm` [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sections_translator.rs:51:36 [INFO] [stdout] | [INFO] [stdout] 51 | Signature::new(ModuleEnvironment::target_config(environ).default_call_conv); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "04f81e66d46c1d54ff15987da729f8c1235b9aed72f4474c1dd719f2e2dacba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04f81e66d46c1d54ff15987da729f8c1235b9aed72f4474c1dd719f2e2dacba2", kill_on_drop: false }` [INFO] [stdout] 04f81e66d46c1d54ff15987da729f8c1235b9aed72f4474c1dd719f2e2dacba2