[INFO] crate rust-pm 0.0.2 is already in cache [INFO] checking rust-pm-0.0.2 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate rust-pm 0.0.2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rust-pm 0.0.2 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rust-pm 0.0.2 [INFO] finished tweaking crates.io crate rust-pm 0.0.2 [INFO] tweaked toml for crates.io crate rust-pm 0.0.2 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 2b6de51974b2c868b22e625e5ea3a4800f4a705c63f16ef91e450a212821622d [INFO] running `"docker" "start" "-a" "2b6de51974b2c868b22e625e5ea3a4800f4a705c63f16ef91e450a212821622d"` [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Checking unicode-normalization v0.1.12 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Checking typemap v0.3.3 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking plugin v0.2.6 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Checking iron v0.6.1 [INFO] [stderr] Checking router v0.6.0 [INFO] [stderr] Checking rust-pm v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `toml::Parser` [INFO] [stderr] --> src/main.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use toml::{Parser, Value}; [INFO] [stderr] | ^^^^^^ no `Parser` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `toml::Parser` [INFO] [stderr] --> src/main.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use toml::{Parser, Value}; [INFO] [stderr] | ^^^^^^ no `Parser` in the root [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `scoped` in module `thread` [INFO] [stderr] --> src/logger.rs:35:29 [INFO] [stderr] | [INFO] [stderr] 35 | let _ = thread::scoped(move || { [INFO] [stderr] | ^^^^^^ not found in `thread` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `scoped` in module `thread` [INFO] [stderr] --> src/logger.rs:35:29 [INFO] [stderr] | [INFO] [stderr] 35 | let _ = thread::scoped(move || { [INFO] [stderr] | ^^^^^^ not found in `thread` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/main.rs:278:12 [INFO] [stderr] | [INFO] [stderr] 278 | router.get("/", IndexHandler::new(&arc_pm)); [INFO] [stderr] | ^^^ --- -------------------------- supplied 2 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/main.rs:279:12 [INFO] [stderr] | [INFO] [stderr] 279 | router.get("/:query", handler); [INFO] [stderr] | ^^^ --------- ------- supplied 2 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/main.rs:278:12 [INFO] [stderr] | [INFO] [stderr] 278 | router.get("/", IndexHandler::new(&arc_pm)); [INFO] [stderr] | ^^^ --- -------------------------- supplied 2 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/main.rs:279:12 [INFO] [stderr] | [INFO] [stderr] 279 | router.get("/:query", handler); [INFO] [stderr] | ^^^ --------- ------- supplied 2 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `rust-pm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rust-pm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2b6de51974b2c868b22e625e5ea3a4800f4a705c63f16ef91e450a212821622d"` [INFO] running `"docker" "rm" "-f" "2b6de51974b2c868b22e625e5ea3a4800f4a705c63f16ef91e450a212821622d"` [INFO] [stdout] 2b6de51974b2c868b22e625e5ea3a4800f4a705c63f16ef91e450a212821622d