[INFO] updating cached repository https://github.com/benizi/s3env
[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] e06c76cb7b8ddb4d16fe608aa70b5e348e98a08a
[INFO] checking benizi/s3env against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenizi%2Fs3env" "/workspace/builds/worker-11/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/benizi/s3env on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/benizi/s3env
[INFO] finished tweaking git repo https://github.com/benizi/s3env
[INFO] tweaked toml for git repo https://github.com/benizi/s3env written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] crate git repo https://github.com/benizi/s3env already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr] error: the lock file /workspace/builds/worker-11/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 2b2ce0c1b22327fe4d054aaea9ac078155cff9ba2f87f95ff2fadc0393db03be
[INFO] running `"docker" "start" "-a" "2b2ce0c1b22327fe4d054aaea9ac078155cff9ba2f87f95ff2fadc0393db03be"`
[INFO] [stderr]    Compiling hashbrown v0.7.1
[INFO] [stderr]    Compiling libc v0.2.68
[INFO] [stderr]     Checking dlv-list v0.2.2
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling const-random-macro v0.1.8
[INFO] [stderr]     Checking const-random v0.1.8
[INFO] [stderr]     Checking ahash v0.3.2
[INFO] [stderr]     Checking ordered-multimap v0.2.4
[INFO] [stderr]     Checking rust-ini v0.15.2
[INFO] [stderr]     Checking s3env v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/main.rs:35:15
[INFO] [stderr]    |
[INFO] [stderr] 35 |     let ini = try!(Ini::load_from_file(filename));
[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/main.rs:40:18
[INFO] [stderr]    |
[INFO] [stderr] 40 |     let access = try!(get_opt(section, "access_key"));
[INFO] [stderr]    |                  ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/main.rs:41:18
[INFO] [stderr]    |
[INFO] [stderr] 41 |     let secret = try!(get_opt(section, "secret_key"));
[INFO] [stderr]    |                  ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/main.rs:35:15
[INFO] [stderr]    |
[INFO] [stderr] 35 |     let ini = try!(Ini::load_from_file(filename));
[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/main.rs:40:18
[INFO] [stderr]    |
[INFO] [stderr] 40 |     let access = try!(get_opt(section, "access_key"));
[INFO] [stderr]    |                  ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/main.rs:41:18
[INFO] [stderr]    |
[INFO] [stderr] 41 |     let secret = try!(get_opt(section, "secret_key"));
[INFO] [stderr]    |                  ^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0071]: expected struct, variant or union type, found enum `ini::ini::Error`
[INFO] [stderr]   --> src/main.rs:21:5
[INFO] [stderr]    |
[INFO] [stderr] 21 |     IniErr {
[INFO] [stderr]    |     ^^^^^^ not a struct
[INFO] [stderr] 
[INFO] [stderr] error[E0071]: expected struct, variant or union type, found enum `ini::ini::Error`
[INFO] [stderr]   --> src/main.rs:21:5
[INFO] [stderr]    |
[INFO] [stderr] 21 |     IniErr {
[INFO] [stderr]    |     ^^^^^^ not a struct
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |   fn get_opt(section: &Properties, key: &str) -> Result<String, IniErr> {
[INFO] [stderr]    |                                                  ---------------------- expected `std::result::Result<std::string::String, ini::ini::Error>` because of return type
[INFO] [stderr] 29 | /     section.get(key)
[INFO] [stderr] 30 | |         .map(|s| s.clone())
[INFO] [stderr] 31 | |         .ok_or(ini_err(&*format!("no {} key", key)))
[INFO] [stderr]    | |____________________________________________________^ expected struct `std::string::String`, found `&str`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected enum `std::result::Result<std::string::String, _>`
[INFO] [stderr]               found enum `std::result::Result<&str, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0609]: no field `msg` on type `ini::ini::Error`
[INFO] [stderr]   --> src/main.rs:68:34
[INFO] [stderr]    |
[INFO] [stderr] 68 |         println!("Failed: {}", e.msg);
[INFO] [stderr]    |                                  ^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0071, E0308, E0609.
[INFO] [stderr] For more information about an error, try `rustc --explain E0071`.
[INFO] [stderr] error: could not compile `s3env`.
[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[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |   fn get_opt(section: &Properties, key: &str) -> Result<String, IniErr> {
[INFO] [stderr]    |                                                  ---------------------- expected `std::result::Result<std::string::String, ini::ini::Error>` because of return type
[INFO] [stderr] 29 | /     section.get(key)
[INFO] [stderr] 30 | |         .map(|s| s.clone())
[INFO] [stderr] 31 | |         .ok_or(ini_err(&*format!("no {} key", key)))
[INFO] [stderr]    | |____________________________________________________^ expected struct `std::string::String`, found `&str`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected enum `std::result::Result<std::string::String, _>`
[INFO] [stderr]               found enum `std::result::Result<&str, _>`
[INFO] [stderr] 
[INFO] [stderr] error[E0609]: no field `msg` on type `ini::ini::Error`
[INFO] [stderr]   --> src/main.rs:68:34
[INFO] [stderr]    |
[INFO] [stderr] 68 |         println!("Failed: {}", e.msg);
[INFO] [stderr]    |                                  ^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0071, E0308, E0609.
[INFO] [stderr] For more information about an error, try `rustc --explain E0071`.
[INFO] [stderr] error: could not compile `s3env`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "2b2ce0c1b22327fe4d054aaea9ac078155cff9ba2f87f95ff2fadc0393db03be"`
[INFO] running `"docker" "rm" "-f" "2b2ce0c1b22327fe4d054aaea9ac078155cff9ba2f87f95ff2fadc0393db03be"`
[INFO] [stdout] 2b2ce0c1b22327fe4d054aaea9ac078155cff9ba2f87f95ff2fadc0393db03be
