[INFO] updating cached repository alexjeffries/yams [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/alexjeffries/yams [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/alexjeffries/yams" "work/ex/beta-1.38-1/sources/1.37.0/gh/alexjeffries/yams"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/alexjeffries/yams'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/alexjeffries/yams" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/alexjeffries/yams"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/alexjeffries/yams'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6e80f265cffe30813e6c626cb654b837a5f246f8 [INFO] sha for GitHub repo alexjeffries/yams: 6e80f265cffe30813e6c626cb654b837a5f246f8 [INFO] validating manifest of alexjeffries/yams 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 alexjeffries/yams 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 alexjeffries/yams [INFO] finished frobbing alexjeffries/yams [INFO] frobbed toml for alexjeffries/yams written to work/ex/beta-1.38-1/sources/1.37.0/gh/alexjeffries/yams/Cargo.toml [INFO] started frobbing alexjeffries/yams [INFO] finished frobbing alexjeffries/yams [INFO] frobbed toml for alexjeffries/yams written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/alexjeffries/yams/Cargo.toml [INFO] crate alexjeffries/yams already has a lockfile, it will not be regenerated [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 alexjeffries/yams 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-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/alexjeffries/yams:/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] 6968f180e8fce770544edd4c4e0737c67683f7a90e2ef6a4437ca23de9e7688f [INFO] running `"docker" "start" "-a" "6968f180e8fce770544edd4c4e0737c67683f7a90e2ef6a4437ca23de9e7688f"` [INFO] [stderr] Compiling libc v0.2.29 [INFO] [stderr] Compiling futures v0.1.14 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling unicase v2.0.0 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling bytes v0.4.5 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Compiling mime v0.3.3 [INFO] [stderr] Compiling mio v0.6.10 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling tokio-io v0.1.3 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling tokio-core v0.1.9 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.2 [INFO] [stderr] Compiling yams v0.0.1+dev (/opt/crater/workdir) [INFO] [stderr] warning: lifetime may not live long enough [INFO] [stderr] --> src/main.rs:70:50 [INFO] [stderr] | [INFO] [stderr] 70 | let server = Http::new().bind(&addr, move || Ok(YamsService { mocks: &mocks }))?; [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'2` [INFO] [stderr] | | | [INFO] [stderr] | | return type of closure is std::result::Result, std::io::Error> [INFO] [stderr] | lifetime `'1` represents this closure's body [INFO] [stderr] | [INFO] [stderr] = note: closure implements `Fn`, so references to captured variables can't escape the closure [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `matcher` [INFO] [stderr] --> src/lib.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn matcher(&self) -> &Matcher { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `"docker" "inspect" "6968f180e8fce770544edd4c4e0737c67683f7a90e2ef6a4437ca23de9e7688f"` [INFO] running `"docker" "rm" "-f" "6968f180e8fce770544edd4c4e0737c67683f7a90e2ef6a4437ca23de9e7688f"` [INFO] [stdout] 6968f180e8fce770544edd4c4e0737c67683f7a90e2ef6a4437ca23de9e7688f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/alexjeffries/yams:/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] 2e49991541ef608860a416fa081a3ce7bdc59fd186d9df4ea8c6c1cb7eea83f4 [INFO] running `"docker" "start" "-a" "2e49991541ef608860a416fa081a3ce7bdc59fd186d9df4ea8c6c1cb7eea83f4"` [INFO] [stderr] Compiling yams v0.0.1+dev (/opt/crater/workdir) [INFO] [stderr] warning: lifetime may not live long enough [INFO] [stderr] --> src/main.rs:70:50 [INFO] [stderr] | [INFO] [stderr] 70 | let server = Http::new().bind(&addr, move || Ok(YamsService { mocks: &mocks }))?; [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'2` [INFO] [stderr] | | | [INFO] [stderr] | | return type of closure is std::result::Result, std::io::Error> [INFO] [stderr] | lifetime `'1` represents this closure's body [INFO] [stderr] | [INFO] [stderr] = note: closure implements `Fn`, so references to captured variables can't escape the closure [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.42s [INFO] running `"docker" "inspect" "2e49991541ef608860a416fa081a3ce7bdc59fd186d9df4ea8c6c1cb7eea83f4"` [INFO] running `"docker" "rm" "-f" "2e49991541ef608860a416fa081a3ce7bdc59fd186d9df4ea8c6c1cb7eea83f4"` [INFO] [stdout] 2e49991541ef608860a416fa081a3ce7bdc59fd186d9df4ea8c6c1cb7eea83f4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/alexjeffries/yams:/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] b466f0d3a3d85402ea790764b81fa9dc92161e71efbae5fe65e29471b475d207 [INFO] running `"docker" "start" "-a" "b466f0d3a3d85402ea790764b81fa9dc92161e71efbae5fe65e29471b475d207"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/yams-8e08ce97aaa025b1 [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test tests::loads_request_method_if_missing ... ok [INFO] [stdout] test tests::loads_request_path_if_present ... ok [INFO] [stdout] test tests::loads_request_method_if_present ... ok [INFO] [stdout] test tests::loads_response_body_as_default_if_not_present ... ok [INFO] [stdout] test tests::loads_response_status_if_present ... ok [INFO] [stdout] test tests::loads_response_headers_if_present ... ok [INFO] [stdout] test tests::loads_response_headers_as_default_if_not_present ... ok [INFO] [stdout] test tests::loads_response_body_if_present ... ok [INFO] [stdout] test tests::loads_response_status_as_default_if_not_present ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/yams-c0e717eb06c5a0c3 [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test lib::tests::loads_request_method_if_missing ... ok [INFO] [stdout] test lib::tests::loads_request_method_if_present ... ok [INFO] [stdout] test lib::tests::loads_request_path_if_present ... ok [INFO] [stdout] test lib::tests::loads_response_body_if_present ... ok [INFO] [stdout] test lib::tests::loads_response_body_as_default_if_not_present ... ok [INFO] [stdout] test lib::tests::loads_response_status_if_present ... ok [INFO] [stdout] test lib::tests::loads_response_headers_as_default_if_not_present ... ok [INFO] [stdout] test lib::tests::loads_response_headers_if_present ... ok [INFO] [stdout] test lib::tests::loads_response_status_as_default_if_not_present ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests yams [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" "b466f0d3a3d85402ea790764b81fa9dc92161e71efbae5fe65e29471b475d207"` [INFO] running `"docker" "rm" "-f" "b466f0d3a3d85402ea790764b81fa9dc92161e71efbae5fe65e29471b475d207"` [INFO] [stdout] b466f0d3a3d85402ea790764b81fa9dc92161e71efbae5fe65e29471b475d207