[INFO] updating cached repository https://github.com/poga/cranelift-example [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ee691823b33d77ba47cd877d69196fc494c66d81 [INFO] checking poga/cranelift-example against master#4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoga%2Fcranelift-example" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/poga/cranelift-example on toolchain 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/poga/cranelift-example [INFO] finished tweaking git repo https://github.com/poga/cranelift-example [INFO] tweaked toml for git repo https://github.com/poga/cranelift-example written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/poga/cranelift-example already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 33ddfc52e5e47ce579ffc866f16e881975c4458d0b1990035f0ec8fa3c3a29d1 [INFO] running `"docker" "start" "-a" "33ddfc52e5e47ce579ffc866f16e881975c4458d0b1990035f0ec8fa3c3a29d1"` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling cranelift-entity v0.33.0 [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling cranelift-codegen-meta v0.33.0 [INFO] [stderr] Checking cranelift-bforest v0.33.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling raw-cpuid v6.1.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking errno v0.2.4 [INFO] [stderr] Checking region v2.1.2 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling cranelift-codegen v0.33.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling target-lexicon v0.4.0 [INFO] [stderr] Checking cranelift-native v0.33.0 [INFO] [stderr] Checking cranelift-frontend v0.33.0 [INFO] [stderr] Checking cranelift-module v0.33.0 [INFO] [stderr] Checking cranelift v0.33.0 [INFO] [stderr] Checking cranelift-simplejit v0.33.0 [INFO] [stderr] Checking cranelift-try v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `cranelift::codegen::ir::DisplayFunctionAnnotations` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use cranelift::codegen::ir::DisplayFunctionAnnotations; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `cranelift::codegen::write_function` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use cranelift::codegen::write_function; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `cranelift::codegen::ir::DisplayFunctionAnnotations` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use cranelift::codegen::ir::DisplayFunctionAnnotations; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `cranelift::codegen::write_function` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use cranelift::codegen::write_function; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.41s [INFO] running `"docker" "inspect" "33ddfc52e5e47ce579ffc866f16e881975c4458d0b1990035f0ec8fa3c3a29d1"` [INFO] running `"docker" "rm" "-f" "33ddfc52e5e47ce579ffc866f16e881975c4458d0b1990035f0ec8fa3c3a29d1"` [INFO] [stdout] 33ddfc52e5e47ce579ffc866f16e881975c4458d0b1990035f0ec8fa3c3a29d1