Oct 15 17:43:21.454 INFO testing stdx-0.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 17:43:21.457 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 17:43:21.798 INFO blam! 127c2e1494bc709276f88b28e4f9bbaed7714382e1ef017d6c63b5206e20882d Oct 15 17:43:21.801 INFO running `"docker" "start" "-a" "127c2e1494bc709276f88b28e4f9bbaed7714382e1ef017d6c63b5206e20882d"` Oct 15 17:43:22.795 INFO kablam! usermod: no changes Oct 15 17:43:23.010 INFO kablam! Compiling language-tags v0.0.7 Oct 15 17:43:23.011 INFO kablam! Compiling semver v0.1.20 Oct 15 17:43:23.011 INFO kablam! Compiling toml v0.1.30 Oct 15 17:43:23.026 INFO kablam! Compiling openssl-sys v0.6.7 Oct 15 17:43:23.033 INFO kablam! Compiling serde v0.6.15 Oct 15 17:43:28.252 INFO kablam! Compiling openssl v0.6.7 Oct 15 17:43:30.248 INFO kablam! Compiling mime v0.1.3 Oct 15 17:43:31.443 INFO kablam! Compiling cookie v0.1.21 Oct 15 17:43:34.031 INFO kablam! Compiling hyper v0.6.16 Oct 15 17:43:43.999 INFO kablam! Compiling stdx v0.0.1 (/source) Oct 15 17:43:46.617 INFO kablam! error: extern crate `bitflags_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.618 INFO kablam! --> src/lib.rs:2:9 Oct 15 17:43:46.618 INFO kablam! | Oct 15 17:43:46.618 INFO kablam! 2 | pub use bitflags_ as bitflags; Oct 15 17:43:46.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:43:46.618 INFO kablam! | Oct 15 17:43:46.618 INFO kablam! = note: #[deny(pub_use_of_private_extern_crate)] on by default Oct 15 17:43:46.618 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.618 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.618 INFO kablam! Oct 15 17:43:46.618 INFO kablam! error: extern crate `docopt_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.618 INFO kablam! --> src/lib.rs:5:9 Oct 15 17:43:46.618 INFO kablam! | Oct 15 17:43:46.618 INFO kablam! 5 | pub use docopt_ as docopt; Oct 15 17:43:46.618 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 17:43:46.618 INFO kablam! | Oct 15 17:43:46.618 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.618 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.618 INFO kablam! Oct 15 17:43:46.618 INFO kablam! error: extern crate `env_logger_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.618 INFO kablam! --> src/lib.rs:8:9 Oct 15 17:43:46.621 INFO kablam! | Oct 15 17:43:46.621 INFO kablam! 8 | pub use env_logger_ as env_logger; Oct 15 17:43:46.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:43:46.621 INFO kablam! | Oct 15 17:43:46.621 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.621 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.621 INFO kablam! Oct 15 17:43:46.621 INFO kablam! error: extern crate `flate2_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.621 INFO kablam! --> src/lib.rs:11:9 Oct 15 17:43:46.621 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! 11 | pub use flate2_ as flate2; Oct 15 17:43:46.622 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.622 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.622 INFO kablam! Oct 15 17:43:46.622 INFO kablam! error: extern crate `hyper_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.622 INFO kablam! --> src/lib.rs:14:9 Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! 14 | pub use hyper_ as hyper; Oct 15 17:43:46.622 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.622 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.622 INFO kablam! Oct 15 17:43:46.622 INFO kablam! error: extern crate `lazy_static_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.622 INFO kablam! --> src/lib.rs:17:9 Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! 17 | pub use lazy_static_ as lazy_static; Oct 15 17:43:46.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.622 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.622 INFO kablam! Oct 15 17:43:46.622 INFO kablam! error: extern crate `libc_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.622 INFO kablam! --> src/lib.rs:20:9 Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! 20 | pub use libc_ as libc; Oct 15 17:43:46.622 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.622 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.622 INFO kablam! Oct 15 17:43:46.622 INFO kablam! error: extern crate `log_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.622 INFO kablam! --> src/lib.rs:23:9 Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! 23 | pub use log_ as log; Oct 15 17:43:46.622 INFO kablam! | ^^^^^^^^^^^ Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.622 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.622 INFO kablam! Oct 15 17:43:46.622 INFO kablam! error: extern crate `num_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.622 INFO kablam! --> src/lib.rs:26:9 Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! 26 | pub use num_ as num; Oct 15 17:43:46.622 INFO kablam! | ^^^^^^^^^^^ Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.622 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.622 INFO kablam! Oct 15 17:43:46.622 INFO kablam! error: extern crate `rand_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.622 INFO kablam! --> src/lib.rs:29:9 Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! 29 | pub use rand_ as rand; Oct 15 17:43:46.622 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.622 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.622 INFO kablam! Oct 15 17:43:46.622 INFO kablam! error: extern crate `regex_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.622 INFO kablam! --> src/lib.rs:32:9 Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! 32 | pub use regex_ as regex; Oct 15 17:43:46.622 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.622 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.622 INFO kablam! Oct 15 17:43:46.622 INFO kablam! error: extern crate `rustc_serialize_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.622 INFO kablam! --> src/lib.rs:35:9 Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! 35 | pub use rustc_serialize_ as rustc_serialize; Oct 15 17:43:46.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.622 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.622 INFO kablam! Oct 15 17:43:46.622 INFO kablam! error: extern crate `semver_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.622 INFO kablam! --> src/lib.rs:38:9 Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! 38 | pub use semver_ as semver; Oct 15 17:43:46.622 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 17:43:46.622 INFO kablam! | Oct 15 17:43:46.622 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.622 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.623 INFO kablam! Oct 15 17:43:46.623 INFO kablam! error: extern crate `tempdir_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.623 INFO kablam! --> src/lib.rs:41:9 Oct 15 17:43:46.623 INFO kablam! | Oct 15 17:43:46.623 INFO kablam! 41 | pub use tempdir_ as tempdir; Oct 15 17:43:46.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 17:43:46.623 INFO kablam! | Oct 15 17:43:46.623 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.623 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.623 INFO kablam! Oct 15 17:43:46.623 INFO kablam! error: extern crate `time_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.623 INFO kablam! --> src/lib.rs:44:9 Oct 15 17:43:46.623 INFO kablam! | Oct 15 17:43:46.623 INFO kablam! 44 | pub use time_ as time; Oct 15 17:43:46.623 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:43:46.623 INFO kablam! | Oct 15 17:43:46.623 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.623 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.623 INFO kablam! Oct 15 17:43:46.623 INFO kablam! error: extern crate `toml_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.623 INFO kablam! --> src/lib.rs:47:9 Oct 15 17:43:46.623 INFO kablam! | Oct 15 17:43:46.623 INFO kablam! 47 | pub use toml_ as toml; Oct 15 17:43:46.623 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:43:46.623 INFO kablam! | Oct 15 17:43:46.623 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.623 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.623 INFO kablam! Oct 15 17:43:46.623 INFO kablam! error: extern crate `url_` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Oct 15 17:43:46.623 INFO kablam! --> src/lib.rs:50:9 Oct 15 17:43:46.623 INFO kablam! | Oct 15 17:43:46.623 INFO kablam! 50 | pub use url_ as url; Oct 15 17:43:46.623 INFO kablam! | ^^^^^^^^^^^ Oct 15 17:43:46.623 INFO kablam! | Oct 15 17:43:46.623 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 17:43:46.623 INFO kablam! = note: for more information, see issue #34537 Oct 15 17:43:46.623 INFO kablam! Oct 15 17:43:46.623 INFO kablam! error: aborting due to 17 previous errors Oct 15 17:43:46.623 INFO kablam! Oct 15 17:43:46.638 INFO kablam! error: Could not compile `stdx`. Oct 15 17:43:46.638 INFO kablam! Oct 15 17:43:46.638 INFO kablam! To learn more, run the command again with --verbose. Oct 15 17:43:46.640 INFO kablam! su: No module specific data is present Oct 15 17:43:46.996 INFO running `"docker" "rm" "-f" "127c2e1494bc709276f88b28e4f9bbaed7714382e1ef017d6c63b5206e20882d"` Oct 15 17:43:47.087 INFO blam! 127c2e1494bc709276f88b28e4f9bbaed7714382e1ef017d6c63b5206e20882d