Sep 03 20:10:35.944 INFO checking semantic-rs/semantic-rs against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 03 20:10:35.944 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 03 20:10:35.944 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 20:10:36.172 INFO blam! e95865769dfc36208c6e005c39715b16b33468872326acb9fbc6e73b0069efe0 Sep 03 20:10:36.172 INFO running `"docker" "start" "-a" "e95865769dfc36208c6e005c39715b16b33468872326acb9fbc6e73b0069efe0"` Sep 03 20:10:37.193 INFO kablam! Compiling gcc v0.3.45 Sep 03 20:10:37.193 INFO kablam! Compiling pkg-config v0.3.13 Sep 03 20:10:37.193 INFO kablam! Compiling openssl v0.9.10 Sep 03 20:10:37.224 INFO kablam! Checking lazy_static v0.2.6 Sep 03 20:10:37.236 INFO kablam! Checking rustc-serialize v0.3.23 Sep 03 20:10:37.246 INFO kablam! Checking serde v0.9.13 Sep 03 20:10:37.257 INFO kablam! Checking openssl-probe v0.1.0 Sep 03 20:10:37.257 INFO kablam! Checking nom v1.2.4 Sep 03 20:10:38.045 INFO kablam! Checking strsim v0.5.2 Sep 03 20:10:38.258 INFO kablam! Compiling cmake v0.1.32 Sep 03 20:10:39.669 INFO kablam! Checking num_cpus v1.3.0 Sep 03 20:10:40.373 INFO kablam! Checking time v0.1.36 Sep 03 20:10:41.248 INFO kablam! Checking memchr v0.1.11 Sep 03 20:10:44.052 INFO kablam! Checking mime v0.2.3 Sep 03 20:10:47.576 INFO kablam! Checking log v0.4.3 Sep 03 20:10:47.587 INFO kablam! Compiling hyper v0.10.6 Sep 03 20:10:47.614 INFO kablam! Checking idna v0.1.1 Sep 03 20:10:47.701 INFO kablam! Checking aho-corasick v0.5.3 Sep 03 20:10:47.737 INFO kablam! Checking semver v0.2.3 Sep 03 20:10:48.093 INFO kablam! Compiling syn v0.11.10 Sep 03 20:10:49.523 INFO kablam! Compiling openssl-sys v0.9.10 Sep 03 20:10:49.579 INFO kablam! Compiling libz-sys v1.0.20 Sep 03 20:10:50.560 INFO kablam! Compiling curl-sys v0.4.8 Sep 03 20:10:50.927 INFO kablam! Compiling libssh2-sys v0.2.10 Sep 03 20:10:55.927 INFO kablam! Compiling libgit2-sys v0.7.7 Sep 03 20:10:56.530 INFO kablam! Checking thread-id v2.0.0 Sep 03 20:10:56.765 INFO kablam! Checking term v0.2.14 Sep 03 20:10:56.822 INFO kablam! Checking url v1.4.0 Sep 03 20:10:57.237 INFO kablam! Checking thread_local v0.2.7 Sep 03 20:10:59.034 INFO kablam! Checking regex v0.1.80 Sep 03 20:11:08.717 INFO kablam! Checking toml v0.1.30 Sep 03 20:11:09.082 INFO kablam! Compiling serde_codegen_internals v0.14.2 Sep 03 20:11:09.476 INFO kablam! error[E0659]: `deprecated` is ambiguous Sep 03 20:11:09.476 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.6/src/header/mod.rs:529:7 Sep 03 20:11:09.476 INFO kablam! | Sep 03 20:11:09.476 INFO kablam! 529 | #[deprecated(note="The semantics of formatting a HeaderFormat directly are not clear")] Sep 03 20:11:09.476 INFO kablam! | ^^^^^^^^^^ Sep 03 20:11:09.476 INFO kablam! | Sep 03 20:11:09.476 INFO kablam! note: `deprecated` could refer to the name defined here Sep 03 20:11:09.476 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.6/src/lib.rs:175:1 Sep 03 20:11:09.476 INFO kablam! | Sep 03 20:11:09.476 INFO kablam! 175 | / macro_rules! deprecated { Sep 03 20:11:09.476 INFO kablam! 176 | | (#[$note:meta] $i:item) => ( Sep 03 20:11:09.476 INFO kablam! 177 | | #[cfg_attr(has_deprecated, $note)] Sep 03 20:11:09.476 INFO kablam! 178 | | $i Sep 03 20:11:09.476 INFO kablam! 179 | | ); Sep 03 20:11:09.476 INFO kablam! 180 | | } Sep 03 20:11:09.476 INFO kablam! | |_^ Sep 03 20:11:09.480 INFO kablam! note: `deprecated` could also refer to the name defined here Sep 03 20:11:09.480 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.6/src/header/mod.rs:529:7 Sep 03 20:11:09.480 INFO kablam! | Sep 03 20:11:09.480 INFO kablam! 529 | #[deprecated(note="The semantics of formatting a HeaderFormat directly are not clear")] Sep 03 20:11:09.480 INFO kablam! | ^^^^^^^^^^ Sep 03 20:11:09.481 INFO kablam! Sep 03 20:11:09.481 INFO kablam! error[E0659]: `deprecated` is ambiguous Sep 03 20:11:09.481 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.6/src/header/mod.rs:547:7 Sep 03 20:11:09.481 INFO kablam! | Sep 03 20:11:09.481 INFO kablam! 547 | #[deprecated(note="The semantics of formatting a HeaderFormat directly are not clear")] Sep 03 20:11:09.481 INFO kablam! | ^^^^^^^^^^ Sep 03 20:11:09.481 INFO kablam! | Sep 03 20:11:09.481 INFO kablam! note: `deprecated` could refer to the name defined here Sep 03 20:11:09.481 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.6/src/lib.rs:175:1 Sep 03 20:11:09.481 INFO kablam! | Sep 03 20:11:09.482 INFO kablam! 175 | / macro_rules! deprecated { Sep 03 20:11:09.482 INFO kablam! 176 | | (#[$note:meta] $i:item) => ( Sep 03 20:11:09.482 INFO kablam! 177 | | #[cfg_attr(has_deprecated, $note)] Sep 03 20:11:09.482 INFO kablam! 178 | | $i Sep 03 20:11:09.482 INFO kablam! 179 | | ); Sep 03 20:11:09.482 INFO kablam! 180 | | } Sep 03 20:11:09.482 INFO kablam! | |_^ Sep 03 20:11:09.482 INFO kablam! note: `deprecated` could also refer to the name defined here Sep 03 20:11:09.482 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.6/src/header/mod.rs:547:7 Sep 03 20:11:09.482 INFO kablam! | Sep 03 20:11:09.482 INFO kablam! 547 | #[deprecated(note="The semantics of formatting a HeaderFormat directly are not clear")] Sep 03 20:11:09.482 INFO kablam! | ^^^^^^^^^^ Sep 03 20:11:09.482 INFO kablam! Sep 03 20:11:10.197 INFO kablam! Checking docopt v0.6.86 Sep 03 20:11:10.197 INFO kablam! Checking env_logger v0.3.5 Sep 03 20:11:16.260 INFO kablam! Checking clog v0.9.1 Sep 03 20:11:19.295 INFO kablam! Compiling serde_derive v0.9.13 Sep 03 20:11:19.689 INFO kablam! Checking native-tls v0.1.2 Sep 03 20:11:20.853 INFO kablam! error: aborting due to 2 previous errors Sep 03 20:11:20.853 INFO kablam! Sep 03 20:11:20.853 INFO kablam! For more information about this error, try `rustc --explain E0659`. Sep 03 20:11:20.901 INFO kablam! error: Could not compile `hyper`. Sep 03 20:11:20.901 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:11:40.207 INFO kablam! error: build failed Sep 03 20:11:40.209 INFO kablam! su: No module specific data is present Sep 03 20:11:40.691 INFO running `"docker" "rm" "-f" "e95865769dfc36208c6e005c39715b16b33468872326acb9fbc6e73b0069efe0"` Sep 03 20:11:40.836 INFO blam! e95865769dfc36208c6e005c39715b16b33468872326acb9fbc6e73b0069efe0