[INFO] crate sharp_pencil 0.4.3 is already in cache [INFO] extracting crate sharp_pencil 0.4.3 into work/ex/beta-1.37-6/sources/1.36.0/reg/sharp_pencil/0.4.3 [INFO] extracting crate sharp_pencil 0.4.3 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/sharp_pencil/0.4.3 [INFO] validating manifest of sharp_pencil-0.4.3 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 sharp_pencil-0.4.3 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 sharp_pencil-0.4.3 [INFO] finished frobbing sharp_pencil-0.4.3 [INFO] frobbed toml for sharp_pencil-0.4.3 written to work/ex/beta-1.37-6/sources/1.36.0/reg/sharp_pencil/0.4.3/Cargo.toml [INFO] started frobbing sharp_pencil-0.4.3 [INFO] finished frobbing sharp_pencil-0.4.3 [INFO] frobbed toml for sharp_pencil-0.4.3 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/sharp_pencil/0.4.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [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 sharp_pencil-0.4.3 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/sharp_pencil/0.4.3:/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] 56bc01efb1b655af9cf31fc77fa5a2883d309a12cd76f2ae4afa7d032bcaa060 [INFO] running `"docker" "start" "-a" "56bc01efb1b655af9cf31fc77fa5a2883d309a12cd76f2ae4afa7d032bcaa060"` [INFO] [stderr] Compiling lazycell v0.5.1 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling buf-read-ext v0.3.0 [INFO] [stderr] Compiling textnonce v0.6.5 [INFO] [stderr] Compiling handlebars v0.25.3 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling mime_multipart v0.5.2 [INFO] [stderr] Compiling formdata v0.12.3 [INFO] [stderr] Compiling sharp_pencil v0.4.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/wrappers.rs:283:45 [INFO] [stderr] | [INFO] [stderr] 283 | self.host_url() + &self.full_path().trim_left_matches('/') [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] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/wrappers.rs:288:40 [INFO] [stderr] | [INFO] [stderr] 288 | self.host_url() + &self.path().trim_left_matches('/') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/routing.rs:108:54 [INFO] [stderr] | [INFO] [stderr] 108 | for (converter, variable) in parse_rule(rule.trim_right_matches('/')) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/routing.rs:282:52 [INFO] [stderr] | [INFO] [stderr] 282 | redirect_path = redirect_path + &self.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 12.45s [INFO] running `"docker" "inspect" "56bc01efb1b655af9cf31fc77fa5a2883d309a12cd76f2ae4afa7d032bcaa060"` [INFO] running `"docker" "rm" "-f" "56bc01efb1b655af9cf31fc77fa5a2883d309a12cd76f2ae4afa7d032bcaa060"` [INFO] [stdout] 56bc01efb1b655af9cf31fc77fa5a2883d309a12cd76f2ae4afa7d032bcaa060 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/sharp_pencil/0.4.3:/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] 34778a32300aadef31b3a47a29bb76c07a3e54d62701f55866ad39fe16b8b742 [INFO] running `"docker" "start" "-a" "34778a32300aadef31b3a47a29bb76c07a3e54d62701f55866ad39fe16b8b742"` [INFO] [stderr] Compiling sharp_pencil v0.4.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/wrappers.rs:283:45 [INFO] [stderr] | [INFO] [stderr] 283 | self.host_url() + &self.full_path().trim_left_matches('/') [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] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/wrappers.rs:288:40 [INFO] [stderr] | [INFO] [stderr] 288 | self.host_url() + &self.path().trim_left_matches('/') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/routing.rs:108:54 [INFO] [stderr] | [INFO] [stderr] 108 | for (converter, variable) in parse_rule(rule.trim_right_matches('/')) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/routing.rs:282:52 [INFO] [stderr] | [INFO] [stderr] 282 | redirect_path = redirect_path + &self.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 13.81s [INFO] running `"docker" "inspect" "34778a32300aadef31b3a47a29bb76c07a3e54d62701f55866ad39fe16b8b742"` [INFO] running `"docker" "rm" "-f" "34778a32300aadef31b3a47a29bb76c07a3e54d62701f55866ad39fe16b8b742"` [INFO] [stdout] 34778a32300aadef31b3a47a29bb76c07a3e54d62701f55866ad39fe16b8b742 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/sharp_pencil/0.4.3:/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] 808f950431429b2e997742cfe8210fd4084c0156328283cc7b2e821026a1585e [INFO] running `"docker" "start" "-a" "808f950431429b2e997742cfe8210fd4084c0156328283cc7b2e821026a1585e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/crater/target/debug/deps/sharp_pencil-c1fc623b07424849 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test httputils::test_get_name_by_http_code ... ok [INFO] [stdout] test routing::test_basic_routing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_basic-3e456023e5b804d2 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test foo ... ok [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/test_config-4e7f227371543c7a [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_datastructures-30ffdbaded3e7af8 [INFO] [stdout] running 4 tests [INFO] [stdout] test test_config_from_object ... ok [INFO] [stdout] test test_config_from_file ... ok [INFO] [stdout] test test_config_from_envvar ... ok [INFO] [stdout] test test_config_basic_set ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_multi_dict_basic_interface ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/test_errors-13bfaaa16125e55f [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_helpers-c50a5cf83bca6f80 [INFO] [stdout] running 4 tests [INFO] [stdout] test test_http_error_code ... ok [INFO] [stdout] test test_http_error_get_body ... ok [INFO] [stdout] test test_http_error_name ... ok [INFO] [stdout] test test_http_error_to_response ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_abort ... ok [INFO] [stdout] test test_redirect ... ok [INFO] [stdout] test test_escape ... ok [INFO] [stderr] Doc-tests sharp_pencil [INFO] [stdout] test test_safe_join ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/app.rs - app::Pencil::route (line 167) ... ignored [INFO] [stdout] test src/app.rs - app::Pencil::test_client (line 377) ... ignored [INFO] [stdout] test src/helpers.rs - helpers::PathBound::open_resource (line 33) ... ignored [INFO] [stdout] test src/app.rs - app::Pencil::usererrorhandler (line 296) ... ok [INFO] [stdout] test src/app.rs - app::Pencil::new (line 103) ... ok [INFO] [stdout] test src/json.rs - json::jsonify (line 13) ... ignored [INFO] [stdout] test src/config.rs - config::Config (line 12) ... ok [INFO] [stdout] test src/templating.rs - templating::FileSystemLoader::new (line 70) ... ignored [INFO] [stdout] test src/wrappers.rs - wrappers::Response::new (line 391) ... ignored [INFO] [stdout] test src/app.rs - app::Pencil::usererrorhandler (line 329) ... ok [INFO] [stdout] test src/helpers.rs - helpers::PathBound::open_resource (line 42) ... ok [INFO] [stdout] test src/config.rs - config::Config (line 20) ... ok [INFO] [stdout] test src/app.rs - app::Pencil::httperrorhandler (line 272) ... ok [INFO] [stdout] test src/http_errors.rs - http_errors::HTTPError (line 44) ... ok [INFO] [stdout] test src/http_errors.rs - http_errors::HTTPError (line 56) ... ok [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "808f950431429b2e997742cfe8210fd4084c0156328283cc7b2e821026a1585e"` [INFO] running `"docker" "rm" "-f" "808f950431429b2e997742cfe8210fd4084c0156328283cc7b2e821026a1585e"` [INFO] [stdout] 808f950431429b2e997742cfe8210fd4084c0156328283cc7b2e821026a1585e