Oct 15 19:42:50.085 INFO testing scoped-pool-1.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 19:42:50.086 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 19:42:50.395 INFO blam! 256e7429ab18a882afbc2919a230462a1b3d4e4aec8cc5dc8a5500d0cc8e1a10 Oct 15 19:42:50.403 INFO running `"docker" "start" "-a" "256e7429ab18a882afbc2919a230462a1b3d4e4aec8cc5dc8a5500d0cc8e1a10"` Oct 15 19:42:51.238 INFO kablam! usermod: no changes Oct 15 19:42:51.319 INFO kablam! Compiling variance v0.1.3 Oct 15 19:42:51.319 INFO kablam! Compiling scopeguard v0.1.2 Oct 15 19:42:51.995 INFO kablam! Compiling scoped-pool v1.0.0 (/source) Oct 15 19:42:52.465 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Oct 15 19:42:52.465 INFO kablam! --> src/lib.rs:325:44 Oct 15 19:42:52.465 INFO kablam! | Oct 15 19:42:52.465 INFO kablam! 325 | let scope = unsafe { self.refine::<'smaller>() }; Oct 15 19:42:52.465 INFO kablam! | ^^^^^^^^ Oct 15 19:42:52.465 INFO kablam! ... Oct 15 19:42:52.465 INFO kablam! 355 | unsafe fn refine<'other>(&self) -> Scope<'other> where 'scope: 'other { Oct 15 19:42:52.465 INFO kablam! | - the late bound lifetime parameter is introduced here Oct 15 19:42:52.465 INFO kablam! | Oct 15 19:42:52.465 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Oct 15 19:42:52.465 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 19:42:52.465 INFO kablam! = note: for more information, see issue #42868 Oct 15 19:42:52.465 INFO kablam! Oct 15 19:42:52.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 15 19:42:52.714 INFO kablam! su: No module specific data is present Oct 15 19:42:52.937 INFO running `"docker" "rm" "-f" "256e7429ab18a882afbc2919a230462a1b3d4e4aec8cc5dc8a5500d0cc8e1a10"` Oct 15 19:42:53.009 INFO blam! 256e7429ab18a882afbc2919a230462a1b3d4e4aec8cc5dc8a5500d0cc8e1a10 Oct 15 19:42:53.011 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 19:42:53.190 INFO blam! 0d8abb6c3500b863c615bc3f621f83b62d8795141fe34ca2702517a5402f3927 Oct 15 19:42:53.191 INFO running `"docker" "start" "-a" "0d8abb6c3500b863c615bc3f621f83b62d8795141fe34ca2702517a5402f3927"` Oct 15 19:42:53.600 INFO kablam! usermod: no changes Oct 15 19:42:53.635 INFO kablam! Compiling scoped-pool v1.0.0 (/source) Oct 15 19:42:54.141 INFO kablam! error: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Oct 15 19:42:54.141 INFO kablam! --> src/lib.rs:325:44 Oct 15 19:42:54.141 INFO kablam! | Oct 15 19:42:54.141 INFO kablam! 325 | let scope = unsafe { self.refine::<'smaller>() }; Oct 15 19:42:54.141 INFO kablam! | ^^^^^^^^ Oct 15 19:42:54.141 INFO kablam! ... Oct 15 19:42:54.141 INFO kablam! 355 | unsafe fn refine<'other>(&self) -> Scope<'other> where 'scope: 'other { Oct 15 19:42:54.141 INFO kablam! | - the late bound lifetime parameter is introduced here Oct 15 19:42:54.141 INFO kablam! | Oct 15 19:42:54.141 INFO kablam! note: lint level defined here Oct 15 19:42:54.141 INFO kablam! --> src/lib.rs:1:24 Oct 15 19:42:54.141 INFO kablam! | Oct 15 19:42:54.141 INFO kablam! 1 | #![cfg_attr(test, deny(warnings))] Oct 15 19:42:54.141 INFO kablam! | ^^^^^^^^ Oct 15 19:42:54.141 INFO kablam! = note: #[deny(late_bound_lifetime_arguments)] implied by #[deny(warnings)] Oct 15 19:42:54.141 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 19:42:54.141 INFO kablam! = note: for more information, see issue #42868 Oct 15 19:42:54.141 INFO kablam! Oct 15 19:42:54.221 INFO kablam! error: aborting due to previous error Oct 15 19:42:54.221 INFO kablam! Oct 15 19:42:54.229 INFO kablam! error: Could not compile `scoped-pool`. Oct 15 19:42:54.229 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 15 19:42:55.059 INFO kablam! error: build failed Oct 15 19:42:55.059 INFO kablam! su: No module specific data is present Oct 15 19:42:55.783 INFO running `"docker" "rm" "-f" "0d8abb6c3500b863c615bc3f621f83b62d8795141fe34ca2702517a5402f3927"` Oct 15 19:42:56.030 INFO blam! 0d8abb6c3500b863c615bc3f621f83b62d8795141fe34ca2702517a5402f3927