[INFO] crate s3-concat 1.0.0 is already in cache [INFO] extracting crate s3-concat 1.0.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/s3-concat/1.0.0 [INFO] extracting crate s3-concat 1.0.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/s3-concat/1.0.0 [INFO] validating manifest of s3-concat-1.0.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of s3-concat-1.0.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing s3-concat-1.0.0 [INFO] finished frobbing s3-concat-1.0.0 [INFO] frobbed toml for s3-concat-1.0.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/s3-concat/1.0.0/Cargo.toml [INFO] started frobbing s3-concat-1.0.0 [INFO] finished frobbing s3-concat-1.0.0 [INFO] frobbed toml for s3-concat-1.0.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/s3-concat/1.0.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing s3-concat-1.0.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/s3-concat/1.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 89df70c5bdcfd1d9cbafb7ca567ebafdae033f777b28e3b6a2d68e956b53954a [INFO] running `"docker" "start" "-a" "89df70c5bdcfd1d9cbafb7ca567ebafdae033f777b28e3b6a2d68e956b53954a"` [INFO] [stderr] Compiling constant_time_eq v0.1.4 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling rusoto_core v0.35.0 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling quick-xml v0.12.4 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling hmac v0.5.0 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling rusoto_credential v0.14.0 [INFO] [stderr] Compiling rusoto_s3 v0.35.0 [INFO] [stderr] Compiling s3-concat v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | .trim_left_matches("s3://") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:47:14 [INFO] [stderr] | [INFO] [stderr] 47 | .trim_right_matches('/') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `"docker" "inspect" "89df70c5bdcfd1d9cbafb7ca567ebafdae033f777b28e3b6a2d68e956b53954a"` [INFO] running `"docker" "rm" "-f" "89df70c5bdcfd1d9cbafb7ca567ebafdae033f777b28e3b6a2d68e956b53954a"` [INFO] [stdout] 89df70c5bdcfd1d9cbafb7ca567ebafdae033f777b28e3b6a2d68e956b53954a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/s3-concat/1.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1ae6cfe43f18d16c1ae5445c1c4db6ddcfb021695e98ba585c337e3e1704eb8d [INFO] running `"docker" "start" "-a" "1ae6cfe43f18d16c1ae5445c1c4db6ddcfb021695e98ba585c337e3e1704eb8d"` [INFO] [stderr] Compiling s3-concat v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | .trim_left_matches("s3://") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:47:14 [INFO] [stderr] | [INFO] [stderr] 47 | .trim_right_matches('/') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.49s [INFO] running `"docker" "inspect" "1ae6cfe43f18d16c1ae5445c1c4db6ddcfb021695e98ba585c337e3e1704eb8d"` [INFO] running `"docker" "rm" "-f" "1ae6cfe43f18d16c1ae5445c1c4db6ddcfb021695e98ba585c337e3e1704eb8d"` [INFO] [stdout] 1ae6cfe43f18d16c1ae5445c1c4db6ddcfb021695e98ba585c337e3e1704eb8d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/s3-concat/1.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 94facbccc821f176350e2528ca3f77cb19cc7ba50b6ffba14ac49f1b7dab255d [INFO] running `"docker" "start" "-a" "94facbccc821f176350e2528ca3f77cb19cc7ba50b6ffba14ac49f1b7dab255d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/s3_concat-f67d3c8762d7027f [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test types::tests::converting_string_to_error ... ok [INFO] [stdout] test types::tests::converting_str_to_error ... ok [INFO] [stdout] test types::tests::converting_io_to_error ... ok [INFO] [stdout] test types::tests::converting_rusoto_to_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "94facbccc821f176350e2528ca3f77cb19cc7ba50b6ffba14ac49f1b7dab255d"` [INFO] running `"docker" "rm" "-f" "94facbccc821f176350e2528ca3f77cb19cc7ba50b6ffba14ac49f1b7dab255d"` [INFO] [stdout] 94facbccc821f176350e2528ca3f77cb19cc7ba50b6ffba14ac49f1b7dab255d