[INFO] crate libsignal-protocol 0.1.0 is already in cache [INFO] checking libsignal-protocol-0.1.0 against master#446e5e57b667c841ba3ebb4b41b44fb98bd3af4b for pr-65294 [INFO] extracting crate libsignal-protocol 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate libsignal-protocol 0.1.0 on toolchain 446e5e57b667c841ba3ebb4b41b44fb98bd3af4b [INFO] running `"/workspace/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate libsignal-protocol 0.1.0 [INFO] finished tweaking crates.io crate libsignal-protocol 0.1.0 [INFO] tweaked toml for crates.io crate libsignal-protocol 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate libsignal-protocol 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8983a3c92186e117d234bc54d75e260ea97e19c8d53dbf161ab53f231a3d2550 [INFO] running `"docker" "start" "-a" "8983a3c92186e117d234bc54d75e260ea97e19c8d53dbf161ab53f231a3d2550"` [INFO] [stderr] Compiling syn v0.15.40 [INFO] [stderr] Checking opaque-debug v0.2.2 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Checking ucd-util v0.1.4 [INFO] [stderr] Compiling libsignal-protocol-sys v0.1.0 [INFO] [stderr] Checking stream-cipher v0.3.0 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking ctr v0.3.2 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking regex-syntax v0.6.10 [INFO] [stderr] Checking aes v0.3.2 [INFO] [stderr] Checking aes-ctr v0.3.0 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking regex v1.2.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking libsignal-protocol v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the type `std::cell::UnsafeCell` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary [INFO] [stderr] --> src/context.rs:410:17 [INFO] [stderr] | [INFO] [stderr] 410 | let _ = std::panic::catch_unwind(|| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `std::cell::UnsafeCell` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary [INFO] [stderr] | [INFO] [stderr] = help: within `&context::State`, the trait `std::panic::RefUnwindSafe` is not implemented for `std::cell::UnsafeCell` [INFO] [stderr] = note: required because it appears within the type `std::sync::atomic::AtomicU8` [INFO] [stderr] = note: required because it appears within the type `parking_lot::raw_mutex::RawMutex` [INFO] [stderr] = note: required because it appears within the type `context::State` [INFO] [stderr] = note: required because it appears within the type `&context::State` [INFO] [stderr] = note: required because of the requirements on the impl of `std::panic::UnwindSafe` for `&&context::State` [INFO] [stderr] = note: required because it appears within the type `[closure@src/context.rs:410:42: 413:10 state:&&context::State, level:&log::Level, message:&&str]` [INFO] [stderr] [INFO] [stderr] error[E0277]: the type `std::cell::UnsafeCell` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary [INFO] [stderr] --> src/context.rs:410:17 [INFO] [stderr] | [INFO] [stderr] 410 | let _ = std::panic::catch_unwind(|| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ `std::cell::UnsafeCell` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary [INFO] [stderr] | [INFO] [stderr] = help: within `&context::State`, the trait `std::panic::RefUnwindSafe` is not implemented for `std::cell::UnsafeCell` [INFO] [stderr] = note: required because it appears within the type `std::sync::atomic::AtomicU8` [INFO] [stderr] = note: required because it appears within the type `parking_lot::raw_mutex::RawMutex` [INFO] [stderr] = note: required because it appears within the type `context::State` [INFO] [stderr] = note: required because it appears within the type `&context::State` [INFO] [stderr] = note: required because of the requirements on the impl of `std::panic::UnwindSafe` for `&&context::State` [INFO] [stderr] = note: required because it appears within the type `[closure@src/context.rs:410:42: 413:10 state:&&context::State, level:&log::Level, message:&&str]` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `libsignal-protocol`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `libsignal-protocol`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8983a3c92186e117d234bc54d75e260ea97e19c8d53dbf161ab53f231a3d2550"` [INFO] running `"docker" "rm" "-f" "8983a3c92186e117d234bc54d75e260ea97e19c8d53dbf161ab53f231a3d2550"` [INFO] [stdout] 8983a3c92186e117d234bc54d75e260ea97e19c8d53dbf161ab53f231a3d2550