Oct 14 17:49:31.425 INFO testing iseurie/parcandidates against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:49:31.427 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 17:49:31.906 INFO blam! 27ca07992f417066dee46b4674d62349f382c245445b8f70ae0314c12d1d31b0 Oct 14 17:49:31.913 INFO running `"docker" "start" "-a" "27ca07992f417066dee46b4674d62349f382c245445b8f70ae0314c12d1d31b0"` Oct 14 17:49:32.855 INFO kablam! usermod: no changes Oct 14 17:49:33.194 INFO kablam! Compiling libc v0.2.38 Oct 14 17:49:33.199 INFO kablam! Compiling utf-8 v0.7.2 Oct 14 17:49:33.200 INFO kablam! Compiling html5ever v0.18.0 Oct 14 17:49:33.949 INFO kablam! Compiling tendril v0.3.1 Oct 14 17:49:35.723 INFO kablam! Compiling rand v0.4.2 Oct 14 17:49:35.723 INFO kablam! Compiling iovec v0.1.2 Oct 14 17:49:35.723 INFO kablam! Compiling net2 v0.2.32 Oct 14 17:49:35.723 INFO kablam! Compiling openssl-sys v0.9.27 Oct 14 17:49:35.723 INFO kablam! Compiling num_cpus v1.8.0 Oct 14 17:49:35.723 INFO kablam! Compiling time v0.1.39 Oct 14 17:49:37.975 INFO kablam! Compiling memchr v2.0.1 Oct 14 17:49:38.623 INFO kablam! Compiling bytes v0.4.6 Oct 14 17:49:42.071 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 17:49:42.129 INFO kablam! Compiling mio v0.6.13 Oct 14 17:49:43.131 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 14 17:49:43.267 INFO kablam! Compiling openssl v0.9.24 Oct 14 17:49:47.627 INFO kablam! Compiling tokio-io v0.1.5 Oct 14 17:49:47.767 INFO kablam! Compiling regex v0.2.6 Oct 14 17:49:48.045 INFO kablam! Compiling rand v0.3.22 Oct 14 17:49:49.158 INFO kablam! Compiling phf_generator v0.7.21 Oct 14 17:49:49.158 INFO kablam! Compiling uuid v0.5.1 Oct 14 17:49:51.371 INFO kablam! Compiling string_cache_codegen v0.4.0 Oct 14 17:49:51.371 INFO kablam! Compiling phf_codegen v0.7.21 Oct 14 17:49:53.229 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 14 17:49:54.496 INFO kablam! Compiling tokio-core v0.1.12 Oct 14 17:49:56.123 INFO kablam! Compiling string_cache v0.6.2 Oct 14 17:49:56.123 INFO kablam! Compiling markup5ever v0.3.2 Oct 14 17:50:10.040 INFO kablam! Compiling native-tls v0.1.5 Oct 14 17:50:15.012 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 17:50:16.165 INFO kablam! Compiling tokio-tls v0.1.4 Oct 14 17:50:21.875 INFO kablam! Compiling hyper v0.11.21 Oct 14 17:50:28.014 INFO kablam! Compiling select v0.4.2 Oct 14 17:50:34.162 INFO kablam! Compiling hyper-tls v0.1.2 Oct 14 17:50:35.066 INFO kablam! Compiling reqwest v0.8.5 Oct 14 17:50:41.961 INFO kablam! Compiling parcandidates v0.1.0 (/source) Oct 14 17:50:43.248 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 17:50:43.248 INFO kablam! --> src/main.rs:1:12 Oct 14 17:50:43.248 INFO kablam! | Oct 14 17:50:43.248 INFO kablam! 1 | #![feature(conservative_impl_trait, universal_impl_trait)] Oct 14 17:50:43.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:50:43.248 INFO kablam! | Oct 14 17:50:43.248 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 17:50:43.248 INFO kablam! Oct 14 17:50:43.248 INFO kablam! warning: the feature `universal_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 17:50:43.248 INFO kablam! --> src/main.rs:1:37 Oct 14 17:50:43.248 INFO kablam! | Oct 14 17:50:43.248 INFO kablam! 1 | #![feature(conservative_impl_trait, universal_impl_trait)] Oct 14 17:50:43.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 17:50:43.248 INFO kablam! Oct 14 17:50:47.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Oct 14 17:50:47.494 INFO kablam! su: No module specific data is present Oct 14 17:50:47.858 INFO running `"docker" "rm" "-f" "27ca07992f417066dee46b4674d62349f382c245445b8f70ae0314c12d1d31b0"` Oct 14 17:50:48.047 INFO blam! 27ca07992f417066dee46b4674d62349f382c245445b8f70ae0314c12d1d31b0 Oct 14 17:50:48.051 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 17:50:48.437 INFO blam! 29e5a68fc26e2aebeca7f2338ed491659b01c8bfd72a3e5b8f1b04da3049ecb7 Oct 14 17:50:48.439 INFO running `"docker" "start" "-a" "29e5a68fc26e2aebeca7f2338ed491659b01c8bfd72a3e5b8f1b04da3049ecb7"` Oct 14 17:50:49.004 INFO kablam! usermod: no changes Oct 14 17:50:49.183 INFO kablam! Compiling parcandidates v0.1.0 (/source) Oct 14 17:50:50.337 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 17:50:50.337 INFO kablam! --> src/main.rs:1:12 Oct 14 17:50:50.338 INFO kablam! | Oct 14 17:50:50.338 INFO kablam! 1 | #![feature(conservative_impl_trait, universal_impl_trait)] Oct 14 17:50:50.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:50:50.339 INFO kablam! | Oct 14 17:50:50.339 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 17:50:50.339 INFO kablam! Oct 14 17:50:50.339 INFO kablam! warning: the feature `universal_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 17:50:50.339 INFO kablam! --> src/main.rs:1:37 Oct 14 17:50:50.339 INFO kablam! | Oct 14 17:50:50.339 INFO kablam! 1 | #![feature(conservative_impl_trait, universal_impl_trait)] Oct 14 17:50:50.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 17:50:50.339 INFO kablam! Oct 14 17:50:50.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.81s Oct 14 17:50:50.855 INFO kablam! su: No module specific data is present Oct 14 17:50:51.469 INFO running `"docker" "rm" "-f" "29e5a68fc26e2aebeca7f2338ed491659b01c8bfd72a3e5b8f1b04da3049ecb7"` Oct 14 17:50:51.671 INFO blam! 29e5a68fc26e2aebeca7f2338ed491659b01c8bfd72a3e5b8f1b04da3049ecb7 Oct 14 17:50:51.673 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 17:50:52.022 INFO blam! 326249d3f343bab13813a163888f76b3619c784431c65c0136bd0c95b0dd196f Oct 14 17:50:52.029 INFO running `"docker" "start" "-a" "326249d3f343bab13813a163888f76b3619c784431c65c0136bd0c95b0dd196f"` Oct 14 17:50:53.287 INFO kablam! usermod: no changes Oct 14 17:50:53.491 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 14 17:50:53.507 INFO kablam! Running /target/debug/deps/parcandidates-128e8ffb3285c7f1 Oct 14 17:50:53.512 INFO blam! Oct 14 17:50:53.512 INFO blam! running 0 tests Oct 14 17:50:53.512 INFO blam! Oct 14 17:50:53.512 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:50:53.512 INFO blam! Oct 14 17:50:53.516 INFO kablam! su: No module specific data is present Oct 14 17:50:54.449 INFO running `"docker" "rm" "-f" "326249d3f343bab13813a163888f76b3619c784431c65c0136bd0c95b0dd196f"` Oct 14 17:50:54.743 INFO blam! 326249d3f343bab13813a163888f76b3619c784431c65c0136bd0c95b0dd196f