[INFO] updating cached repository https://github.com/benizi/s3env [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] testing benizi/s3env against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenizi%2Fs3env" "work/builds/worker-8/source"` [INFO] [stderr] Cloning into 'work/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/benizi/s3env on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/benizi/s3env already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] 1d053e126f7098fceaa6629f4d3d556c0b4fe3664c42d57b9cddb01b99dca656 [INFO] running `"docker" "start" "-a" "1d053e126f7098fceaa6629f4d3d556c0b4fe3664c42d57b9cddb01b99dca656"` [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling 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] 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[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 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0071, 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" "1d053e126f7098fceaa6629f4d3d556c0b4fe3664c42d57b9cddb01b99dca656"` [INFO] running `"docker" "rm" "-f" "1d053e126f7098fceaa6629f4d3d556c0b4fe3664c42d57b9cddb01b99dca656"` [INFO] [stdout] 1d053e126f7098fceaa6629f4d3d556c0b4fe3664c42d57b9cddb01b99dca656