[INFO] crate mitosis 0.1.0 is already in cache
[INFO] checking mitosis-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate mitosis 0.1.0 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate mitosis 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate mitosis 0.1.0
[INFO] finished tweaking crates.io crate mitosis 0.1.0
[INFO] tweaked toml for crates.io crate mitosis 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate crates.io crate mitosis 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 5a20a19857c97dfd521fda5b8f7bf84a1d40d46eb5cc24feff356fbbf90af76a
[INFO] running `"docker" "start" "-a" "5a20a19857c97dfd521fda5b8f7bf84a1d40d46eb5cc24feff356fbbf90af76a"`
[INFO] [stderr]    Compiling syn v1.0.11
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]     Checking serde v1.0.104
[INFO] [stderr]     Checking bincode v1.2.1
[INFO] [stderr]     Checking ipc-channel v0.12.2
[INFO] [stderr]     Checking mitosis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0277]: the trait bound `ipc_channel::ipc::OpaqueIpcReceiver: _IMPL_DESERIALIZE_FOR_BootstrapData::_serde::Serialize` is not satisfied
[INFO] [stderr]   --> src/lib.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     args_receiver: OpaqueIpcReceiver,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `_IMPL_DESERIALIZE_FOR_BootstrapData::_serde::Serialize` is not implemented for `ipc_channel::ipc::OpaqueIpcReceiver`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `_IMPL_DESERIALIZE_FOR_BootstrapData::_serde::ser::SerializeStruct::serialize_field`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ipc_channel::ipc::OpaqueIpcReceiver: _IMPL_DESERIALIZE_FOR_BootstrapData::_serde::Deserialize<'_>` is not satisfied
[INFO] [stderr]   --> src/lib.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     args_receiver: OpaqueIpcReceiver,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `_IMPL_DESERIALIZE_FOR_BootstrapData::_serde::Deserialize<'_>` is not implemented for `ipc_channel::ipc::OpaqueIpcReceiver`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `_IMPL_DESERIALIZE_FOR_BootstrapData::_serde::de::SeqAccess::next_element`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ipc_channel::ipc::OpaqueIpcReceiver: _IMPL_DESERIALIZE_FOR_BootstrapData::_serde::Deserialize<'_>` is not satisfied
[INFO] [stderr]   --> src/lib.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     args_receiver: OpaqueIpcReceiver,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `_IMPL_DESERIALIZE_FOR_BootstrapData::_serde::Deserialize<'_>` is not implemented for `ipc_channel::ipc::OpaqueIpcReceiver`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `_IMPL_DESERIALIZE_FOR_BootstrapData::_serde::de::MapAccess::next_value`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ipc_channel::ipc::OpaqueIpcReceiver: _IMPL_DESERIALIZE_FOR_BootstrapData::_serde::Serialize` is not satisfied
[INFO] [stderr]   --> src/lib.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     args_receiver: OpaqueIpcReceiver,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `_IMPL_DESERIALIZE_FOR_BootstrapData::_serde::Serialize` is not implemented for `ipc_channel::ipc::OpaqueIpcReceiver`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `_IMPL_DESERIALIZE_FOR_BootstrapData::_serde::ser::SerializeStruct::serialize_field`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ipc_channel::ipc::OpaqueIpcReceiver: _IMPL_DESERIALIZE_FOR_BootstrapData::_serde::Deserialize<'_>` is not satisfied
[INFO] [stderr]   --> src/lib.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     args_receiver: OpaqueIpcReceiver,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `_IMPL_DESERIALIZE_FOR_BootstrapData::_serde::Deserialize<'_>` is not implemented for `ipc_channel::ipc::OpaqueIpcReceiver`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `_IMPL_DESERIALIZE_FOR_BootstrapData::_serde::de::SeqAccess::next_element`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `to` found for struct `ipc_channel::ipc::OpaqueIpcReceiver` in the current scope
[INFO] [stderr]    --> src/lib.rs:139:21
[INFO] [stderr]     |
[INFO] [stderr] 139 |     let args = recv.to().recv().unwrap();
[INFO] [stderr]     |                     ^^ method not found in `ipc_channel::ipc::OpaqueIpcReceiver`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ipc_channel::ipc::OpaqueIpcReceiver: _IMPL_DESERIALIZE_FOR_BootstrapData::_serde::Deserialize<'_>` is not satisfied
[INFO] [stderr]   --> src/lib.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     args_receiver: OpaqueIpcReceiver,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `_IMPL_DESERIALIZE_FOR_BootstrapData::_serde::Deserialize<'_>` is not implemented for `ipc_channel::ipc::OpaqueIpcReceiver`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `_IMPL_DESERIALIZE_FOR_BootstrapData::_serde::de::MapAccess::next_value`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `to` found for struct `ipc_channel::ipc::OpaqueIpcReceiver` in the current scope
[INFO] [stderr]    --> src/lib.rs:139:21
[INFO] [stderr]     |
[INFO] [stderr] 139 |     let args = recv.to().recv().unwrap();
[INFO] [stderr]     |                     ^^ method not found in `ipc_channel::ipc::OpaqueIpcReceiver`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `mitosis`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mitosis`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "5a20a19857c97dfd521fda5b8f7bf84a1d40d46eb5cc24feff356fbbf90af76a"`
[INFO] running `"docker" "rm" "-f" "5a20a19857c97dfd521fda5b8f7bf84a1d40d46eb5cc24feff356fbbf90af76a"`
[INFO] [stdout] 5a20a19857c97dfd521fda5b8f7bf84a1d40d46eb5cc24feff356fbbf90af76a
