[INFO] updating cached repository https://github.com/saromanov/backuppp
[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] adccff5aa8285fc137150c92cd7904bddb920d0b
[INFO] checking saromanov/backuppp against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaromanov%2Fbackuppp" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/saromanov/backuppp on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/saromanov/backuppp
[INFO] finished tweaking git repo https://github.com/saromanov/backuppp
[INFO] tweaked toml for git repo https://github.com/saromanov/backuppp written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/saromanov/backuppp already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-4/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 6ca96db4a92f0460f4c4fbee5d7182b6f8d43800ece7d95f4616237e67a64489
[INFO] running `"docker" "start" "-a" "6ca96db4a92f0460f4c4fbee5d7182b6f8d43800ece7d95f4616237e67a64489"`
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling curl-sys v0.4.30+curl-7.69.1
[INFO] [stderr]     Checking xml-rs v0.3.6
[INFO] [stderr]     Checking generic-array v0.8.3
[INFO] [stderr]     Checking subprocess v0.1.20
[INFO] [stderr]     Checking rust-ini v0.9.12
[INFO] [stderr]     Checking error-chain v0.10.0
[INFO] [stderr]     Checking digest v0.6.2
[INFO] [stderr]     Checking crypto-mac v0.4.0
[INFO] [stderr]     Checking block-buffer v0.2.0
[INFO] [stderr]     Checking hmac v0.4.2
[INFO] [stderr]     Checking sha2 v0.6.0
[INFO] [stderr]     Checking serde-xml-rs v0.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling curl v0.4.28
[INFO] [stderr]     Checking rust-s3 v0.10.1
[INFO] [stderr]     Checking backuppp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `s3`?
[INFO] [stderr]  --> src/upload.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use s3::bucket::Bucket;
[INFO] [stderr]   |     ^^ maybe a missing crate `s3`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `s3`?
[INFO] [stderr]  --> src/upload.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use s3::credentials::Credentials;
[INFO] [stderr]   |     ^^ maybe a missing crate `s3`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Credentials`
[INFO] [stderr]   --> src/upload.rs:16:23
[INFO] [stderr]    |
[INFO] [stderr] 16 |     let credentials = Credentials::default();
[INFO] [stderr]    |                       ^^^^^^^^^^^ use of undeclared type or module `Credentials`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `s3`?
[INFO] [stderr]  --> src/upload.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use s3::bucket::Bucket;
[INFO] [stderr]   |     ^^ maybe a missing crate `s3`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `s3`?
[INFO] [stderr]  --> src/upload.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use s3::credentials::Credentials;
[INFO] [stderr]   |     ^^ maybe a missing crate `s3`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Credentials`
[INFO] [stderr]   --> src/upload.rs:16:23
[INFO] [stderr]    |
[INFO] [stderr] 16 |     let credentials = Credentials::default();
[INFO] [stderr]    |                       ^^^^^^^^^^^ use of undeclared type or module `Credentials`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Bucket`
[INFO] [stderr]   --> src/upload.rs:18:18
[INFO] [stderr]    |
[INFO] [stderr] 18 |     let bucket = Bucket::new(bucket, region, credentials);
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Bucket`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FtpStream`
[INFO] [stderr]   --> src/upload.rs:26:26
[INFO] [stderr]    |
[INFO] [stderr] 26 |     let mut ftp_stream = FtpStream::connect(conf.ftp_address).unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^ use of undeclared type or module `FtpStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cursor`
[INFO] [stderr]   --> src/upload.rs:30:22
[INFO] [stderr]    |
[INFO] [stderr] 30 |     let mut reader = Cursor::new("Hello from the Rust \"ftp\" crate!".as_bytes());
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Cursor`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `REGION` in this scope
[INFO] [stderr]   --> src/upload.rs:17:18
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let region = REGION.parse().unwrap();
[INFO] [stderr]    |                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MESSAGE` in this scope
[INFO] [stderr]   --> src/upload.rs:19:45
[INFO] [stderr]    |
[INFO] [stderr] 19 |     let (_, code) = bucket.put("test_file", MESSAGE.as_bytes(), "text/plain").unwrap();
[INFO] [stderr]    |                                             ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/mysql.rs:31:32
[INFO] [stderr]    |
[INFO] [stderr] 31 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stderr]    |                                ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/mongo.rs:30:32
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stderr]    |                                ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `backuppp`.
[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[E0433]: failed to resolve: use of undeclared type or module `Bucket`
[INFO] [stderr]   --> src/upload.rs:18:18
[INFO] [stderr]    |
[INFO] [stderr] 18 |     let bucket = Bucket::new(bucket, region, credentials);
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Bucket`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FtpStream`
[INFO] [stderr]   --> src/upload.rs:26:26
[INFO] [stderr]    |
[INFO] [stderr] 26 |     let mut ftp_stream = FtpStream::connect(conf.ftp_address).unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^ use of undeclared type or module `FtpStream`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cursor`
[INFO] [stderr]   --> src/upload.rs:30:22
[INFO] [stderr]    |
[INFO] [stderr] 30 |     let mut reader = Cursor::new("Hello from the Rust \"ftp\" crate!".as_bytes());
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Cursor`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `REGION` in this scope
[INFO] [stderr]   --> src/upload.rs:17:18
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let region = REGION.parse().unwrap();
[INFO] [stderr]    |                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MESSAGE` in this scope
[INFO] [stderr]   --> src/upload.rs:19:45
[INFO] [stderr]    |
[INFO] [stderr] 19 |     let (_, code) = bucket.put("test_file", MESSAGE.as_bytes(), "text/plain").unwrap();
[INFO] [stderr]    |                                             ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/mysql.rs:31:32
[INFO] [stderr]    |
[INFO] [stderr] 31 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stderr]    |                                ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/mongo.rs:30:32
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stderr]    |                                ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `backuppp`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "6ca96db4a92f0460f4c4fbee5d7182b6f8d43800ece7d95f4616237e67a64489"`
[INFO] running `"docker" "rm" "-f" "6ca96db4a92f0460f4c4fbee5d7182b6f8d43800ece7d95f4616237e67a64489"`
[INFO] [stdout] 6ca96db4a92f0460f4c4fbee5d7182b6f8d43800ece7d95f4616237e67a64489
