[INFO] crate qjs 0.1.2 is already in cache
[INFO] checking qjs-0.1.2 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate qjs 0.1.2 into /workspace/builds/worker-2/source
[INFO] validating manifest of crates.io crate qjs 0.1.2 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate qjs 0.1.2
[INFO] finished tweaking crates.io crate qjs 0.1.2
[INFO] tweaked toml for crates.io crate qjs 0.1.2 written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate crates.io crate qjs 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] bf065d047aa341f07e43d9e3c93c6eadd24fc527929b9aa6e4652a70fe3120de
[INFO] running `"docker" "start" "-a" "bf065d047aa341f07e43d9e3c93c6eadd24fc527929b9aa6e4652a70fe3120de"`
[INFO] [stderr]    Compiling cc v1.0.40
[INFO] [stderr]    Compiling proc-macro2 v1.0.0
[INFO] [stderr]    Compiling lazy_static v1.3.0
[INFO] [stderr]    Compiling syn v1.0.1
[INFO] [stderr]    Compiling getrandom v0.1.9
[INFO] [stderr]    Compiling regex-syntax v0.6.11
[INFO] [stderr]     Checking foreign-types-shared v0.2.0
[INFO] [stderr]    Compiling termcolor v0.3.6
[INFO] [stderr]     Checking platforms v0.2.0
[INFO] [stderr]    Compiling rust-lzma v0.4.0
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling xattr v0.2.2
[INFO] [stderr]    Compiling filetime v0.2.7
[INFO] [stderr]    Compiling time v0.1.42
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling tar v0.4.26
[INFO] [stderr]     Checking rand_core v0.5.0
[INFO] [stderr]    Compiling foreign-types-macros v0.1.0
[INFO] [stderr]    Compiling structopt-derive v0.2.18
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking chrono v0.4.7
[INFO] [stderr]    Compiling quote v1.0.0
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling backtrace-sys v0.1.31
[INFO] [stderr]    Compiling regex v1.2.1
[INFO] [stderr]     Checking rand v0.7.0
[INFO] [stderr]     Checking foreign-types v0.4.0
[INFO] [stderr]     Checking pretty_env_logger v0.3.0
[INFO] [stderr]     Checking cfile v0.5.0
[INFO] [stderr]    Compiling backtrace v0.3.34
[INFO] [stderr]     Checking structopt v0.2.18
[INFO] [stderr]    Compiling failure v0.1.5
[INFO] [stderr]    Compiling stderrlog v0.4.1
[INFO] [stderr]     Checking tempfile v3.1.0
[INFO] [stderr]    Compiling qjs-sys v0.1.2
[INFO] [stderr]    Compiling qjs-derive-support v0.1.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.9
[INFO] [stderr]    Compiling cstr-macros v0.1.6
[INFO] [stderr]     Checking cstr v0.1.7
[INFO] [stderr]    Compiling qjs-derive v0.1.1
[INFO] [stderr]     Checking qjs v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `ExtractValue`
[INFO] [stderr]    --> src/cfunc.rs:262:32
[INFO] [stderr]     |
[INFO] [stderr] 262 |     use crate::{Context, Eval, ExtractValue, Runtime};
[INFO] [stderr]     |                                ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ctxt`
[INFO] [stderr]    --> src/cfunc.rs:296:13
[INFO] [stderr]     |
[INFO] [stderr] 296 |         let ctxt = Context::new(&rt);
[INFO] [stderr]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_ctxt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `hello`
[INFO] [stderr]    --> src/cfunc.rs:298:13
[INFO] [stderr]     |
[INFO] [stderr] 298 |         let hello: fn(String) -> String = hello;
[INFO] [stderr]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2m 07s
[INFO] running `"docker" "inspect" "bf065d047aa341f07e43d9e3c93c6eadd24fc527929b9aa6e4652a70fe3120de"`
[INFO] running `"docker" "rm" "-f" "bf065d047aa341f07e43d9e3c93c6eadd24fc527929b9aa6e4652a70fe3120de"`
[INFO] [stdout] bf065d047aa341f07e43d9e3c93c6eadd24fc527929b9aa6e4652a70fe3120de
