[INFO] crate lincoln_wasm 0.1.1 is already in cache [INFO] testing lincoln_wasm-0.1.1 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate lincoln_wasm 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate lincoln_wasm 0.1.1 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate lincoln_wasm 0.1.1 [INFO] finished tweaking crates.io crate lincoln_wasm 0.1.1 [INFO] tweaked toml for crates.io crate lincoln_wasm 0.1.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f6b83d3610684c81bbd96789c1c134a9344c8612a1274ebaec16c04410ebe865 [INFO] running `"docker" "start" "-a" "f6b83d3610684c81bbd96789c1c134a9344c8612a1274ebaec16c04410ebe865"` [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.60 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling bumpalo v3.2.1 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling wasm-bindgen v0.2.60 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling lincoln_common v0.1.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.60 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.60 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.60 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling js-sys v0.3.37 [INFO] [stderr] Compiling web-sys v0.3.37 [INFO] [stderr] Compiling lincoln_compiled v0.1.0 [INFO] [stderr] Compiling lincoln_ir v0.1.0 [INFO] [stderr] Compiling console_log v0.1.2 [INFO] [stderr] Compiling lincoln_wasm v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0573]: expected type, found module `Reflect` [INFO] [stderr] --> src/lincoln_int.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | let r: Reflect = v.clone().into(); [INFO] [stderr] | ^^^^^^^ not a type [INFO] [stderr] [INFO] [stderr] error[E0573]: expected type, found module `Reflect` [INFO] [stderr] --> src/lincoln_jsvalue.rs:39:15 [INFO] [stderr] | [INFO] [stderr] 39 | let r:Reflect = self.0.clone().into(); [INFO] [stderr] | ^^^^^^^ not a type [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lincoln_jsvalue.rs:56:34 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn unwrap_jsvalue(value: Box) -> Result { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Value` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0573`. [INFO] [stderr] error: could not compile `lincoln_wasm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f6b83d3610684c81bbd96789c1c134a9344c8612a1274ebaec16c04410ebe865"` [INFO] running `"docker" "rm" "-f" "f6b83d3610684c81bbd96789c1c134a9344c8612a1274ebaec16c04410ebe865"` [INFO] [stdout] f6b83d3610684c81bbd96789c1c134a9344c8612a1274ebaec16c04410ebe865