[INFO] crate slog 2.5.2 is already in cache [INFO] checking slog-2.5.2 against beta-2019-10-27 for pr-65897 [INFO] extracting crate slog 2.5.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate slog 2.5.2 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate slog 2.5.2 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate slog 2.5.2 [INFO] tweaked toml for crates.io crate slog 2.5.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=allow" "-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" "+beta-2019-10-27" "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] 25303a3217f42673a0155f8e7149de460e709c1314137d8bcd31f46670623406 [INFO] running `"docker" "start" "-a" "25303a3217f42673a0155f8e7149de460e709c1314137d8bcd31f46670623406"` [INFO] [stderr] Compiling slog v2.5.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: `std::rc::Rc>` cannot be sent between threads safely [INFO] [stderr] --> examples/singlethread.rs:24:26 [INFO] [stderr] | [INFO] [stderr] 24 | let sublog = log.new(o!("obj.val" => slog::FnValue(move |_| { [INFO] [stderr] | __________________________^ [INFO] [stderr] 25 | | format!("{}", obj2.val.borrow()) [INFO] [stderr] 26 | | }))); [INFO] [stderr] | |_______^ `std::rc::Rc>` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `(slog::SingleKV>, ())`, the trait `std::marker::Send` is not implemented for `std::rc::Rc>` [INFO] [stderr] = note: required because it appears within the type `NoThreadSafeObject` [INFO] [stderr] = note: required because it appears within the type `[closure@examples/singlethread.rs:24:56: 26:6 obj2:NoThreadSafeObject]` [INFO] [stderr] = note: required because it appears within the type `slog::FnValue` [INFO] [stderr] = note: required because it appears within the type `slog::SingleKV>` [INFO] [stderr] = note: required because it appears within the type `(slog::SingleKV>, ())` [INFO] [stderr] = note: required because of the requirements on the impl of `slog::SendSyncRefUnwindSafeKV` for `(slog::SingleKV>, ())` [INFO] [stderr] = note: required by `slog::OwnedKV` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: `std::rc::Rc>` cannot be shared between threads safely [INFO] [stderr] --> examples/singlethread.rs:24:26 [INFO] [stderr] | [INFO] [stderr] 24 | let sublog = log.new(o!("obj.val" => slog::FnValue(move |_| { [INFO] [stderr] | __________________________^ [INFO] [stderr] 25 | | format!("{}", obj2.val.borrow()) [INFO] [stderr] 26 | | }))); [INFO] [stderr] | |_______^ `std::rc::Rc>` cannot be shared between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `(slog::SingleKV>, ())`, the trait `std::marker::Sync` is not implemented for `std::rc::Rc>` [INFO] [stderr] = note: required because it appears within the type `NoThreadSafeObject` [INFO] [stderr] = note: required because it appears within the type `[closure@examples/singlethread.rs:24:56: 26:6 obj2:NoThreadSafeObject]` [INFO] [stderr] = note: required because it appears within the type `slog::FnValue` [INFO] [stderr] = note: required because it appears within the type `slog::SingleKV>` [INFO] [stderr] = note: required because it appears within the type `(slog::SingleKV>, ())` [INFO] [stderr] = note: required because of the requirements on the impl of `slog::SendSyncRefUnwindSafeKV` for `(slog::SingleKV>, ())` [INFO] [stderr] = note: required by `slog::OwnedKV` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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] --> examples/singlethread.rs:24:26 [INFO] [stderr] | [INFO] [stderr] 24 | let sublog = log.new(o!("obj.val" => slog::FnValue(move |_| { [INFO] [stderr] | __________________________^ [INFO] [stderr] 25 | | format!("{}", obj2.val.borrow()) [INFO] [stderr] 26 | | }))); [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 `(slog::SingleKV>, ())`, the trait `std::panic::RefUnwindSafe` is not implemented for `std::cell::UnsafeCell` [INFO] [stderr] = note: required because it appears within the type `std::cell::RefCell` [INFO] [stderr] = note: required because it appears within the type `std::marker::PhantomData>` [INFO] [stderr] = note: required because it appears within the type `std::rc::Rc>` [INFO] [stderr] = note: required because it appears within the type `NoThreadSafeObject` [INFO] [stderr] = note: required because it appears within the type `[closure@examples/singlethread.rs:24:56: 26:6 obj2:NoThreadSafeObject]` [INFO] [stderr] = note: required because it appears within the type `slog::FnValue` [INFO] [stderr] = note: required because it appears within the type `slog::SingleKV>` [INFO] [stderr] = note: required because it appears within the type `(slog::SingleKV>, ())` [INFO] [stderr] = note: required because of the requirements on the impl of `slog::SendSyncRefUnwindSafeKV` for `(slog::SingleKV>, ())` [INFO] [stderr] = note: required by `slog::OwnedKV` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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] --> examples/singlethread.rs:24:26 [INFO] [stderr] | [INFO] [stderr] 24 | let sublog = log.new(o!("obj.val" => slog::FnValue(move |_| { [INFO] [stderr] | __________________________^ [INFO] [stderr] 25 | | format!("{}", obj2.val.borrow()) [INFO] [stderr] 26 | | }))); [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 `(slog::SingleKV>, ())`, the trait `std::panic::RefUnwindSafe` is not implemented for `std::cell::UnsafeCell` [INFO] [stderr] = note: required because it appears within the type `std::cell::Cell` [INFO] [stderr] = note: required because it appears within the type `std::cell::RefCell` [INFO] [stderr] = note: required because it appears within the type `std::marker::PhantomData>` [INFO] [stderr] = note: required because it appears within the type `std::rc::Rc>` [INFO] [stderr] = note: required because it appears within the type `NoThreadSafeObject` [INFO] [stderr] = note: required because it appears within the type `[closure@examples/singlethread.rs:24:56: 26:6 obj2:NoThreadSafeObject]` [INFO] [stderr] = note: required because it appears within the type `slog::FnValue` [INFO] [stderr] = note: required because it appears within the type `slog::SingleKV>` [INFO] [stderr] = note: required because it appears within the type `(slog::SingleKV>, ())` [INFO] [stderr] = note: required because of the requirements on the impl of `slog::SendSyncRefUnwindSafeKV` for `(slog::SingleKV>, ())` [INFO] [stderr] = note: required by `slog::OwnedKV` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `slog`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "25303a3217f42673a0155f8e7149de460e709c1314137d8bcd31f46670623406"` [INFO] running `"docker" "rm" "-f" "25303a3217f42673a0155f8e7149de460e709c1314137d8bcd31f46670623406"` [INFO] [stdout] 25303a3217f42673a0155f8e7149de460e709c1314137d8bcd31f46670623406