[INFO] updating cached repository livioribeiro/responder [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/livioribeiro/responder [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/livioribeiro/responder" "work/ex/beta-1.37-6/sources/1.36.0/gh/livioribeiro/responder"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/livioribeiro/responder'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/livioribeiro/responder" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/livioribeiro/responder"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/livioribeiro/responder'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f6bde0b344f5d7a85856eb8b05e288ec0725f723 [INFO] sha for GitHub repo livioribeiro/responder: f6bde0b344f5d7a85856eb8b05e288ec0725f723 [INFO] validating manifest of livioribeiro/responder on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of livioribeiro/responder on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing livioribeiro/responder [INFO] finished frobbing livioribeiro/responder [INFO] frobbed toml for livioribeiro/responder written to work/ex/beta-1.37-6/sources/1.36.0/gh/livioribeiro/responder/Cargo.toml [INFO] started frobbing livioribeiro/responder [INFO] finished frobbing livioribeiro/responder [INFO] frobbed toml for livioribeiro/responder written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/livioribeiro/responder/Cargo.toml [INFO] crate livioribeiro/responder already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/livioribeiro/responder/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing livioribeiro/responder against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/livioribeiro/responder:/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.36.0" "build" "--frozen"` [INFO] [stdout] 9a07faf60f6feb2d99b87eb9196720e205bf0d488d7a4b2d8f25350cedc2c78e [INFO] running `"docker" "start" "-a" "9a07faf60f6feb2d99b87eb9196720e205bf0d488d7a4b2d8f25350cedc2c78e"` [INFO] [stderr] Compiling quick-error v0.2.2 [INFO] [stderr] Compiling netbuf v0.3.8 [INFO] [stderr] Compiling quire v0.1.8 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling rotor v0.6.3 [INFO] [stderr] Compiling rotor-tools v0.3.2 [INFO] [stderr] Compiling rotor-stream v0.6.2 [INFO] [stderr] Compiling rotor-http v0.7.0 [INFO] [stderr] Compiling responder v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/builder.rs:36:47 [INFO] [stderr] | [INFO] [stderr] 36 | let path = format!("{}/{}", root_path.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] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/builder.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | path.trim_left_matches("/")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.15s [INFO] running `"docker" "inspect" "9a07faf60f6feb2d99b87eb9196720e205bf0d488d7a4b2d8f25350cedc2c78e"` [INFO] running `"docker" "rm" "-f" "9a07faf60f6feb2d99b87eb9196720e205bf0d488d7a4b2d8f25350cedc2c78e"` [INFO] [stdout] 9a07faf60f6feb2d99b87eb9196720e205bf0d488d7a4b2d8f25350cedc2c78e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/livioribeiro/responder:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 240740421a855890ef2057526da70b86a4e25e96b3350ac684587b42712d4af1 [INFO] running `"docker" "start" "-a" "240740421a855890ef2057526da70b86a4e25e96b3350ac684587b42712d4af1"` [INFO] [stderr] Compiling responder v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/builder.rs:36:47 [INFO] [stderr] | [INFO] [stderr] 36 | let path = format!("{}/{}", root_path.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] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/builder.rs:37:42 [INFO] [stderr] | [INFO] [stderr] 37 | path.trim_left_matches("/")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.67s [INFO] running `"docker" "inspect" "240740421a855890ef2057526da70b86a4e25e96b3350ac684587b42712d4af1"` [INFO] running `"docker" "rm" "-f" "240740421a855890ef2057526da70b86a4e25e96b3350ac684587b42712d4af1"` [INFO] [stdout] 240740421a855890ef2057526da70b86a4e25e96b3350ac684587b42712d4af1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/livioribeiro/responder:/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.36.0" "test" "--frozen"` [INFO] [stdout] 3146051f02ed30f7b91cabd1305f63c718823d0937f4e33b1a1fa9327cae0e44 [INFO] running `"docker" "start" "-a" "3146051f02ed30f7b91cabd1305f63c718823d0937f4e33b1a1fa9327cae0e44"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/responder-1047894630deb8da [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test server::tests::server_shutdown ... ok [INFO] [stderr] Error stopping server thread: sending on a closed channel [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/responder-79c81dd6265de39f [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests responder [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "3146051f02ed30f7b91cabd1305f63c718823d0937f4e33b1a1fa9327cae0e44"` [INFO] running `"docker" "rm" "-f" "3146051f02ed30f7b91cabd1305f63c718823d0937f4e33b1a1fa9327cae0e44"` [INFO] [stdout] 3146051f02ed30f7b91cabd1305f63c718823d0937f4e33b1a1fa9327cae0e44