[INFO] fetching crate coroutine 0.8.0... [INFO] extracting crate coroutine 0.8.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/coroutine/0.8.0 [INFO] extracting crate coroutine 0.8.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/coroutine/0.8.0 [INFO] validating manifest of coroutine-0.8.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of coroutine-0.8.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing coroutine-0.8.0 [INFO] finished frobbing coroutine-0.8.0 [INFO] frobbed toml for coroutine-0.8.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/coroutine/0.8.0/Cargo.toml [INFO] started frobbing coroutine-0.8.0 [INFO] finished frobbing coroutine-0.8.0 [INFO] frobbed toml for coroutine-0.8.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/coroutine/0.8.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing coroutine-0.8.0 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/coroutine/0.8.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 8a2b731692b35635a9b2486837d471e003fa7d907140acf4fde1a48b97ed624e [INFO] running `"docker" "start" "-a" "8a2b731692b35635a9b2486837d471e003fa7d907140acf4fde1a48b97ed624e"` [INFO] [stderr] Compiling context v1.0.1 [INFO] [stderr] Compiling coroutine v0.8.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/asymmetric.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | type Thunk<'a> = Box usize + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnBox(&mut Coroutine, usize) -> usize + 'a` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/asymmetric.rs:175:32 [INFO] [stderr] | [INFO] [stderr] 175 | panicked_error: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:53:19 [INFO] [stderr] | [INFO] [stderr] 53 | Panicking(Box), [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::FnBox': use `FnOnce`, `FnMut`, or `Fn` instead [INFO] [stderr] --> src/asymmetric.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | use std::boxed::FnBox; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::FnBox': use `FnOnce`, `FnMut`, or `Fn` instead [INFO] [stderr] --> src/asymmetric.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | type Thunk<'a> = Box usize + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::FnBox::call_box': use `FnOnce`, `FnMut`, or `Fn` instead [INFO] [stderr] --> src/asymmetric.rs:75:39 [INFO] [stderr] | [INFO] [stderr] 75 | let result = callback.call_box((meta_ref, data)); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.14s [INFO] running `"docker" "inspect" "8a2b731692b35635a9b2486837d471e003fa7d907140acf4fde1a48b97ed624e"` [INFO] running `"docker" "rm" "-f" "8a2b731692b35635a9b2486837d471e003fa7d907140acf4fde1a48b97ed624e"` [INFO] [stdout] 8a2b731692b35635a9b2486837d471e003fa7d907140acf4fde1a48b97ed624e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/coroutine/0.8.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 522f0741786ae6ca0a1604451b7447833f78a81c618cc6eff9aff5ab2563130e [INFO] running `"docker" "start" "-a" "522f0741786ae6ca0a1604451b7447833f78a81c618cc6eff9aff5ab2563130e"` [INFO] [stderr] Compiling coroutine v0.8.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/asymmetric.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | type Thunk<'a> = Box usize + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnBox(&mut Coroutine, usize) -> usize + 'a` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/asymmetric.rs:175:32 [INFO] [stderr] | [INFO] [stderr] 175 | panicked_error: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:53:19 [INFO] [stderr] | [INFO] [stderr] 53 | Panicking(Box), [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::FnBox': use `FnOnce`, `FnMut`, or `Fn` instead [INFO] [stderr] --> src/asymmetric.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | use std::boxed::FnBox; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::FnBox': use `FnOnce`, `FnMut`, or `Fn` instead [INFO] [stderr] --> src/asymmetric.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | type Thunk<'a> = Box usize + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::boxed::FnBox::call_box': use `FnOnce`, `FnMut`, or `Fn` instead [INFO] [stderr] --> src/asymmetric.rs:75:39 [INFO] [stderr] | [INFO] [stderr] 75 | let result = callback.call_box((meta_ref, data)); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.91s [INFO] running `"docker" "inspect" "522f0741786ae6ca0a1604451b7447833f78a81c618cc6eff9aff5ab2563130e"` [INFO] running `"docker" "rm" "-f" "522f0741786ae6ca0a1604451b7447833f78a81c618cc6eff9aff5ab2563130e"` [INFO] [stdout] 522f0741786ae6ca0a1604451b7447833f78a81c618cc6eff9aff5ab2563130e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/coroutine/0.8.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] d2a788854dc79c70fc533261db3618ddc81a4a2a56059e008d3f0c4a988f0d08 [INFO] running `"docker" "start" "-a" "d2a788854dc79c70fc533261db3618ddc81a4a2a56059e008d3f0c4a988f0d08"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/coroutine-1d7e823e9f613337 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test asymmetric::test::generator ... ok [INFO] [stdout] test asymmetric::test::state ... ok [INFO] [stderr] error: process didn't exit successfully: `/opt/crater/target/debug/deps/coroutine-1d7e823e9f613337` (signal: 4, SIGILL: illegal instruction) [INFO] running `"docker" "inspect" "d2a788854dc79c70fc533261db3618ddc81a4a2a56059e008d3f0c4a988f0d08"` [INFO] running `"docker" "rm" "-f" "d2a788854dc79c70fc533261db3618ddc81a4a2a56059e008d3f0c4a988f0d08"` [INFO] [stdout] d2a788854dc79c70fc533261db3618ddc81a4a2a56059e008d3f0c4a988f0d08