[INFO] updating cached repository halvorboe/httimple-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/halvorboe/httimple-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/halvorboe/httimple-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/halvorboe/httimple-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/halvorboe/httimple-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/halvorboe/httimple-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/halvorboe/httimple-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/halvorboe/httimple-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3f9f1118eafa4382cc7818bedeff200196be719d [INFO] sha for GitHub repo halvorboe/httimple-rs: 3f9f1118eafa4382cc7818bedeff200196be719d [INFO] validating manifest of halvorboe/httimple-rs 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 halvorboe/httimple-rs 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 halvorboe/httimple-rs [INFO] finished frobbing halvorboe/httimple-rs [INFO] frobbed toml for halvorboe/httimple-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/halvorboe/httimple-rs/Cargo.toml [INFO] started frobbing halvorboe/httimple-rs [INFO] finished frobbing halvorboe/httimple-rs [INFO] frobbed toml for halvorboe/httimple-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/halvorboe/httimple-rs/Cargo.toml [INFO] crate halvorboe/httimple-rs 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing halvorboe/httimple-rs against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/halvorboe/httimple-rs:/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-07-23" "build" "--frozen"` [INFO] [stdout] dcc30f34f8ccb307a44ff1224a61877ef8e4190e81497ac7fe099bd938d1a8c1 [INFO] running `"docker" "start" "-a" "dcc30f34f8ccb307a44ff1224a61877ef8e4190e81497ac7fe099bd938d1a8c1"` [INFO] [stderr] Compiling untrusted v0.6.1 [INFO] [stderr] Compiling trackable v0.2.15 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling hpack_codec v0.1.0 [INFO] [stderr] warning[E0521]: borrowed data escapes outside of function [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/hpack_codec-0.1.0/src/decoder.rs:78:54 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn decode_field<'c>(&'c mut self) -> Result>> { [INFO] [stderr] | ------------ [INFO] [stderr] | | [INFO] [stderr] | `self` is declared here, outside of the function body [INFO] [stderr] | `self` is a reference that is only valid in the function body [INFO] [stderr] ... [INFO] [stderr] 78 | RawHeaderField::Indexed(f) => track!(Self::handle_indexed_field(self.table, f)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` escapes the function body here [INFO] [stderr] | [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] Compiling rayon v0.9.0 [INFO] [stderr] Compiling ring v0.13.0-alpha [INFO] [stderr] Compiling sct v0.3.0 [INFO] [stderr] Compiling webpki v0.18.0-alpha [INFO] [stderr] Compiling rustls v0.12.0 [INFO] [stderr] Compiling httimple v0.1.7 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `is_post` [INFO] [stderr] --> src/app/call.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | pub fn is_post(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.19s [INFO] running `"docker" "inspect" "dcc30f34f8ccb307a44ff1224a61877ef8e4190e81497ac7fe099bd938d1a8c1"` [INFO] running `"docker" "rm" "-f" "dcc30f34f8ccb307a44ff1224a61877ef8e4190e81497ac7fe099bd938d1a8c1"` [INFO] [stdout] dcc30f34f8ccb307a44ff1224a61877ef8e4190e81497ac7fe099bd938d1a8c1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/halvorboe/httimple-rs:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] ee70702d023b5d42f2d155a6037b7ffe903c2cfc7a14c24b21c4a85a83549cbf [INFO] running `"docker" "start" "-a" "ee70702d023b5d42f2d155a6037b7ffe903c2cfc7a14c24b21c4a85a83549cbf"` [INFO] [stderr] Compiling httimple v0.1.7 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `is_post` [INFO] [stderr] --> src/app/call.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | pub fn is_post(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.45s [INFO] running `"docker" "inspect" "ee70702d023b5d42f2d155a6037b7ffe903c2cfc7a14c24b21c4a85a83549cbf"` [INFO] running `"docker" "rm" "-f" "ee70702d023b5d42f2d155a6037b7ffe903c2cfc7a14c24b21c4a85a83549cbf"` [INFO] [stdout] ee70702d023b5d42f2d155a6037b7ffe903c2cfc7a14c24b21c4a85a83549cbf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/halvorboe/httimple-rs:/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-07-23" "test" "--frozen"` [INFO] [stdout] 8c6bc8d190e192e59542c756f42a6e91da1ba516030181b6c8e0fdc98f6cd1c0 [INFO] running `"docker" "start" "-a" "8c6bc8d190e192e59542c756f42a6e91da1ba516030181b6c8e0fdc98f6cd1c0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/httimple-1a36e9cf1321599d [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test proto::frame::head::head_has_flag ... ok [INFO] [stdout] test proto::frame::head::head_set_flag ... ok [INFO] [stdout] test proto::frame::head::head_to_bytes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/httimple-2f1b3f98f6e36bc1 [INFO] [stdout] [INFO] [stderr] Doc-tests httimple [INFO] [stdout] running 3 tests [INFO] [stdout] test proto::frame::head::head_to_bytes ... ok [INFO] [stdout] test proto::frame::head::head_set_flag ... ok [INFO] [stdout] test proto::frame::head::head_has_flag ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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" "8c6bc8d190e192e59542c756f42a6e91da1ba516030181b6c8e0fdc98f6cd1c0"` [INFO] running `"docker" "rm" "-f" "8c6bc8d190e192e59542c756f42a6e91da1ba516030181b6c8e0fdc98f6cd1c0"` [INFO] [stdout] 8c6bc8d190e192e59542c756f42a6e91da1ba516030181b6c8e0fdc98f6cd1c0