[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] testing saromanov/backuppp against 1.44.0 for beta-1.45-1 [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 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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" "+1.44.0" "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" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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=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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 01e82192d08d80f8e6aed8236ee88f09a6463b402e2e6b1b6fe386c7b7ee2fda [INFO] running `"docker" "start" "-a" "01e82192d08d80f8e6aed8236ee88f09a6463b402e2e6b1b6fe386c7b7ee2fda"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling curl v0.4.29 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.31+curl-7.70.0 [INFO] [stderr] Compiling rust-ini v0.9.12 [INFO] [stderr] Compiling subprocess v0.1.20 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling generic-array v0.8.3 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling crypto-mac v0.4.0 [INFO] [stderr] Compiling block-buffer v0.2.0 [INFO] [stderr] Compiling hmac v0.4.2 [INFO] [stderr] Compiling sha2 v0.6.0 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling serde-xml-rs v0.2.1 [INFO] [stderr] Compiling rust-s3 v0.10.1 [INFO] [stderr] Compiling 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: 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; 2 warnings emitted [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" "01e82192d08d80f8e6aed8236ee88f09a6463b402e2e6b1b6fe386c7b7ee2fda"` [INFO] running `"docker" "rm" "-f" "01e82192d08d80f8e6aed8236ee88f09a6463b402e2e6b1b6fe386c7b7ee2fda"` [INFO] [stdout] 01e82192d08d80f8e6aed8236ee88f09a6463b402e2e6b1b6fe386c7b7ee2fda