[INFO] crate rustiful 0.1.0 is already in cache [INFO] extracting crate rustiful 0.1.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/rustiful/0.1.0 [INFO] extracting crate rustiful 0.1.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rustiful/0.1.0 [INFO] validating manifest of rustiful-0.1.0 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 rustiful-0.1.0 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 rustiful-0.1.0 [INFO] finished frobbing rustiful-0.1.0 [INFO] frobbed toml for rustiful-0.1.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/rustiful/0.1.0/Cargo.toml [INFO] started frobbing rustiful-0.1.0 [INFO] finished frobbing rustiful-0.1.0 [INFO] frobbed toml for rustiful-0.1.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rustiful/0.1.0/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] 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] [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" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rustiful-0.1.0 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-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rustiful/0.1.0:/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] 18c00e22a31282a43b4931165cdeb96c2558c5e2832d8cb3823a0a6d3c75fc25 [INFO] running `"docker" "start" "-a" "18c00e22a31282a43b4931165cdeb96c2558c5e2832d8cb3823a0a6d3c75fc25"` [INFO] [stderr] Compiling modifier v0.1.0 [INFO] [stderr] Compiling proc-macro-hack-impl v0.3.3 [INFO] [stderr] Compiling route-recognizer v0.1.12 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling proc-macro-hack v0.3.3 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling autoimpl-derive v0.1.0 [INFO] [stderr] Compiling persistent v0.3.0 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling autoimpl v0.1.0 [INFO] [stderr] Compiling bodyparser v0.7.0 [INFO] [stderr] Compiling rustiful 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/params.rs:90:39 [INFO] [stderr] | [INFO] [stderr] 90 | field = field.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/params.rs:103:37 [INFO] [stderr] | [INFO] [stderr] 103 | let mut model = key.trim_left_matches("fields"); [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_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/params.rs:109:31 [INFO] [stderr] | [INFO] [stderr] 109 | model = model.trim_left_matches('[').trim_right_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/params.rs:109:54 [INFO] [stderr] | [INFO] [stderr] 109 | model = model.trim_left_matches('[').trim_right_matches(']'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.33s [INFO] running `"docker" "inspect" "18c00e22a31282a43b4931165cdeb96c2558c5e2832d8cb3823a0a6d3c75fc25"` [INFO] running `"docker" "rm" "-f" "18c00e22a31282a43b4931165cdeb96c2558c5e2832d8cb3823a0a6d3c75fc25"` [INFO] [stdout] 18c00e22a31282a43b4931165cdeb96c2558c5e2832d8cb3823a0a6d3c75fc25 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rustiful/0.1.0:/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] c8fae174290a9f6d2e90b732178168a4922ea1cd7e92f69ad2d3f80f757e478a [INFO] running `"docker" "start" "-a" "c8fae174290a9f6d2e90b732178168a4922ea1cd7e92f69ad2d3f80f757e478a"` [INFO] [stderr] Compiling uuid v0.2.3 [INFO] [stderr] Compiling uuid v0.4.0 [INFO] [stderr] Compiling iron-test v0.5.0 [INFO] [stderr] Compiling rustiful 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/params.rs:90:39 [INFO] [stderr] | [INFO] [stderr] 90 | field = field.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/params.rs:103:37 [INFO] [stderr] | [INFO] [stderr] 103 | let mut model = key.trim_left_matches("fields"); [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_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/params.rs:109:31 [INFO] [stderr] | [INFO] [stderr] 109 | model = model.trim_left_matches('[').trim_right_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/params.rs:109:54 [INFO] [stderr] | [INFO] [stderr] 109 | model = model.trim_left_matches('[').trim_right_matches(']'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.00s [INFO] running `"docker" "inspect" "c8fae174290a9f6d2e90b732178168a4922ea1cd7e92f69ad2d3f80f757e478a"` [INFO] running `"docker" "rm" "-f" "c8fae174290a9f6d2e90b732178168a4922ea1cd7e92f69ad2d3f80f757e478a"` [INFO] [stdout] c8fae174290a9f6d2e90b732178168a4922ea1cd7e92f69ad2d3f80f757e478a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rustiful/0.1.0:/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] 69b733844b887b8a821fa250341b13283334794a25b439631aa7babd61fdc9ce [INFO] running `"docker" "start" "-a" "69b733844b887b8a821fa250341b13283334794a25b439631aa7babd61fdc9ce"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/rustiful-c70f4b404eb722a0 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test iron::tests::test_201_created ... ok [INFO] [stdout] test iron::tests::test_200_ok_response ... ok [INFO] [stdout] test iron::tests::test_204_no_content ... ok [INFO] [stdout] test iron::tests::test_error_json ... ok [INFO] [stderr] Doc-tests rustiful [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 src/json_option.rs - json_option::some_option (line 12) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "69b733844b887b8a821fa250341b13283334794a25b439631aa7babd61fdc9ce"` [INFO] running `"docker" "rm" "-f" "69b733844b887b8a821fa250341b13283334794a25b439631aa7babd61fdc9ce"` [INFO] [stdout] 69b733844b887b8a821fa250341b13283334794a25b439631aa7babd61fdc9ce