[INFO] crate pastebin 0.17.9 is already in cache [INFO] extracting crate pastebin 0.17.9 into work/ex/beta-1.38-1/sources/1.37.0/reg/pastebin/0.17.9 [INFO] extracting crate pastebin 0.17.9 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/pastebin/0.17.9 [INFO] validating manifest of pastebin-0.17.9 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 pastebin-0.17.9 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 pastebin-0.17.9 [INFO] finished frobbing pastebin-0.17.9 [INFO] frobbed toml for pastebin-0.17.9 written to work/ex/beta-1.38-1/sources/1.37.0/reg/pastebin/0.17.9/Cargo.toml [INFO] started frobbing pastebin-0.17.9 [INFO] finished frobbing pastebin-0.17.9 [INFO] frobbed toml for pastebin-0.17.9 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/pastebin/0.17.9/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] testing pastebin-0.17.9 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/pastebin/0.17.9:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 085a09f685b7be54f2ea7abe58dacfe20c98fbfb441fdefcb6e7deba1a694d01 [INFO] running `"docker" "start" "-a" "085a09f685b7be54f2ea7abe58dacfe20c98fbfb441fdefcb6e7deba1a694d01"` [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling tree_magic v0.2.1 [INFO] [stderr] Compiling tera v0.11.20 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling iron v0.6.1 [INFO] [stderr] Compiling pastebin v0.17.9 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pastebin.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | db: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DbInterface` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pastebin.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn new(db: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DbInterface` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/web.rs:198:48 [INFO] [stderr] | [INFO] [stderr] 198 | let url_prefix = format!("{}/", url_prefix.trim_right_matches('/')); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.49s [INFO] running `"docker" "inspect" "085a09f685b7be54f2ea7abe58dacfe20c98fbfb441fdefcb6e7deba1a694d01"` [INFO] running `"docker" "rm" "-f" "085a09f685b7be54f2ea7abe58dacfe20c98fbfb441fdefcb6e7deba1a694d01"` [INFO] [stdout] 085a09f685b7be54f2ea7abe58dacfe20c98fbfb441fdefcb6e7deba1a694d01 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/pastebin/0.17.9:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 30cda6806bb6eb2f7ed927b2f654cf388bd667a65aab3f6d6ec3ad290c887361 [INFO] running `"docker" "start" "-a" "30cda6806bb6eb2f7ed927b2f654cf388bd667a65aab3f6d6ec3ad290c887361"` [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [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 tokio-core v0.1.17 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling hyper-tls v0.1.4 [INFO] [stderr] Compiling reqwest v0.8.8 [INFO] [stderr] Compiling pastebin v0.17.9 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pastebin.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | db: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DbInterface` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pastebin.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn new(db: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DbInterface` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/test.rs:11:48 [INFO] [stderr] | [INFO] [stderr] 11 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/test.rs:37:39 [INFO] [stderr] | [INFO] [stderr] 37 | static COUNTER: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/web.rs:198:48 [INFO] [stderr] | [INFO] [stderr] 198 | let url_prefix = format!("{}/", url_prefix.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 25.52s [INFO] running `"docker" "inspect" "30cda6806bb6eb2f7ed927b2f654cf388bd667a65aab3f6d6ec3ad290c887361"` [INFO] running `"docker" "rm" "-f" "30cda6806bb6eb2f7ed927b2f654cf388bd667a65aab3f6d6ec3ad290c887361"` [INFO] [stdout] 30cda6806bb6eb2f7ed927b2f654cf388bd667a65aab3f6d6ec3ad290c887361 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/pastebin/0.17.9:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 27e65cf5dc2eaa921d118c115423a9f4ba685b38188a106f19e3d4a906fed3c0 [INFO] running `"docker" "start" "-a" "27e65cf5dc2eaa921d118c115423a9f4ba685b38188a106f19e3d4a906fed3c0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running /opt/crater/target/debug/deps/pastebin-bcf518a9945fcf8a [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test::get ... ok [INFO] [stdout] test test::remove ... ok [INFO] [stdout] test test::post ... ok [INFO] [stdout] test test::post_never_expire ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests pastebin [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/web.rs - web::run_web (line 140) ... ok [INFO] [stdout] test src/web.rs - web::run_web (line 87) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "27e65cf5dc2eaa921d118c115423a9f4ba685b38188a106f19e3d4a906fed3c0"` [INFO] running `"docker" "rm" "-f" "27e65cf5dc2eaa921d118c115423a9f4ba685b38188a106f19e3d4a906fed3c0"` [INFO] [stdout] 27e65cf5dc2eaa921d118c115423a9f4ba685b38188a106f19e3d4a906fed3c0