[INFO] updating cached repository https://github.com/archer884/apology-segmenter [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4b00ab4fb983d289560a6c79363799733bc3c00f [INFO] testing archer884/apology-segmenter against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcher884%2Fapology-segmenter" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/archer884/apology-segmenter on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/archer884/apology-segmenter [INFO] finished tweaking git repo https://github.com/archer884/apology-segmenter [INFO] tweaked toml for git repo https://github.com/archer884/apology-segmenter written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/archer884/apology-segmenter already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-9/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" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] e1791f71901cfcc3f705c7036bf6c6b74ef54bd1b2144e478d2eb8be73c7ebf0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e1791f71901cfcc3f705c7036bf6c6b74ef54bd1b2144e478d2eb8be73c7ebf0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling apology-segmenter v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/record.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | id: try!(decoder.read_str()).trim().to_owned(), [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/record.rs:33:20 [INFO] [stderr] | [INFO] [stderr] 33 | email: try!(decoder.read_str()).trim().to_owned(), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/record.rs:34:25 [INFO] [stderr] | [INFO] [stderr] 34 | first_name: try!(decoder.read_str()).trim().to_owned(), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/record.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | last_name: try!(decoder.read_str()).trim().to_owned(), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/record.rs:36:23 [INFO] [stderr] | [INFO] [stderr] 36 | address1: try!(decoder.read_str()).trim().to_owned(), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/record.rs:38:19 [INFO] [stderr] | [INFO] [stderr] 38 | city: try!(decoder.read_str()).trim().to_owned(), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/record.rs:39:21 [INFO] [stderr] | [INFO] [stderr] 39 | region: try!(decoder.read_str()).trim().to_owned(), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/record.rs:40:44 [INFO] [stderr] | [INFO] [stderr] 40 | postal_code: clean_postal_code(try!(decoder.read_str()).trim()), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/record.rs:41:51 [INFO] [stderr] | [INFO] [stderr] 41 | country: translate(&format!("{:0>4}", try!(decoder.read_str()))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/record.rs:42:39 [INFO] [stderr] | [INFO] [stderr] 42 | phone: clean_phone_number(try!(decoder.read_str())), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:34:26 [INFO] [stderr] | [INFO] [stderr] 34 | let mut writer = try!(csv::Writer::from_file(&path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | try!(writer.encode(record)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_file` found for struct `csv::Writer<_>` in the current scope [INFO] [stderr] --> src/main.rs:34:44 [INFO] [stderr] | [INFO] [stderr] 34 | let mut writer = try!(csv::Writer::from_file(&path)); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `csv::Writer<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_file` found for struct `csv::Reader<_>` in the current scope [INFO] [stderr] --> src/main.rs:45:35 [INFO] [stderr] | [INFO] [stderr] 45 | let mut reader = csv::Reader::from_file(&path).unwrap(); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `csv::Reader<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 12 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `apology-segmenter`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e1791f71901cfcc3f705c7036bf6c6b74ef54bd1b2144e478d2eb8be73c7ebf0"` [INFO] running `"docker" "rm" "-f" "e1791f71901cfcc3f705c7036bf6c6b74ef54bd1b2144e478d2eb8be73c7ebf0"` [INFO] [stdout] e1791f71901cfcc3f705c7036bf6c6b74ef54bd1b2144e478d2eb8be73c7ebf0