Oct 12 21:35:37.819 INFO testing thommay/chefdk against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:35:37.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 21:35:38.090 INFO blam! 1bb3931d59282a1dbd1027cc12057e6b551937578bd479aa69d33ba22d1ce45a Oct 12 21:35:38.092 INFO running `"docker" "start" "-a" "1bb3931d59282a1dbd1027cc12057e6b551937578bd479aa69d33ba22d1ce45a"` Oct 12 21:35:38.648 INFO kablam! usermod: no changes Oct 12 21:35:38.868 INFO kablam! Compiling futures v0.1.17 Oct 12 21:35:38.869 INFO kablam! Compiling openssl v0.9.23 Oct 12 21:35:38.872 INFO kablam! Compiling serde v1.0.25 Oct 12 21:35:38.879 INFO kablam! Compiling log v0.4.0 Oct 12 21:35:38.882 INFO kablam! Compiling iovec v0.1.1 Oct 12 21:35:38.883 INFO kablam! Compiling net2 v0.2.31 Oct 12 21:35:38.887 INFO kablam! Compiling atty v0.2.6 Oct 12 21:35:38.887 INFO kablam! Compiling openssl-sys v0.9.23 Oct 12 21:35:39.675 INFO kablam! Compiling base64 v0.8.0 Oct 12 21:35:41.947 INFO kablam! Compiling bytes v0.4.5 Oct 12 21:35:41.951 INFO kablam! Compiling log v0.3.9 Oct 12 21:35:42.023 INFO kablam! Compiling clap v2.29.0 Oct 12 21:35:43.248 INFO kablam! Compiling serde_derive_internals v0.18.1 Oct 12 21:35:43.292 INFO kablam! Compiling regex v0.2.3 Oct 12 21:35:44.475 INFO kablam! Compiling mio v0.6.11 Oct 12 21:36:03.231 INFO kablam! Compiling serde_derive v1.0.25 Oct 12 21:36:04.263 INFO kablam! Compiling tokio-io v0.1.4 Oct 12 21:36:04.551 INFO kablam! Compiling tokio-service v0.1.0 Oct 12 21:36:05.091 INFO kablam! Compiling futures-cpupool v0.1.7 Oct 12 21:36:06.043 INFO kablam! Compiling relay v0.1.0 Oct 12 21:36:06.751 INFO kablam! Compiling env_logger v0.4.3 Oct 12 21:36:10.759 INFO kablam! Compiling tokio-core v0.1.11 Oct 12 21:36:21.487 INFO kablam! Compiling tokio-proto v0.1.1 Oct 12 21:36:21.487 INFO kablam! Compiling tokio-openssl v0.1.3 Oct 12 21:36:29.383 INFO kablam! Compiling toml v0.4.5 Oct 12 21:36:29.383 INFO kablam! Compiling serde_json v1.0.8 Oct 12 21:36:32.559 INFO kablam! Compiling hyper v0.11.9 Oct 12 21:37:01.959 INFO kablam! Compiling hyper-openssl v0.3.1 Oct 12 21:37:03.419 INFO kablam! Compiling chef_api v0.2.0 Oct 12 21:37:08.979 INFO kablam! Compiling chef v0.1.0 Oct 12 21:37:13.393 INFO kablam! Compiling chefdk v0.1.0 (/source) Oct 12 21:37:15.510 INFO kablam! warning: unused import: `chef_api::api_client::*` Oct 12 21:37:15.511 INFO kablam! --> src/main.rs:5:5 Oct 12 21:37:15.511 INFO kablam! | Oct 12 21:37:15.511 INFO kablam! 5 | use chef_api::api_client::*; Oct 12 21:37:15.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:15.512 INFO kablam! | Oct 12 21:37:15.512 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:37:15.512 INFO kablam! Oct 12 21:37:15.513 INFO kablam! warning: unused import: `chef::models::DataBagList` Oct 12 21:37:15.513 INFO kablam! --> src/main.rs:6:5 Oct 12 21:37:15.513 INFO kablam! | Oct 12 21:37:15.514 INFO kablam! 6 | use chef::models::DataBagList; Oct 12 21:37:15.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:15.514 INFO kablam! Oct 12 21:37:15.515 INFO kablam! warning: unused imports: `App`, `Arg`, `SubCommand` Oct 12 21:37:15.515 INFO kablam! --> src/main.rs:8:12 Oct 12 21:37:15.515 INFO kablam! | Oct 12 21:37:15.515 INFO kablam! 8 | use clap::{Arg, App, SubCommand}; Oct 12 21:37:15.516 INFO kablam! | ^^^ ^^^ ^^^^^^^^^^ Oct 12 21:37:15.516 INFO kablam! Oct 12 21:37:15.715 INFO kablam! warning: unused import: `SubCommand` Oct 12 21:37:15.715 INFO kablam! --> src/bin/chef-data-bag-list.rs:9:22 Oct 12 21:37:15.715 INFO kablam! | Oct 12 21:37:15.715 INFO kablam! 9 | use clap::{Arg, App, SubCommand}; Oct 12 21:37:15.715 INFO kablam! | ^^^^^^^^^^ Oct 12 21:37:15.715 INFO kablam! | Oct 12 21:37:15.715 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:37:15.715 INFO kablam! Oct 12 21:37:32.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 53s Oct 12 21:37:32.035 INFO kablam! su: No module specific data is present Oct 12 21:37:34.430 INFO running `"docker" "rm" "-f" "1bb3931d59282a1dbd1027cc12057e6b551937578bd479aa69d33ba22d1ce45a"` Oct 12 21:37:34.832 INFO blam! 1bb3931d59282a1dbd1027cc12057e6b551937578bd479aa69d33ba22d1ce45a Oct 12 21:37:34.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 21:37:35.581 INFO blam! 37a8b0c3c026500809e5d0a67152f537b2fcb006879c1b7e99e4bbf7a2f0b623 Oct 12 21:37:35.583 INFO running `"docker" "start" "-a" "37a8b0c3c026500809e5d0a67152f537b2fcb006879c1b7e99e4bbf7a2f0b623"` Oct 12 21:37:37.383 INFO kablam! usermod: no changes Oct 12 21:37:37.687 INFO kablam! Compiling chefdk v0.1.0 (/source) Oct 12 21:37:39.163 INFO kablam! warning: unused import: `SubCommand` Oct 12 21:37:39.163 INFO kablam! --> src/bin/chef-data-bag-list.rs:9:22 Oct 12 21:37:39.163 INFO kablam! | Oct 12 21:37:39.163 INFO kablam! 9 | use clap::{Arg, App, SubCommand}; Oct 12 21:37:39.163 INFO kablam! | ^^^^^^^^^^ Oct 12 21:37:39.163 INFO kablam! | Oct 12 21:37:39.163 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:37:39.163 INFO kablam! Oct 12 21:37:39.819 INFO kablam! warning: unused import: `chef_api::api_client::*` Oct 12 21:37:39.819 INFO kablam! --> src/main.rs:5:5 Oct 12 21:37:39.819 INFO kablam! | Oct 12 21:37:39.819 INFO kablam! 5 | use chef_api::api_client::*; Oct 12 21:37:39.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:39.819 INFO kablam! | Oct 12 21:37:39.819 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:37:39.819 INFO kablam! Oct 12 21:37:39.819 INFO kablam! warning: unused import: `chef::models::DataBagList` Oct 12 21:37:39.819 INFO kablam! --> src/main.rs:6:5 Oct 12 21:37:39.819 INFO kablam! | Oct 12 21:37:39.819 INFO kablam! 6 | use chef::models::DataBagList; Oct 12 21:37:39.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:39.819 INFO kablam! Oct 12 21:37:39.819 INFO kablam! warning: unused imports: `App`, `Arg`, `SubCommand` Oct 12 21:37:39.819 INFO kablam! --> src/main.rs:8:12 Oct 12 21:37:39.819 INFO kablam! | Oct 12 21:37:39.819 INFO kablam! 8 | use clap::{Arg, App, SubCommand}; Oct 12 21:37:39.819 INFO kablam! | ^^^ ^^^ ^^^^^^^^^^ Oct 12 21:37:39.819 INFO kablam! Oct 12 21:37:41.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.72s Oct 12 21:37:41.143 INFO kablam! su: No module specific data is present Oct 12 21:37:42.648 INFO running `"docker" "rm" "-f" "37a8b0c3c026500809e5d0a67152f537b2fcb006879c1b7e99e4bbf7a2f0b623"` Oct 12 21:37:42.939 INFO blam! 37a8b0c3c026500809e5d0a67152f537b2fcb006879c1b7e99e4bbf7a2f0b623 Oct 12 21:37:42.947 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 21:37:43.527 INFO blam! 8787f159099c5d8c5731ab754d46c12ecc9fe42aa426b6bbb91e8f252f998c61 Oct 12 21:37:43.529 INFO running `"docker" "start" "-a" "8787f159099c5d8c5731ab754d46c12ecc9fe42aa426b6bbb91e8f252f998c61"` Oct 12 21:37:44.850 INFO kablam! usermod: no changes Oct 12 21:37:45.132 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 12 21:37:45.143 INFO kablam! Running /target/debug/deps/chef_data_bag_list-0232579cf281ce84 Oct 12 21:37:45.147 INFO blam! Oct 12 21:37:45.147 INFO blam! running 0 tests Oct 12 21:37:45.148 INFO blam! Oct 12 21:37:45.148 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:37:45.148 INFO blam! Oct 12 21:37:45.154 INFO blam! Oct 12 21:37:45.154 INFO kablam! Running /target/debug/deps/chef_data_bag_show-93e6d684ab8994a8 Oct 12 21:37:45.154 INFO blam! running 0 tests Oct 12 21:37:45.154 INFO blam! Oct 12 21:37:45.157 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:37:45.157 INFO kablam! Running /target/debug/deps/chefdk-9fdb85ee9d485b01 Oct 12 21:37:45.157 INFO blam! Oct 12 21:37:45.158 INFO blam! Oct 12 21:37:45.158 INFO blam! running 0 tests Oct 12 21:37:45.158 INFO blam! Oct 12 21:37:45.159 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:37:45.159 INFO blam! Oct 12 21:37:45.163 INFO kablam! su: No module specific data is present Oct 12 21:37:45.887 INFO running `"docker" "rm" "-f" "8787f159099c5d8c5731ab754d46c12ecc9fe42aa426b6bbb91e8f252f998c61"` Oct 12 21:37:46.271 INFO blam! 8787f159099c5d8c5731ab754d46c12ecc9fe42aa426b6bbb91e8f252f998c61