Oct 15 15:54:42.585 INFO testing trafo-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 15:54:42.585 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 15:54:42.733 INFO blam! c61d4e9ccf817378e0a3e7cdd67ae8b4b84e2656d146e99b7b11f9f2ab45a9be Oct 15 15:54:42.735 INFO running `"docker" "start" "-a" "c61d4e9ccf817378e0a3e7cdd67ae8b4b84e2656d146e99b7b11f9f2ab45a9be"` Oct 15 15:54:43.248 INFO kablam! usermod: no changes Oct 15 15:54:43.273 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 15:54:43.273 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 15:54:43.273 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 15:54:43.273 INFO kablam! files will be included as a binary target: Oct 15 15:54:43.273 INFO kablam! Oct 15 15:54:43.273 INFO kablam! * /source/src/main.rs Oct 15 15:54:43.273 INFO kablam! Oct 15 15:54:43.273 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 15:54:43.273 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 15:54:43.273 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 15:54:43.273 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 15:54:43.273 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 15:54:43.273 INFO kablam! Oct 15 15:54:43.273 INFO kablam! For more information on this warning you can consult Oct 15 15:54:43.273 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 15:54:43.273 INFO kablam! warning: dependency (getopts) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions Oct 15 15:54:43.273 INFO kablam! warning: unused manifest key: dependencies.getopts.getopts Oct 15 15:54:43.279 INFO kablam! Compiling trafo v0.1.1 (/source) Oct 15 15:54:43.681 INFO kablam! warning: unused import: `getopts::*` Oct 15 15:54:43.681 INFO kablam! --> src/whereis/whereis.rs:3:5 Oct 15 15:54:43.681 INFO kablam! | Oct 15 15:54:43.681 INFO kablam! 3 | use getopts::*; Oct 15 15:54:43.681 INFO kablam! | ^^^^^^^^^^ Oct 15 15:54:43.681 INFO kablam! | Oct 15 15:54:43.681 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:54:43.681 INFO kablam! Oct 15 15:54:43.681 INFO kablam! warning: unused import: `std::os` Oct 15 15:54:43.681 INFO kablam! --> src/whereis/whereis.rs:4:5 Oct 15 15:54:43.681 INFO kablam! | Oct 15 15:54:43.681 INFO kablam! 4 | use std::os; Oct 15 15:54:43.681 INFO kablam! | ^^^^^^^ Oct 15 15:54:43.681 INFO kablam! Oct 15 15:54:43.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Oct 15 15:54:43.977 INFO kablam! su: No module specific data is present Oct 15 15:54:44.639 INFO running `"docker" "rm" "-f" "c61d4e9ccf817378e0a3e7cdd67ae8b4b84e2656d146e99b7b11f9f2ab45a9be"` Oct 15 15:54:44.860 INFO blam! c61d4e9ccf817378e0a3e7cdd67ae8b4b84e2656d146e99b7b11f9f2ab45a9be Oct 15 15:54:44.863 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 15:54:45.355 INFO blam! 795a5d5707194c1c692e3248a5daa1e8684e3d0a968afb31ce7e071caedf9545 Oct 15 15:54:45.361 INFO running `"docker" "start" "-a" "795a5d5707194c1c692e3248a5daa1e8684e3d0a968afb31ce7e071caedf9545"` Oct 15 15:54:46.339 INFO kablam! usermod: no changes Oct 15 15:54:46.367 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 15:54:46.368 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 15:54:46.368 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 15:54:46.368 INFO kablam! files will be included as a binary target: Oct 15 15:54:46.369 INFO kablam! Oct 15 15:54:46.369 INFO kablam! * /source/src/main.rs Oct 15 15:54:46.369 INFO kablam! Oct 15 15:54:46.370 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 15:54:46.370 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 15:54:46.370 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 15:54:46.371 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 15:54:46.371 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 15:54:46.371 INFO kablam! Oct 15 15:54:46.371 INFO kablam! For more information on this warning you can consult Oct 15 15:54:46.371 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 15:54:46.372 INFO kablam! warning: dependency (getopts) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions Oct 15 15:54:46.372 INFO kablam! warning: unused manifest key: dependencies.getopts.getopts Oct 15 15:54:46.383 INFO kablam! Compiling trafo v0.1.1 (/source) Oct 15 15:54:46.939 INFO kablam! warning: unused import: `getopts::*` Oct 15 15:54:46.939 INFO kablam! --> src/whereis/whereis.rs:3:5 Oct 15 15:54:46.940 INFO kablam! | Oct 15 15:54:46.940 INFO kablam! 3 | use getopts::*; Oct 15 15:54:46.940 INFO kablam! | ^^^^^^^^^^ Oct 15 15:54:46.941 INFO kablam! | Oct 15 15:54:46.941 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:54:46.941 INFO kablam! Oct 15 15:54:46.941 INFO kablam! warning: unused import: `std::os` Oct 15 15:54:46.942 INFO kablam! --> src/whereis/whereis.rs:4:5 Oct 15 15:54:46.942 INFO kablam! | Oct 15 15:54:46.942 INFO kablam! 4 | use std::os; Oct 15 15:54:46.942 INFO kablam! | ^^^^^^^ Oct 15 15:54:46.943 INFO kablam! Oct 15 15:54:47.519 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 15 15:54:47.523 INFO kablam! su: No module specific data is present Oct 15 15:54:48.099 INFO running `"docker" "rm" "-f" "795a5d5707194c1c692e3248a5daa1e8684e3d0a968afb31ce7e071caedf9545"` Oct 15 15:54:48.331 INFO blam! 795a5d5707194c1c692e3248a5daa1e8684e3d0a968afb31ce7e071caedf9545 Oct 15 15:54:48.338 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 15:54:48.768 INFO blam! 47f79dd6e96e8441c0d10fe51f063c53944b7fab3f81e2d7b67391d6828f326b Oct 15 15:54:48.772 INFO running `"docker" "start" "-a" "47f79dd6e96e8441c0d10fe51f063c53944b7fab3f81e2d7b67391d6828f326b"` Oct 15 15:54:49.863 INFO kablam! usermod: no changes Oct 15 15:54:49.927 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 15:54:49.927 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 15:54:49.927 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 15:54:49.927 INFO kablam! files will be included as a binary target: Oct 15 15:54:49.927 INFO kablam! Oct 15 15:54:49.927 INFO kablam! * /source/src/main.rs Oct 15 15:54:49.927 INFO kablam! Oct 15 15:54:49.927 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 15:54:49.927 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 15:54:49.927 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 15:54:49.927 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 15:54:49.927 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 15:54:49.927 INFO kablam! Oct 15 15:54:49.927 INFO kablam! For more information on this warning you can consult Oct 15 15:54:49.927 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 15:54:49.927 INFO kablam! warning: dependency (getopts) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions Oct 15 15:54:49.927 INFO kablam! warning: unused manifest key: dependencies.getopts.getopts Oct 15 15:54:49.927 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 15:54:49.947 INFO kablam! Running /target/debug/deps/whereis-b8b83b1adcf56edb Oct 15 15:54:49.949 INFO blam! Oct 15 15:54:49.950 INFO blam! running 0 tests Oct 15 15:54:49.950 INFO blam! Oct 15 15:54:49.950 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:54:49.950 INFO blam! Oct 15 15:54:49.955 INFO kablam! su: No module specific data is present Oct 15 15:54:50.557 INFO running `"docker" "rm" "-f" "47f79dd6e96e8441c0d10fe51f063c53944b7fab3f81e2d7b67391d6828f326b"` Oct 15 15:54:50.799 INFO blam! 47f79dd6e96e8441c0d10fe51f063c53944b7fab3f81e2d7b67391d6828f326b