[INFO] crate mutiny 0.2.0 is already in cache [INFO] extracting crate mutiny 0.2.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/mutiny/0.2.0 [INFO] extracting crate mutiny 0.2.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/mutiny/0.2.0 [INFO] validating manifest of mutiny-0.2.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mutiny-0.2.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mutiny-0.2.0 [INFO] finished frobbing mutiny-0.2.0 [INFO] frobbed toml for mutiny-0.2.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/mutiny/0.2.0/Cargo.toml [INFO] started frobbing mutiny-0.2.0 [INFO] finished frobbing mutiny-0.2.0 [INFO] frobbed toml for mutiny-0.2.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/mutiny/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking mutiny-0.2.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-2/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/mutiny/0.2.0:/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9a12d182b871d79cd640e32129233dcce319610a3c67648e87a5d1fb3bab0ee6 [INFO] running `"docker" "start" "-a" "9a12d182b871d79cd640e32129233dcce319610a3c67648e87a5d1fb3bab0ee6"` [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling strsim v0.5.2 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Checking log v0.2.5 [INFO] [stderr] Checking psutil v0.2.0 [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:115:15 [INFO] [stderr] | [INFO] [stderr] 115 | |&: c: char| c == '\0' || c == ' '); [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::fs` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::fs; [INFO] [stderr] | ^^^^^^^^^^^ no `fs` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::File` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::io::File; [INFO] [stderr] | ^^^^^^^^^^^^^ no `File` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::IoError` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::IoError; [INFO] [stderr] | ^^^^^^^^^------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `Error` [INFO] [stderr] | no `IoError` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::IoErrorKind` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::io::IoErrorKind; [INFO] [stderr] | ^^^^^^^^^----------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `ErrorKind` [INFO] [stderr] | no `IoErrorKind` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::io::IoResult; [INFO] [stderr] | ^^^^^^^^^-------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `Result` [INFO] [stderr] | no `IoResult` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::str::StrExt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::str::StrExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `StrExt` in `str` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::fs` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/system.rs:3:14 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::fs::File; [INFO] [stderr] | ^^ could not find `fs` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::str::StrExt` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/system.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::str::StrExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `StrExt` in `str` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/lib.rs:3:4 [INFO] [stderr] | [INFO] [stderr] 3 | #![experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the derive macro `Copy` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Copy,Show)] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:16:15 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Copy,Show)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:47:10 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(Show)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `experimental` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:85:7 [INFO] [stderr] | [INFO] [stderr] 85 | #[experimental] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:56:20 [INFO] [stderr] | [INFO] [stderr] 56 | let path = Path::new(format!("/proc/{}/{}", pid, name)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:143:30 [INFO] [stderr] | [INFO] [stderr] 143 | for path in fs::readdir(&Path::new("/proc")).unwrap().iter() { [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/system.rs:11:28 [INFO] [stderr] | [INFO] [stderr] 11 | let data = File::open(&Path::new("/proc/uptime")).read_to_string().unwrap(); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [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[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[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:145:13 [INFO] [stderr] | [INFO] [stderr] 144 | match FromStr::from_str(path.filename_str().unwrap()) { [INFO] [stderr] | ----------------------------------------------- this match expression has type `std::result::Result<_, _>` [INFO] [stderr] 145 | Some(pid) => { processes.push(Process::new(pid).unwrap()) }, [INFO] [stderr] | ^^^^^^^^^ expected enum `std::result::Result`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::result::Result<_, _>` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:146:13 [INFO] [stderr] | [INFO] [stderr] 146 | None => () [INFO] [stderr] | ^^^^ expected enum `std::result::Result`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::result::Result<_, _>` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0433, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `psutil`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 `log`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9a12d182b871d79cd640e32129233dcce319610a3c67648e87a5d1fb3bab0ee6"` [INFO] running `"docker" "rm" "-f" "9a12d182b871d79cd640e32129233dcce319610a3c67648e87a5d1fb3bab0ee6"` [INFO] [stdout] 9a12d182b871d79cd640e32129233dcce319610a3c67648e87a5d1fb3bab0ee6