[INFO] cloning repository https://github.com/knowtheory/s3_log_parse [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/knowtheory/s3_log_parse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknowtheory%2Fs3_log_parse"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknowtheory%2Fs3_log_parse'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f18268b3aff6af67605ba0da503a4814a3a7c24f [INFO] checking knowtheory/s3_log_parse against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknowtheory%2Fs3_log_parse" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/knowtheory/s3_log_parse on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/knowtheory/s3_log_parse [INFO] finished tweaking git repo https://github.com/knowtheory/s3_log_parse [INFO] tweaked toml for git repo https://github.com/knowtheory/s3_log_parse written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/knowtheory/s3_log_parse already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-10/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 944dd9ec1f12396c402e4a25e118b9cbe8811bc313677e3ce3b0c8b6bab94122 [INFO] running `"docker" "start" "-a" "944dd9ec1f12396c402e4a25e118b9cbe8811bc313677e3ce3b0c8b6bab94122"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking chrono v0.2.25 [INFO] [stderr] Checking bstr v0.2.12 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking s3_log_parser v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::io::prelude::*` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use std::io::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::prelude::*` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use std::io::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:78:69 [INFO] [stderr] | [INFO] [stderr] 78 | Err(why) => panic!("couldn't open {}: {}", display, Error::description(&why)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:87:69 [INFO] [stderr] | [INFO] [stderr] 87 | Err(why) => panic!("couldn't open {}: {}", display, Error::description(&why)), [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/main.rs:78:69 [INFO] [stderr] | [INFO] [stderr] 78 | Err(why) => panic!("couldn't open {}: {}", display, Error::description(&why)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:87:69 [INFO] [stderr] | [INFO] [stderr] 87 | Err(why) => panic!("couldn't open {}: {}", display, Error::description(&why)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_buffer` found for struct `csv::Writer<_>` in the current scope [INFO] [stderr] --> src/main.rs:91:48 [INFO] [stderr] | [INFO] [stderr] 91 | let mut output_csv = csv::Writer::from_buffer(buf_write); [INFO] [stderr] | ^^^^^^^^^^^ function or associated item not found in `csv::Writer<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `chars` found for struct `std::io::BufReader<&std::fs::File>` in the current scope [INFO] [stderr] --> src/main.rs:97:32 [INFO] [stderr] | [INFO] [stderr] 97 | for c_wrap in file.chars() { [INFO] [stderr] | ^^^^^ method not found in `std::io::BufReader<&std::fs::File>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error[E0599]: no function or associated item named `from_buffer` found for struct `csv::Writer<_>` in the current scope [INFO] [stderr] --> src/main.rs:91:48 [INFO] [stderr] | [INFO] [stderr] 91 | let mut output_csv = csv::Writer::from_buffer(buf_write); [INFO] [stderr] | ^^^^^^^^^^^ function or associated item not found in `csv::Writer<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `chars` found for struct `std::io::BufReader<&std::fs::File>` in the current scope [INFO] [stderr] --> src/main.rs:97:32 [INFO] [stderr] | [INFO] [stderr] 97 | for c_wrap in file.chars() { [INFO] [stderr] | ^^^^^ method not found in `std::io::BufReader<&std::fs::File>` [INFO] [stderr] [INFO] [stderr] error: could not compile `s3_log_parser`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `s3_log_parser`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "944dd9ec1f12396c402e4a25e118b9cbe8811bc313677e3ce3b0c8b6bab94122"` [INFO] running `"docker" "rm" "-f" "944dd9ec1f12396c402e4a25e118b9cbe8811bc313677e3ce3b0c8b6bab94122"` [INFO] [stdout] 944dd9ec1f12396c402e4a25e118b9cbe8811bc313677e3ce3b0c8b6bab94122