Oct 16 09:22:27.235 INFO testing google-autoscaler1_beta2-cli-1.0.7+20150629 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 09:22:27.235 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 09:22:27.640 INFO blam! 11aa7352d6ab437fc82b06398327062203c5c2a71997d62aeae22b0d5abf75df Oct 16 09:22:27.642 INFO running `"docker" "start" "-a" "11aa7352d6ab437fc82b06398327062203c5c2a71997d62aeae22b0d5abf75df"` Oct 16 09:22:29.867 INFO kablam! usermod: no changes Oct 16 09:22:29.915 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:22:29.915 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:22:29.915 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:22:29.915 INFO kablam! files will be included as a binary target: Oct 16 09:22:29.915 INFO kablam! Oct 16 09:22:29.915 INFO kablam! * /source/src/main.rs Oct 16 09:22:29.915 INFO kablam! Oct 16 09:22:29.915 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:22:29.915 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:22:29.915 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:22:29.915 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:22:29.915 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:22:29.915 INFO kablam! Oct 16 09:22:29.915 INFO kablam! For more information on this warning you can consult Oct 16 09:22:29.915 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:22:29.915 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `autoscaler1-beta2`, Oct 16 09:22:29.915 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:22:30.070 INFO kablam! Compiling google-autoscaler1_beta2 v1.0.8+20150629 Oct 16 09:22:36.622 INFO kablam! Compiling google-autoscaler1_beta2-cli v1.0.7+20150629 (/source) Oct 16 09:22:53.382 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.49s Oct 16 09:22:53.392 INFO kablam! su: No module specific data is present Oct 16 09:22:54.907 INFO running `"docker" "rm" "-f" "11aa7352d6ab437fc82b06398327062203c5c2a71997d62aeae22b0d5abf75df"` Oct 16 09:22:55.307 INFO blam! 11aa7352d6ab437fc82b06398327062203c5c2a71997d62aeae22b0d5abf75df Oct 16 09:22:55.324 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 09:22:55.867 INFO blam! a9fcd7e724d3de70e047b4f720087d9b9a285b3ccdb63be340f961c8f1aae204 Oct 16 09:22:55.870 INFO running `"docker" "start" "-a" "a9fcd7e724d3de70e047b4f720087d9b9a285b3ccdb63be340f961c8f1aae204"` Oct 16 09:22:57.719 INFO kablam! usermod: no changes Oct 16 09:22:57.771 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:22:57.771 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:22:57.771 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:22:57.771 INFO kablam! files will be included as a binary target: Oct 16 09:22:57.771 INFO kablam! Oct 16 09:22:57.771 INFO kablam! * /source/src/main.rs Oct 16 09:22:57.771 INFO kablam! Oct 16 09:22:57.771 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:22:57.771 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:22:57.771 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:22:57.771 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:22:57.771 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:22:57.771 INFO kablam! Oct 16 09:22:57.771 INFO kablam! For more information on this warning you can consult Oct 16 09:22:57.771 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:22:57.771 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `autoscaler1-beta2`, Oct 16 09:22:57.771 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:22:57.930 INFO kablam! Compiling google-autoscaler1_beta2-cli v1.0.7+20150629 (/source) Oct 16 09:23:03.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.10s Oct 16 09:23:03.859 INFO kablam! su: No module specific data is present Oct 16 09:23:04.740 INFO running `"docker" "rm" "-f" "a9fcd7e724d3de70e047b4f720087d9b9a285b3ccdb63be340f961c8f1aae204"` Oct 16 09:23:04.923 INFO blam! a9fcd7e724d3de70e047b4f720087d9b9a285b3ccdb63be340f961c8f1aae204 Oct 16 09:23:04.931 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 09:23:05.303 INFO blam! d2f6ddeee033b074b47dd757921ff953809106d2ca81d00c4166b0c545476731 Oct 16 09:23:05.314 INFO running `"docker" "start" "-a" "d2f6ddeee033b074b47dd757921ff953809106d2ca81d00c4166b0c545476731"` Oct 16 09:23:06.899 INFO kablam! usermod: no changes Oct 16 09:23:06.951 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:23:06.951 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:23:06.951 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:23:06.951 INFO kablam! files will be included as a binary target: Oct 16 09:23:06.951 INFO kablam! Oct 16 09:23:06.951 INFO kablam! * /source/src/main.rs Oct 16 09:23:06.951 INFO kablam! Oct 16 09:23:06.951 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:23:06.951 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:23:06.951 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:23:06.951 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:23:06.951 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:23:06.951 INFO kablam! Oct 16 09:23:06.951 INFO kablam! For more information on this warning you can consult Oct 16 09:23:06.951 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:23:06.951 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `autoscaler1-beta2`, Oct 16 09:23:06.951 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:23:07.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 16 09:23:07.171 INFO kablam! Running /target/debug/deps/autoscaler1_beta2-636c49f0ae236b90 Oct 16 09:23:07.175 INFO kablam! su: No module specific data is present Oct 16 09:23:07.175 INFO blam! Oct 16 09:23:07.176 INFO blam! running 0 tests Oct 16 09:23:07.176 INFO blam! Oct 16 09:23:07.176 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 09:23:07.176 INFO blam! Oct 16 09:23:08.086 INFO running `"docker" "rm" "-f" "d2f6ddeee033b074b47dd757921ff953809106d2ca81d00c4166b0c545476731"` Oct 16 09:23:08.399 INFO blam! d2f6ddeee033b074b47dd757921ff953809106d2ca81d00c4166b0c545476731