Oct 15 19:42:50.001 INFO testing scoped-pool-1.0.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 19:42:50.001 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 19:42:50.303 INFO blam! 92e3bb8e3e1a93e6d4c5da4313bae4d394d0126660cf1259f12e9c222d45d50a Oct 15 19:42:50.307 INFO running `"docker" "start" "-a" "92e3bb8e3e1a93e6d4c5da4313bae4d394d0126660cf1259f12e9c222d45d50a"` Oct 15 19:42:51.082 INFO kablam! usermod: no changes Oct 15 19:42:51.173 INFO kablam! Compiling scoped-pool v1.0.0 (/source) Oct 15 19:42:51.719 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Oct 15 19:42:51.719 INFO kablam! --> src/lib.rs:325:44 Oct 15 19:42:51.719 INFO kablam! | Oct 15 19:42:51.719 INFO kablam! 325 | let scope = unsafe { self.refine::<'smaller>() }; Oct 15 19:42:51.719 INFO kablam! | ^^^^^^^^ Oct 15 19:42:51.719 INFO kablam! ... Oct 15 19:42:51.719 INFO kablam! 355 | unsafe fn refine<'other>(&self) -> Scope<'other> where 'scope: 'other { Oct 15 19:42:51.719 INFO kablam! | - the late bound lifetime parameter is introduced here Oct 15 19:42:51.719 INFO kablam! | Oct 15 19:42:51.731 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Oct 15 19:42:51.731 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:51.731 INFO kablam! = note: for more information, see issue #42868 Oct 15 19:42:51.731 INFO kablam! Oct 15 19:42:52.074 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 15 19:42:52.078 INFO kablam! su: No module specific data is present Oct 15 19:42:52.496 INFO running `"docker" "rm" "-f" "92e3bb8e3e1a93e6d4c5da4313bae4d394d0126660cf1259f12e9c222d45d50a"` Oct 15 19:42:52.589 INFO blam! 92e3bb8e3e1a93e6d4c5da4313bae4d394d0126660cf1259f12e9c222d45d50a Oct 15 19:42:52.593 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 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:52.841 INFO blam! ac5d7952b0263b2964ec08d621a3fcaaa2b644a1e7036f603af7ed3799fac2fb Oct 15 19:42:52.843 INFO running `"docker" "start" "-a" "ac5d7952b0263b2964ec08d621a3fcaaa2b644a1e7036f603af7ed3799fac2fb"` Oct 15 19:42:53.287 INFO kablam! usermod: no changes Oct 15 19:42:53.351 INFO kablam! Compiling scoped-pool v1.0.0 (/source) Oct 15 19:42:53.903 INFO kablam! error: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Oct 15 19:42:53.903 INFO kablam! --> src/lib.rs:325:44 Oct 15 19:42:53.903 INFO kablam! | Oct 15 19:42:53.903 INFO kablam! 325 | let scope = unsafe { self.refine::<'smaller>() }; Oct 15 19:42:53.903 INFO kablam! | ^^^^^^^^ Oct 15 19:42:53.903 INFO kablam! ... Oct 15 19:42:53.903 INFO kablam! 355 | unsafe fn refine<'other>(&self) -> Scope<'other> where 'scope: 'other { Oct 15 19:42:53.903 INFO kablam! | - the late bound lifetime parameter is introduced here Oct 15 19:42:53.903 INFO kablam! | Oct 15 19:42:53.903 INFO kablam! note: lint level defined here Oct 15 19:42:53.903 INFO kablam! --> src/lib.rs:1:24 Oct 15 19:42:53.903 INFO kablam! | Oct 15 19:42:53.903 INFO kablam! 1 | #![cfg_attr(test, deny(warnings))] Oct 15 19:42:53.903 INFO kablam! | ^^^^^^^^ Oct 15 19:42:53.903 INFO kablam! = note: #[deny(late_bound_lifetime_arguments)] implied by #[deny(warnings)] Oct 15 19:42:53.903 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:53.903 INFO kablam! = note: for more information, see issue #42868 Oct 15 19:42:53.903 INFO kablam! Oct 15 19:42:53.989 INFO kablam! error: aborting due to previous error Oct 15 19:42:53.989 INFO kablam! Oct 15 19:42:54.005 INFO kablam! error: Could not compile `scoped-pool`. Oct 15 19:42:54.005 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 15 19:42:54.674 INFO kablam! error: build failed Oct 15 19:42:54.682 INFO kablam! su: No module specific data is present Oct 15 19:42:55.519 INFO running `"docker" "rm" "-f" "ac5d7952b0263b2964ec08d621a3fcaaa2b644a1e7036f603af7ed3799fac2fb"` Oct 15 19:42:55.655 INFO blam! ac5d7952b0263b2964ec08d621a3fcaaa2b644a1e7036f603af7ed3799fac2fb