Oct 15 04:21:17.126 INFO testing alinoeabrassart/rustgistrator against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:21:17.127 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 04:21:17.484 INFO blam! 1f23ea9a6403ad30d331e3279c15b6ea5f48d65f46b017a5ef30207e1ae06b21 Oct 15 04:21:17.485 INFO running `"docker" "start" "-a" "1f23ea9a6403ad30d331e3279c15b6ea5f48d65f46b017a5ef30207e1ae06b21"` Oct 15 04:21:18.323 INFO kablam! usermod: no changes Oct 15 04:21:18.568 INFO kablam! Compiling serde v1.0.53 Oct 15 04:21:18.576 INFO kablam! Compiling unicode-bidi v0.2.6 Oct 15 04:21:18.581 INFO kablam! Compiling unix_socket v0.5.0 Oct 15 04:21:18.587 INFO kablam! Compiling jed v0.1.2 Oct 15 04:21:18.598 INFO kablam! Compiling tar v0.3.4 Oct 15 04:21:18.598 INFO kablam! Compiling miniz-sys v0.1.10 Oct 15 04:21:18.598 INFO kablam! Compiling uuid v0.2.3 Oct 15 04:21:18.598 INFO kablam! Compiling hyper v0.10.13 Oct 15 04:21:19.939 INFO kablam! Compiling serde_derive v1.0.53 Oct 15 04:21:24.131 INFO kablam! Compiling flate2 v0.2.20 Oct 15 04:21:24.379 INFO kablam! Compiling url v0.5.10 Oct 15 04:21:51.003 INFO kablam! Compiling hyper-openssl v0.2.7 Oct 15 04:21:51.003 INFO kablam! Compiling hyperlocal v0.3.0 Oct 15 04:21:55.703 INFO kablam! Compiling shiplift v0.3.2 Oct 15 04:22:05.661 INFO kablam! Compiling serde_json v1.0.17 Oct 15 04:22:12.931 INFO kablam! Compiling consul v0.2.0 Oct 15 04:22:17.023 INFO kablam! Compiling rustgistrator v0.1.0 (/source) Oct 15 04:22:19.647 INFO kablam! warning: value assigned to `e_t` is never read Oct 15 04:22:19.647 INFO kablam! --> src/docker_iface.rs:37:13 Oct 15 04:22:19.647 INFO kablam! | Oct 15 04:22:19.647 INFO kablam! 37 | let mut e_t = EventType::Unknown; Oct 15 04:22:19.647 INFO kablam! | ^^^ Oct 15 04:22:19.647 INFO kablam! | Oct 15 04:22:19.647 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 04:22:19.647 INFO kablam! Oct 15 04:22:19.659 INFO kablam! warning: variant is never constructed: `Start` Oct 15 04:22:19.659 INFO kablam! --> src/docker_iface.rs:15:5 Oct 15 04:22:19.659 INFO kablam! | Oct 15 04:22:19.659 INFO kablam! 15 | Start, Oct 15 04:22:19.659 INFO kablam! | ^^^^^ Oct 15 04:22:19.659 INFO kablam! | Oct 15 04:22:19.659 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:22:19.659 INFO kablam! Oct 15 04:22:19.659 INFO kablam! warning: variant is never constructed: `Stop` Oct 15 04:22:19.659 INFO kablam! --> src/docker_iface.rs:16:5 Oct 15 04:22:19.659 INFO kablam! | Oct 15 04:22:19.659 INFO kablam! 16 | Stop, Oct 15 04:22:19.659 INFO kablam! | ^^^^ Oct 15 04:22:19.659 INFO kablam! Oct 15 04:22:19.659 INFO kablam! warning: variant is never constructed: `Unknown` Oct 15 04:22:19.659 INFO kablam! --> src/docker_iface.rs:17:5 Oct 15 04:22:19.659 INFO kablam! | Oct 15 04:22:19.659 INFO kablam! 17 | Unknown Oct 15 04:22:19.659 INFO kablam! | ^^^^^^^ Oct 15 04:22:19.659 INFO kablam! Oct 15 04:22:19.659 INFO kablam! warning: function is never used: `event_to_declaration` Oct 15 04:22:19.659 INFO kablam! --> src/docker_iface.rs:26:1 Oct 15 04:22:19.659 INFO kablam! | Oct 15 04:22:19.659 INFO kablam! 26 | fn event_to_declaration(event: &Event) -> Option { Oct 15 04:22:19.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:22:19.659 INFO kablam! Oct 15 04:22:19.659 INFO kablam! warning: function is never used: `event_to_service` Oct 15 04:22:19.659 INFO kablam! --> src/docker_iface.rs:36:1 Oct 15 04:22:19.659 INFO kablam! | Oct 15 04:22:19.659 INFO kablam! 36 | fn event_to_service(event: &Event) -> ServiceEvent { Oct 15 04:22:19.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:22:19.659 INFO kablam! Oct 15 04:22:19.659 INFO kablam! warning: struct is never constructed: `BackendManager` Oct 15 04:22:19.659 INFO kablam! --> src/backend_manager.rs:17:1 Oct 15 04:22:19.659 INFO kablam! | Oct 15 04:22:19.659 INFO kablam! 17 | pub struct BackendManager { Oct 15 04:22:19.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:22:19.659 INFO kablam! Oct 15 04:22:19.659 INFO kablam! warning: method is never used: `register` Oct 15 04:22:19.659 INFO kablam! --> src/backend_manager.rs:22:5 Oct 15 04:22:19.659 INFO kablam! | Oct 15 04:22:19.659 INFO kablam! 22 | pub fn register(&self, service: ServiceDeclaration) -> Result, String> { Oct 15 04:22:19.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:22:19.659 INFO kablam! Oct 15 04:22:19.659 INFO kablam! warning: method is never used: `deregister` Oct 15 04:22:19.659 INFO kablam! --> src/backend_manager.rs:27:5 Oct 15 04:22:19.659 INFO kablam! | Oct 15 04:22:19.659 INFO kablam! 27 | pub fn deregister(&self, service:ServiceDeclaration) -> Result, String> { Oct 15 04:22:19.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:22:19.659 INFO kablam! Oct 15 04:22:19.659 INFO kablam! warning: struct is never constructed: `FakeBackend` Oct 15 04:22:19.659 INFO kablam! --> src/backend_manager.rs:34:1 Oct 15 04:22:19.659 INFO kablam! | Oct 15 04:22:19.659 INFO kablam! 34 | pub struct FakeBackend { Oct 15 04:22:19.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:22:19.660 INFO kablam! Oct 15 04:22:22.171 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 15 04:22:22.180 INFO kablam! su: No module specific data is present Oct 15 04:22:22.818 INFO running `"docker" "rm" "-f" "1f23ea9a6403ad30d331e3279c15b6ea5f48d65f46b017a5ef30207e1ae06b21"` Oct 15 04:22:23.076 INFO blam! 1f23ea9a6403ad30d331e3279c15b6ea5f48d65f46b017a5ef30207e1ae06b21 Oct 15 04:22:23.085 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 04:22:23.563 INFO blam! e500f856ec1dd34bbc5e3e2c3f8bc4133b3be1202be3de0606ce7c09000417df Oct 15 04:22:23.567 INFO running `"docker" "start" "-a" "e500f856ec1dd34bbc5e3e2c3f8bc4133b3be1202be3de0606ce7c09000417df"` Oct 15 04:22:25.069 INFO kablam! usermod: no changes Oct 15 04:22:25.311 INFO kablam! Compiling rustgistrator v0.1.0 (/source) Oct 15 04:22:28.401 INFO kablam! warning: value assigned to `e_t` is never read Oct 15 04:22:28.401 INFO kablam! --> src/docker_iface.rs:37:13 Oct 15 04:22:28.401 INFO kablam! | Oct 15 04:22:28.401 INFO kablam! 37 | let mut e_t = EventType::Unknown; Oct 15 04:22:28.401 INFO kablam! | ^^^ Oct 15 04:22:28.401 INFO kablam! | Oct 15 04:22:28.401 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 04:22:28.401 INFO kablam! Oct 15 04:22:28.401 INFO kablam! warning: unused variable: `docker` Oct 15 04:22:28.401 INFO kablam! --> src/docker_iface.rs:101:13 Oct 15 04:22:28.401 INFO kablam! | Oct 15 04:22:28.401 INFO kablam! 101 | let docker = shiplift::Docker::new(); Oct 15 04:22:28.401 INFO kablam! | ^^^^^^ help: consider using `_docker` instead Oct 15 04:22:28.401 INFO kablam! | Oct 15 04:22:28.401 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:22:28.401 INFO kablam! Oct 15 04:22:28.423 INFO kablam! warning: method is never used: `deregister` Oct 15 04:22:28.423 INFO kablam! --> src/backend_manager.rs:27:5 Oct 15 04:22:28.423 INFO kablam! | Oct 15 04:22:28.423 INFO kablam! 27 | pub fn deregister(&self, service:ServiceDeclaration) -> Result, String> { Oct 15 04:22:28.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:22:28.423 INFO kablam! | Oct 15 04:22:28.423 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:22:28.423 INFO kablam! Oct 15 04:22:31.563 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.45s Oct 15 04:22:31.571 INFO kablam! su: No module specific data is present Oct 15 04:22:32.523 INFO running `"docker" "rm" "-f" "e500f856ec1dd34bbc5e3e2c3f8bc4133b3be1202be3de0606ce7c09000417df"` Oct 15 04:22:32.875 INFO blam! e500f856ec1dd34bbc5e3e2c3f8bc4133b3be1202be3de0606ce7c09000417df Oct 15 04:22:32.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 04:22:33.521 INFO blam! a1d983fea0fd2366a21a705ef2899d6a2b026190418fe92a992987032dd93b76 Oct 15 04:22:33.523 INFO running `"docker" "start" "-a" "a1d983fea0fd2366a21a705ef2899d6a2b026190418fe92a992987032dd93b76"` Oct 15 04:22:35.347 INFO kablam! usermod: no changes Oct 15 04:22:35.522 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 15 04:22:35.547 INFO kablam! Running /target/debug/deps/rustgistrator-934f015669aa70ba Oct 15 04:22:35.559 INFO blam! Oct 15 04:22:35.559 INFO blam! running 3 tests Oct 15 04:22:35.575 INFO blam! test backend_manager::tests::test_failing_service_registration ... ok Oct 15 04:22:35.575 INFO blam! test backend_manager::tests::test_successful_service_registration ... ok Oct 15 04:22:35.575 INFO blam! test docker_iface::tests::test_event_conversion ... ok Oct 15 04:22:35.575 INFO blam! Oct 15 04:22:35.575 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:22:35.575 INFO blam! Oct 15 04:22:35.576 INFO kablam! Running /target/debug/deps/main-3bd14ca51a66fd27 Oct 15 04:22:35.577 INFO blam! Oct 15 04:22:35.577 INFO blam! running 0 tests Oct 15 04:22:35.577 INFO blam! Oct 15 04:22:35.577 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:22:35.577 INFO blam! Oct 15 04:22:35.578 INFO kablam! Doc-tests rustgistrator Oct 15 04:22:38.897 INFO blam! Oct 15 04:22:38.897 INFO blam! running 0 tests Oct 15 04:22:38.897 INFO blam! Oct 15 04:22:38.898 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:22:38.898 INFO blam! Oct 15 04:22:38.909 INFO kablam! su: No module specific data is present Oct 15 04:22:39.387 INFO running `"docker" "rm" "-f" "a1d983fea0fd2366a21a705ef2899d6a2b026190418fe92a992987032dd93b76"` Oct 15 04:22:39.635 INFO blam! a1d983fea0fd2366a21a705ef2899d6a2b026190418fe92a992987032dd93b76