[INFO] crate repub 0.4.1 is already in cache [INFO] checking repub-0.4.1 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate repub 0.4.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate repub 0.4.1 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate repub 0.4.1 [INFO] finished tweaking crates.io crate repub 0.4.1 [INFO] tweaked toml for crates.io crate repub 0.4.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate repub 0.4.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] d8efba5b65baa25367d8fcb9c0cc1a733dd5a0b47bf28cbcdf419c5ffadb5957 [INFO] running `"docker" "start" "-a" "d8efba5b65baa25367d8fcb9c0cc1a733dd5a0b47bf28cbcdf419c5ffadb5957"` [INFO] [stderr] Compiling serde v1.0.100 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking mac v0.1.1 [INFO] [stderr] Checking unchecked-index v0.2.2 [INFO] [stderr] Checking typed-arena v1.5.0 [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Checking entities v1.0.1 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Checking getrandom v0.1.12 [INFO] [stderr] Checking twoway v0.2.0 [INFO] [stderr] Checking futf v0.1.4 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking tendril v0.4.1 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking zip v0.5.3 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored_truecolor v0.1.0 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking comrak v0.6.2 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Compiling html5ever v0.24.0 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling markup5ever v0.9.0 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking repub v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/app.rs:71:70 [INFO] [stderr] | [INFO] [stderr] 71 | let path = PathBuf::from_str(&v).map_err(|e| format!("{:?}", e))?; [INFO] [stderr] | ^ [INFO] [stderr] | | [INFO] [stderr] | unreachable expression [INFO] [stderr] | any code following this expression is unreachable [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> src/load.rs:33:47 [INFO] [stderr] | [INFO] [stderr] 33 | PathBuf::from_str(source_path_str)? [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `failure::Fail` for `()` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From<()>` for `failure::Error` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/app.rs:71:70 [INFO] [stderr] | [INFO] [stderr] 71 | let path = PathBuf::from_str(&v).map_err(|e| format!("{:?}", e))?; [INFO] [stderr] | ^ [INFO] [stderr] | | [INFO] [stderr] | unreachable expression [INFO] [stderr] | any code following this expression is unreachable [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> src/load.rs:95:51 [INFO] [stderr] | [INFO] [stderr] 95 | PathBuf::from_str(source_path_str)? [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `failure::Fail` for `()` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From<()>` for `failure::Error` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> src/load.rs:33:47 [INFO] [stderr] | [INFO] [stderr] 33 | PathBuf::from_str(source_path_str)? [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `failure::Fail` for `()` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From<()>` for `failure::Error` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> src/load.rs:95:51 [INFO] [stderr] | [INFO] [stderr] 95 | PathBuf::from_str(source_path_str)? [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `failure::Fail` for `()` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From<()>` for `failure::Error` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `repub`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `repub`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d8efba5b65baa25367d8fcb9c0cc1a733dd5a0b47bf28cbcdf419c5ffadb5957"` [INFO] running `"docker" "rm" "-f" "d8efba5b65baa25367d8fcb9c0cc1a733dd5a0b47bf28cbcdf419c5ffadb5957"` [INFO] [stdout] d8efba5b65baa25367d8fcb9c0cc1a733dd5a0b47bf28cbcdf419c5ffadb5957