[INFO] crate mutiny 0.2.0 is already in cache [INFO] extracting crate mutiny 0.2.0 into work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/reg/mutiny/0.2.0 [INFO] extracting crate mutiny 0.2.0 into work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/reg/mutiny/0.2.0 [INFO] validating manifest of mutiny-0.2.0 on toolchain master#452087b4bf18cece2d52d7cd8c9147195e5404bf [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mutiny-0.2.0 on toolchain try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-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-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/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-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/reg/mutiny/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking mutiny-0.2.0 against try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab for pr-63247 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63247/worker-4/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/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" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 66d8db7b549a94a67fe0ba8ae04abdfb5b7bb9b8ba972f23fd0fcdbc663d5c84 [INFO] running `"docker" "start" "-a" "66d8db7b549a94a67fe0ba8ae04abdfb5b7bb9b8ba972f23fd0fcdbc663d5c84"` [INFO] [stderr] Checking log v0.2.5 [INFO] [stderr] Checking psutil v0.2.0 [INFO] [stderr] Compiling docopt v0.6.86 [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 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 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 determine resolution for the macro `format_args` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | s => unreachable!("Invalid status character {}", s) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `file` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | s => unreachable!("Invalid status character {}", s) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `line` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | s => unreachable!("Invalid status character {}", s) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `__rust_unstable_column` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | s => unreachable!("Invalid status character {}", s) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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 determine resolution for the macro `format_args` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:56:30 [INFO] [stderr] | [INFO] [stderr] 56 | let path = Path::new(format!("/proc/{}/{}", pid, name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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: cannot determine resolution for the macro `format_args` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:134:23 [INFO] [stderr] | [INFO] [stderr] 134 | Err(_) => format!("[{}]", self.name.to_string()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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: cannot determine resolution for the macro `assert` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/psutil-0.2.0/src/process.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | assert!(stat.len() == 52, "Unknown stat fields"); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [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[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 27 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[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: 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" "66d8db7b549a94a67fe0ba8ae04abdfb5b7bb9b8ba972f23fd0fcdbc663d5c84"` [INFO] running `"docker" "rm" "-f" "66d8db7b549a94a67fe0ba8ae04abdfb5b7bb9b8ba972f23fd0fcdbc663d5c84"` [INFO] [stdout] 66d8db7b549a94a67fe0ba8ae04abdfb5b7bb9b8ba972f23fd0fcdbc663d5c84