Nov 16 21:09:50.883 INFO testing lofim/actix-todo against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 21:09:50.885 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 21:09:51.365 INFO [stdout] ea0aa91c8afdd6d78c18a46688f8d4f7998e13dd66de60426d1625302e74f2fa Nov 16 21:09:51.368 INFO running `"docker" "start" "-a" "ea0aa91c8afdd6d78c18a46688f8d4f7998e13dd66de60426d1625302e74f2fa"` Nov 16 21:09:52.469 INFO [stderr] usermod: no changes Nov 16 21:09:52.842 INFO [stderr] Compiling either v1.5.0 Nov 16 21:09:52.851 INFO [stderr] Compiling resolv-conf v0.6.0 Nov 16 21:09:52.851 INFO [stderr] Compiling tokio-io v0.1.6 Nov 16 21:09:52.851 INFO [stderr] Compiling http v0.1.5 Nov 16 21:09:52.862 INFO [stderr] Compiling cargo_metadata v0.5.4 Nov 16 21:09:53.423 INFO [stderr] Compiling futures-core v0.2.1 Nov 16 21:09:55.711 INFO [stderr] Compiling futures-channel v0.2.1 Nov 16 21:09:55.731 INFO [stderr] Compiling futures-io v0.2.1 Nov 16 21:09:57.153 INFO [stderr] Compiling futures-sink v0.2.1 Nov 16 21:09:57.379 INFO [stderr] Compiling tokio-reactor v0.1.1 Nov 16 21:09:57.379 INFO [stderr] Compiling tokio-fs v0.1.0 Nov 16 21:09:58.033 INFO [stderr] Compiling futures-util v0.2.1 Nov 16 21:10:04.375 INFO [stderr] Compiling tokio-udp v0.1.0 Nov 16 21:10:04.375 INFO [stderr] Compiling tokio-tcp v0.1.0 Nov 16 21:10:04.711 INFO [stderr] Compiling skeptic v0.13.3 Nov 16 21:10:08.765 INFO [stderr] Compiling tokio v0.1.6 Nov 16 21:10:10.957 INFO [stderr] Compiling futures-executor v0.2.1 Nov 16 21:10:17.640 INFO [stderr] Compiling actix v0.5.7 Nov 16 21:10:18.395 INFO [stderr] Compiling futures-stable v0.2.1 Nov 16 21:10:19.019 INFO [stderr] Compiling futures-async-runtime v0.2.1 Nov 16 21:10:19.496 INFO [stderr] Compiling tokio-core v0.1.17 Nov 16 21:10:19.935 INFO [stderr] Compiling futures v0.2.1 Nov 16 21:10:23.952 INFO [stderr] Compiling h2 v0.1.8 Nov 16 21:10:26.816 INFO [stderr] Compiling trust-dns-proto v0.3.3 Nov 16 21:10:26.824 INFO [stderr] Compiling tokio-signal v0.1.5 Nov 16 21:10:40.082 INFO [stderr] Compiling trust-dns-resolver v0.8.2 Nov 16 21:10:56.848 INFO [stderr] Compiling actix-web v0.6.10 Nov 16 21:11:19.857 INFO [stderr] Compiling actix-todo v0.1.0 (/source) Nov 16 21:11:22.827 INFO [stderr] warning: unused imports: `error`, `fmt` Nov 16 21:11:22.828 INFO [stderr] --> src/model.rs:1:11 Nov 16 21:11:22.829 INFO [stderr] | Nov 16 21:11:22.829 INFO [stderr] 1 | use std::{error, fmt, str}; Nov 16 21:11:22.830 INFO [stderr] | ^^^^^ ^^^ Nov 16 21:11:22.830 INFO [stderr] | Nov 16 21:11:22.831 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 21:11:22.832 INFO [stderr] Nov 16 21:11:23.088 INFO [stderr] warning: unused variable: `req` Nov 16 21:11:23.089 INFO [stderr] --> src/handlers.rs:43:20 Nov 16 21:11:23.090 INFO [stderr] | Nov 16 21:11:23.091 INFO [stderr] 43 | pub fn update_task(req: HttpRequest) -> Result> { Nov 16 21:11:23.091 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 16 21:11:23.092 INFO [stderr] | Nov 16 21:11:23.093 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 21:11:23.093 INFO [stderr] Nov 16 21:11:23.094 INFO [stderr] warning: unused variable: `req` Nov 16 21:11:23.095 INFO [stderr] --> src/handlers.rs:47:20 Nov 16 21:11:23.095 INFO [stderr] | Nov 16 21:11:23.096 INFO [stderr] 47 | pub fn delete_task(req: HttpRequest) -> Result> { Nov 16 21:11:23.097 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 16 21:11:23.097 INFO [stderr] Nov 16 21:11:23.098 INFO [stderr] warning: unused variable: `req` Nov 16 21:11:23.099 INFO [stderr] --> src/handlers.rs:51:21 Nov 16 21:11:23.099 INFO [stderr] | Nov 16 21:11:23.100 INFO [stderr] 51 | pub fn health_check(req: HttpRequest) -> HttpResponse { Nov 16 21:11:23.100 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 16 21:11:23.101 INFO [stderr] Nov 16 21:11:39.880 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 47s Nov 16 21:11:39.898 INFO [stderr] su: No module specific data is present Nov 16 21:11:41.417 INFO running `"docker" "inspect" "ea0aa91c8afdd6d78c18a46688f8d4f7998e13dd66de60426d1625302e74f2fa"` Nov 16 21:11:41.793 INFO running `"docker" "rm" "-f" "ea0aa91c8afdd6d78c18a46688f8d4f7998e13dd66de60426d1625302e74f2fa"` Nov 16 21:11:42.127 INFO [stdout] ea0aa91c8afdd6d78c18a46688f8d4f7998e13dd66de60426d1625302e74f2fa Nov 16 21:11:42.135 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 21:11:42.524 INFO [stdout] a190f7cc3b2e9559a310901d138e49e2c29f820f229b890cc7d767216188d728 Nov 16 21:11:42.526 INFO running `"docker" "start" "-a" "a190f7cc3b2e9559a310901d138e49e2c29f820f229b890cc7d767216188d728"` Nov 16 21:11:45.076 INFO [stderr] usermod: no changes Nov 16 21:11:45.697 INFO [stderr] Compiling actix-todo v0.1.0 (/source) Nov 16 21:11:49.038 INFO [stderr] warning: unused imports: `error`, `fmt` Nov 16 21:11:49.038 INFO [stderr] --> src/model.rs:1:11 Nov 16 21:11:49.038 INFO [stderr] | Nov 16 21:11:49.038 INFO [stderr] 1 | use std::{error, fmt, str}; Nov 16 21:11:49.038 INFO [stderr] | ^^^^^ ^^^ Nov 16 21:11:49.039 INFO [stderr] | Nov 16 21:11:49.039 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 21:11:49.039 INFO [stderr] Nov 16 21:11:49.295 INFO [stderr] warning: unused variable: `req` Nov 16 21:11:49.296 INFO [stderr] --> src/handlers.rs:43:20 Nov 16 21:11:49.296 INFO [stderr] | Nov 16 21:11:49.297 INFO [stderr] 43 | pub fn update_task(req: HttpRequest) -> Result> { Nov 16 21:11:49.297 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 16 21:11:49.299 INFO [stderr] | Nov 16 21:11:49.299 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 21:11:49.300 INFO [stderr] Nov 16 21:11:49.300 INFO [stderr] warning: unused variable: `req` Nov 16 21:11:49.300 INFO [stderr] --> src/handlers.rs:47:20 Nov 16 21:11:49.301 INFO [stderr] | Nov 16 21:11:49.301 INFO [stderr] 47 | pub fn delete_task(req: HttpRequest) -> Result> { Nov 16 21:11:49.301 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 16 21:11:49.302 INFO [stderr] Nov 16 21:11:49.302 INFO [stderr] warning: unused variable: `req` Nov 16 21:11:49.302 INFO [stderr] --> src/handlers.rs:51:21 Nov 16 21:11:49.302 INFO [stderr] | Nov 16 21:11:49.302 INFO [stderr] 51 | pub fn health_check(req: HttpRequest) -> HttpResponse { Nov 16 21:11:49.303 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 16 21:11:49.303 INFO [stderr] Nov 16 21:11:50.000 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.88s Nov 16 21:11:50.031 INFO [stderr] su: No module specific data is present Nov 16 21:11:51.369 INFO running `"docker" "inspect" "a190f7cc3b2e9559a310901d138e49e2c29f820f229b890cc7d767216188d728"` Nov 16 21:11:51.717 INFO running `"docker" "rm" "-f" "a190f7cc3b2e9559a310901d138e49e2c29f820f229b890cc7d767216188d728"` Nov 16 21:11:52.065 INFO [stdout] a190f7cc3b2e9559a310901d138e49e2c29f820f229b890cc7d767216188d728 Nov 16 21:11:52.071 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 21:11:52.624 INFO [stdout] 94570ab9c60d2ecfa12d6cb53147a2be056c9dabe156ed3639be54e46aa7c3a6 Nov 16 21:11:52.626 INFO running `"docker" "start" "-a" "94570ab9c60d2ecfa12d6cb53147a2be056c9dabe156ed3639be54e46aa7c3a6"` Nov 16 21:11:54.112 INFO [stderr] usermod: no changes Nov 16 21:11:54.440 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.30s Nov 16 21:11:54.451 INFO [stderr] Running /target/debug/deps/actix_todo-cf2c61b920bf5e82 Nov 16 21:11:54.496 INFO [stdout] Nov 16 21:11:54.496 INFO [stdout] running 0 tests Nov 16 21:11:54.496 INFO [stdout] Nov 16 21:11:54.497 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 21:11:54.497 INFO [stdout] Nov 16 21:11:54.498 INFO [stderr] su: No module specific data is present Nov 16 21:11:55.147 INFO running `"docker" "inspect" "94570ab9c60d2ecfa12d6cb53147a2be056c9dabe156ed3639be54e46aa7c3a6"` Nov 16 21:11:55.451 INFO running `"docker" "rm" "-f" "94570ab9c60d2ecfa12d6cb53147a2be056c9dabe156ed3639be54e46aa7c3a6"` Nov 16 21:11:55.807 INFO [stdout] 94570ab9c60d2ecfa12d6cb53147a2be056c9dabe156ed3639be54e46aa7c3a6