[INFO] crate cyborg 0.5.1 is already in cache [INFO] extracting crate cyborg 0.5.1 into work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/cyborg/0.5.1 [INFO] extracting crate cyborg 0.5.1 into work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/cyborg/0.5.1 [INFO] validating manifest of cyborg-0.5.1 on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cyborg-0.5.1 on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cyborg-0.5.1 [INFO] finished frobbing cyborg-0.5.1 [INFO] frobbed toml for cyborg-0.5.1 written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/cyborg/0.5.1/Cargo.toml [INFO] started frobbing cyborg-0.5.1 [INFO] finished frobbing cyborg-0.5.1 [INFO] frobbed toml for cyborg-0.5.1 written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/cyborg/0.5.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking cyborg-0.5.1 against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-7/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/cyborg/0.5.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] dac46e65854ef3269283c562381379768ecafd88a06b2d7937c481b04c76e357 [INFO] running `"docker" "start" "-a" "dac46e65854ef3269283c562381379768ecafd88a06b2d7937c481b04c76e357"` [INFO] [stderr] Compiling strsim v0.5.2 [INFO] [stderr] Checking log v0.2.5 [INFO] [stderr] Checking psutil v0.5.0 [INFO] [stderr] error[E0425]: cannot find function `at_exit` in module `rt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:535:9 [INFO] [stderr] | [INFO] [stderr] 535 | rt::at_exit(|| { [INFO] [stderr] | ^^^^^^^ not found in `rt` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::env::page_size` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.5.0/src/process.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::env::page_size; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `page_size` in `env` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::slice::SliceConcatExt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.5.0/src/process.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::slice::SliceConcatExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SliceConcatExt` in `slice` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::str::StrExt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.5.0/src/process.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use std::str::StrExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `StrExt` in `str` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::str::StrExt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.5.0/src/system.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::str::StrExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `StrExt` in `str` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rt': this public module should not exist and is highly likely to disappear [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:153:5 [INFO] [stderr] | [INFO] [stderr] 153 | use std::rt; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(rt)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `process::Memory: std::clone::Clone` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.5.0/src/process.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | #[derive(Copy,Debug)] [INFO] [stderr] | ^^^^ the trait `std::clone::Clone` is not implemented for `process::Memory` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `psutil`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `log`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "dac46e65854ef3269283c562381379768ecafd88a06b2d7937c481b04c76e357"` [INFO] running `"docker" "rm" "-f" "dac46e65854ef3269283c562381379768ecafd88a06b2d7937c481b04c76e357"` [INFO] [stdout] dac46e65854ef3269283c562381379768ecafd88a06b2d7937c481b04c76e357