[INFO] updating cached repository https://github.com/Ploppz/s3-cli [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] 3f2edf9bfde016b250be9531a0be4c0d79d3e943 [INFO] testing Ploppz/s3-cli against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPloppz%2Fs3-cli" "/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/Ploppz/s3-cli 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/Ploppz/s3-cli [INFO] finished tweaking git repo https://github.com/Ploppz/s3-cli [INFO] tweaked toml for git repo https://github.com/Ploppz/s3-cli written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Ploppz/s3-cli 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] 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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c60ed3adae1712bacaf0b9bc161a3a0b1b537634f49e21b32c7f0e2aefd6e2fe [INFO] running `"docker" "start" "-a" "c60ed3adae1712bacaf0b9bc161a3a0b1b537634f49e21b32c7f0e2aefd6e2fe"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling doc-comment v0.3.2 [INFO] [stderr] Compiling rusoto_core v0.43.0-beta.1 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling pbr v1.0.2 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling snafu-derive v0.6.2 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling tokio v0.2.13 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling time-macros-impl v0.1.0 [INFO] [stderr] Compiling snafu v0.6.2 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling time v0.2.7 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling futures-stopwatch v0.3.0 [INFO] [stderr] Compiling futures-retry v0.5.0 [INFO] [stderr] Compiling h2 v0.2.2 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling hyper v0.13.3 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling rusoto_credential v0.43.0-beta.1 [INFO] [stderr] Compiling rusoto_signature v0.43.0-beta.1 [INFO] [stderr] Compiling rusoto_s3 v0.43.0-beta.1 [INFO] [stderr] Compiling s3-algo v0.1.13 [INFO] [stderr] Compiling s3-cli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `sse` [INFO] [stderr] --> src/main.rs:55:29 [INFO] [stderr] | [INFO] [stderr] 55 | fn s3_client(profile: &str, sse: bool, region: &str, host: Option) -> S3Client { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_sse` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 14s [INFO] running `"docker" "inspect" "c60ed3adae1712bacaf0b9bc161a3a0b1b537634f49e21b32c7f0e2aefd6e2fe"` [INFO] running `"docker" "rm" "-f" "c60ed3adae1712bacaf0b9bc161a3a0b1b537634f49e21b32c7f0e2aefd6e2fe"` [INFO] [stdout] c60ed3adae1712bacaf0b9bc161a3a0b1b537634f49e21b32c7f0e2aefd6e2fe [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" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d2b5d80b9482e6531cb4980e69fb8db4ac459978d7e1b07af8de8d3528e3b985 [INFO] running `"docker" "start" "-a" "d2b5d80b9482e6531cb4980e69fb8db4ac459978d7e1b07af8de8d3528e3b985"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling s3-cli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `sse` [INFO] [stderr] --> src/main.rs:55:29 [INFO] [stderr] | [INFO] [stderr] 55 | fn s3_client(profile: &str, sse: bool, region: &str, host: Option) -> S3Client { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_sse` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.05s [INFO] running `"docker" "inspect" "d2b5d80b9482e6531cb4980e69fb8db4ac459978d7e1b07af8de8d3528e3b985"` [INFO] running `"docker" "rm" "-f" "d2b5d80b9482e6531cb4980e69fb8db4ac459978d7e1b07af8de8d3528e3b985"` [INFO] [stdout] d2b5d80b9482e6531cb4980e69fb8db4ac459978d7e1b07af8de8d3528e3b985 [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" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 26be112722d402476e9e806480d4f96a37db3c13d28c4577225dacf5372d5296 [INFO] running `"docker" "start" "-a" "26be112722d402476e9e806480d4f96a37db3c13d28c4577225dacf5372d5296"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `sse` [INFO] [stderr] --> src/main.rs:55:29 [INFO] [stderr] | [INFO] [stderr] 55 | fn s3_client(profile: &str, sse: bool, region: &str, host: Option) -> S3Client { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_sse` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.59s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/s3_cli-f6969bc95f82bbcc [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test::test_location_parsing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "26be112722d402476e9e806480d4f96a37db3c13d28c4577225dacf5372d5296"` [INFO] running `"docker" "rm" "-f" "26be112722d402476e9e806480d4f96a37db3c13d28c4577225dacf5372d5296"` [INFO] [stdout] 26be112722d402476e9e806480d4f96a37db3c13d28c4577225dacf5372d5296