[INFO] crate uu_od 0.0.1 is already in cache [INFO] checking uu_od-0.0.1 against try#879b8cb7dc2ad9102994457e73cf78d124926ea5 for pr-73084 [INFO] extracting crate uu_od 0.0.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate uu_od 0.0.1 on toolchain 879b8cb7dc2ad9102994457e73cf78d124926ea5 [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate uu_od 0.0.1 [INFO] finished tweaking crates.io crate uu_od 0.0.1 [INFO] tweaked toml for crates.io crate uu_od 0.0.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate uu_od 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "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] 7f9e56f7f98550506b4ffdf9c2d4a8f1fd391a9dcc4bac5053fc159d68f07dc2 [INFO] running `"docker" "start" "-a" "7f9e56f7f98550506b4ffdf9c2d4a8f1fd391a9dcc4bac5053fc159d68f07dc2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking half v1.3.1 [INFO] [stderr] Checking uu_od v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `byteorder_io` [INFO] [stderr] --> src/inputdecoder.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | use byteorder_io::ByteOrder; [INFO] [stderr] | ^^^^^^^^^^^^ help: a similar path exists: `crate::byteorder_io` [INFO] [stderr] | [INFO] [stderr] = note: `use` statements changed in Rust 2018; read more at [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `peekreader` [INFO] [stderr] --> src/inputdecoder.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | use peekreader::PeekReader; [INFO] [stderr] | ^^^^^^^^^^ help: a similar path exists: `crate::peekreader` [INFO] [stderr] | [INFO] [stderr] = note: `use` statements changed in Rust 2018; read more at [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `mockstream` [INFO] [stderr] --> src/multifilereader.rs:129:9 [INFO] [stderr] | [INFO] [stderr] 129 | use mockstream::*; [INFO] [stderr] | ^^^^^^^^^^ help: a similar path exists: `crate::mockstream` [INFO] [stderr] | [INFO] [stderr] = note: `use` statements changed in Rust 2018; read more at [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `mockstream` [INFO] [stderr] --> src/partialreader.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | use mockstream::*; [INFO] [stderr] | ^^^^^^^^^^ help: a similar path exists: `crate::mockstream` [INFO] [stderr] | [INFO] [stderr] = note: `use` statements changed in Rust 2018; read more at [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FailingMockStream` [INFO] [stderr] --> src/multifilereader.rs:164:20 [INFO] [stderr] | [INFO] [stderr] 164 | .chain(FailingMockStream::new(ErrorKind::Other, "Failing", 1)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 128 | use crate::mockstream::FailingMockStream; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FailingMockStream` [INFO] [stderr] --> src/multifilereader.rs:184:50 [INFO] [stderr] | [INFO] [stderr] 184 | inputs.push(InputSource::Stream(Box::new(FailingMockStream::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 128 | use crate::mockstream::FailingMockStream; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FailingMockStream` [INFO] [stderr] --> src/multifilereader.rs:190:50 [INFO] [stderr] | [INFO] [stderr] 190 | inputs.push(InputSource::Stream(Box::new(FailingMockStream::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 128 | use crate::mockstream::FailingMockStream; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FailingMockStream` [INFO] [stderr] --> src/multifilereader.rs:196:50 [INFO] [stderr] | [INFO] [stderr] 196 | inputs.push(InputSource::Stream(Box::new(FailingMockStream::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 128 | use crate::mockstream::FailingMockStream; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FailingMockStream` [INFO] [stderr] --> src/partialreader.rs:95:17 [INFO] [stderr] | [INFO] [stderr] 95 | let f = FailingMockStream::new(ErrorKind::PermissionDenied, "No access", 3); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 78 | use crate::mockstream::FailingMockStream; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FailingMockStream` [INFO] [stderr] --> src/partialreader.rs:124:17 [INFO] [stderr] | [INFO] [stderr] 124 | let f = FailingMockStream::new(ErrorKind::PermissionDenied, "No access", 3); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 78 | use crate::mockstream::FailingMockStream; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FailingMockStream` [INFO] [stderr] --> src/partialreader.rs:171:17 [INFO] [stderr] | [INFO] [stderr] 171 | let f = FailingMockStream::new(ErrorKind::PermissionDenied, "No access", 3); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 78 | use crate::mockstream::FailingMockStream; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/mockstream.rs:90:22 [INFO] [stderr] | [INFO] [stderr] 90 | assert_eq!(error.description(), "The dog ate the ethernet cable"); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[std::string::String]` cannot be known at compilation time [INFO] [stderr] --> src/parse_formats.rs:340:9 [INFO] [stderr] | [INFO] [stderr] 340 | let args = args_str.iter().map(|s| s.to_string()).collect(); [INFO] [stderr] | ^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[std::string::String]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: a value of type `[std::string::String]` cannot be built from an iterator over elements of type `std::string::String` [INFO] [stderr] --> src/parse_formats.rs:340:55 [INFO] [stderr] | [INFO] [stderr] 340 | let args = args_str.iter().map(|s| s.to_string()).collect(); [INFO] [stderr] | ^^^^^^^ value of type `[std::string::String]` cannot be built from `std::iter::Iterator` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::FromIterator` is not implemented for `[std::string::String]` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/partialreader.rs:100:26 [INFO] [stderr] | [INFO] [stderr] 100 | assert_eq!(error.description(), "No access"); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/partialreader.rs:129:26 [INFO] [stderr] | [INFO] [stderr] 129 | assert_eq!(error.description(), "No access"); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/partialreader.rs:176:26 [INFO] [stderr] | [INFO] [stderr] 176 | assert_eq!(error.description(), "No access"); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `uu_od`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7f9e56f7f98550506b4ffdf9c2d4a8f1fd391a9dcc4bac5053fc159d68f07dc2"` [INFO] running `"docker" "rm" "-f" "7f9e56f7f98550506b4ffdf9c2d4a8f1fd391a9dcc4bac5053fc159d68f07dc2"` [INFO] [stdout] 7f9e56f7f98550506b4ffdf9c2d4a8f1fd391a9dcc4bac5053fc159d68f07dc2