[INFO] updating cached repository ChrisMacNaughton/tetanus [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ChrisMacNaughton/tetanus [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ChrisMacNaughton/tetanus" "work/ex/beta-1.38-1/sources/1.37.0/gh/ChrisMacNaughton/tetanus"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ChrisMacNaughton/tetanus'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ChrisMacNaughton/tetanus" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ChrisMacNaughton/tetanus"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ChrisMacNaughton/tetanus'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d39df916db704d04eec295c2fa25bb30018e6b0e [INFO] sha for GitHub repo ChrisMacNaughton/tetanus: d39df916db704d04eec295c2fa25bb30018e6b0e [INFO] validating manifest of ChrisMacNaughton/tetanus 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 ChrisMacNaughton/tetanus 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 ChrisMacNaughton/tetanus [INFO] finished frobbing ChrisMacNaughton/tetanus [INFO] frobbed toml for ChrisMacNaughton/tetanus written to work/ex/beta-1.38-1/sources/1.37.0/gh/ChrisMacNaughton/tetanus/Cargo.toml [INFO] started frobbing ChrisMacNaughton/tetanus [INFO] finished frobbing ChrisMacNaughton/tetanus [INFO] frobbed toml for ChrisMacNaughton/tetanus written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ChrisMacNaughton/tetanus/Cargo.toml [INFO] crate ChrisMacNaughton/tetanus 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ChrisMacNaughton/tetanus/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.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 ChrisMacNaughton/tetanus 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-6/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/ChrisMacNaughton/tetanus:/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] 78770e7c6ecb66f4dbc3122ea9c2d7a0da9f24140572c13296b60e77162fe6f1 [INFO] running `"docker" "start" "-a" "78770e7c6ecb66f4dbc3122ea9c2d7a0da9f24140572c13296b60e77162fe6f1"` [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling tetanus v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/request.rs:495:35 [INFO] [stderr] | [INFO] [stderr] 495 | version_string.trim().trim_left_matches('/').to_string() [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] Finished dev [unoptimized + debuginfo] target(s) in 17.89s [INFO] running `"docker" "inspect" "78770e7c6ecb66f4dbc3122ea9c2d7a0da9f24140572c13296b60e77162fe6f1"` [INFO] running `"docker" "rm" "-f" "78770e7c6ecb66f4dbc3122ea9c2d7a0da9f24140572c13296b60e77162fe6f1"` [INFO] [stdout] 78770e7c6ecb66f4dbc3122ea9c2d7a0da9f24140572c13296b60e77162fe6f1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/ChrisMacNaughton/tetanus:/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] 84043b2cc286911c834db4b68226b9c67ba16f4159e351726ced9f146849875d [INFO] running `"docker" "start" "-a" "84043b2cc286911c834db4b68226b9c67ba16f4159e351726ced9f146849875d"` [INFO] [stderr] Compiling tetanus v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/request.rs:495:35 [INFO] [stderr] | [INFO] [stderr] 495 | version_string.trim().trim_left_matches('/').to_string() [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] Finished dev [unoptimized + debuginfo] target(s) in 2.09s [INFO] running `"docker" "inspect" "84043b2cc286911c834db4b68226b9c67ba16f4159e351726ced9f146849875d"` [INFO] running `"docker" "rm" "-f" "84043b2cc286911c834db4b68226b9c67ba16f4159e351726ced9f146849875d"` [INFO] [stdout] 84043b2cc286911c834db4b68226b9c67ba16f4159e351726ced9f146849875d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/ChrisMacNaughton/tetanus:/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] d5a08b7bb75af3abf409f8bd3892bd74527be9c9573033ce575c6fcffa372ad5 [INFO] running `"docker" "start" "-a" "d5a08b7bb75af3abf409f8bd3892bd74527be9c9573033ce575c6fcffa372ad5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/tetanus-450cb1636f2d21df [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test request::tests::test_parse_content_type ... ok [INFO] [stdout] test request::tests::test_parse_header ... ok [INFO] [stdout] test request::tests::test_parse_method ... ok [INFO] [stdout] test request::tests::test_parse_path ... ok [INFO] [stdout] test request::tests::test_parse_version ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "d5a08b7bb75af3abf409f8bd3892bd74527be9c9573033ce575c6fcffa372ad5"` [INFO] running `"docker" "rm" "-f" "d5a08b7bb75af3abf409f8bd3892bd74527be9c9573033ce575c6fcffa372ad5"` [INFO] [stdout] d5a08b7bb75af3abf409f8bd3892bd74527be9c9573033ce575c6fcffa372ad5