[INFO] crate mitosis 0.1.0 is already in cache
[INFO] checking mitosis-0.1.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate mitosis 0.1.0 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate mitosis 0.1.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-6/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] a4a69c57167b58e5230214961d1aaf8e19feeda2a7090b33b14f3eee6f4c4936
[INFO] running `"docker" "start" "-a" "a4a69c57167b58e5230214961d1aaf8e19feeda2a7090b33b14f3eee6f4c4936"`
[INFO] [stderr]    Compiling syn v1.0.11
[INFO] [stderr]     Checking uuid v0.8.1
[INFO] [stderr]     Checking tempfile v3.1.0
[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[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: 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[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[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: could not compile `mitosis`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "a4a69c57167b58e5230214961d1aaf8e19feeda2a7090b33b14f3eee6f4c4936"`
[INFO] running `"docker" "rm" "-f" "a4a69c57167b58e5230214961d1aaf8e19feeda2a7090b33b14f3eee6f4c4936"`
[INFO] [stdout] a4a69c57167b58e5230214961d1aaf8e19feeda2a7090b33b14f3eee6f4c4936
