[INFO] fetching crate unmp-protocol-etp 0.1.1... [INFO] testing unmp-protocol-etp-0.1.1 against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] extracting crate unmp-protocol-etp 0.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate unmp-protocol-etp 0.1.1 on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate unmp-protocol-etp 0.1.1 [INFO] finished tweaking crates.io crate unmp-protocol-etp 0.1.1 [INFO] tweaked toml for crates.io crate unmp-protocol-etp 0.1.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f2db33e5424ed404b1a4e2cc7044c062ab26b62e62e02e07360702fda4e90d67 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f2db33e5424ed404b1a4e2cc7044c062ab26b62e62e02e07360702fda4e90d67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f2db33e5424ed404b1a4e2cc7044c062ab26b62e62e02e07360702fda4e90d67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2db33e5424ed404b1a4e2cc7044c062ab26b62e62e02e07360702fda4e90d67", kill_on_drop: false }` [INFO] [stdout] f2db33e5424ed404b1a4e2cc7044c062ab26b62e62e02e07360702fda4e90d67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0babf5306041840bb9775dc44c1d78767d4505d3a839d443c2e009f1ae55171 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a0babf5306041840bb9775dc44c1d78767d4505d3a839d443c2e009f1ae55171", kill_on_drop: false }` [INFO] [stderr] Compiling crc16 v0.4.0 [INFO] [stderr] Compiling spin v0.7.0 [INFO] [stderr] Compiling unmp v0.1.9 [INFO] [stderr] Compiling unmp-protocol-etp v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: `Rc>` cannot be shared between threads safely [INFO] [stdout] --> src/lib.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | Box::new(move |remote: &Id, data: &[u8]| { [INFO] [stdout] | ______________^________- [INFO] [stdout] | | _____________| [INFO] [stdout] | || [INFO] [stdout] 60 | || protocol_tmp.recv_handle(remote, data); [INFO] [stdout] 61 | || }), [INFO] [stdout] | ||_____________-^ `Rc>` cannot be shared between threads safely [INFO] [stdout] | |______________| [INFO] [stdout] | within this `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] | [INFO] [stdout] = help: within `[closure@src/lib.rs:59:22: 61:14]`, the trait `Sync` is not implemented for `Rc>` [INFO] [stdout] = note: required because it appears within the type `ProtocolEtp` [INFO] [stdout] = note: required because it appears within the type `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] = note: required for the cast to the object type `dyn for<'r, 's> Fn(&'r [u8; 8], &'s [u8]) + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Rc Fn(&'r Addr, &'s [u8]) + 'static)>>>>` cannot be shared between threads safely [INFO] [stdout] --> src/lib.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | Box::new(move |remote: &Id, data: &[u8]| { [INFO] [stdout] | ______________^________- [INFO] [stdout] | | _____________| [INFO] [stdout] | || [INFO] [stdout] 60 | || protocol_tmp.recv_handle(remote, data); [INFO] [stdout] 61 | || }), [INFO] [stdout] | ||_____________-^ `Rc Fn(&'r Addr, &'s [u8]) + 'static)>>>>` cannot be shared between threads safely [INFO] [stdout] | |______________| [INFO] [stdout] | within this `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] | [INFO] [stdout] = help: within `[closure@src/lib.rs:59:22: 61:14]`, the trait `Sync` is not implemented for `Rc Fn(&'r Addr, &'s [u8]) + 'static)>>>>` [INFO] [stdout] = note: required because it appears within the type `ProtocolEtp` [INFO] [stdout] = note: required because it appears within the type `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] = note: required for the cast to the object type `dyn for<'r, 's> Fn(&'r [u8; 8], &'s [u8]) + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Rc>` cannot be shared between threads safely [INFO] [stdout] --> src/lib.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | Box::new(move |remote: &Id, data: &[u8]| { [INFO] [stdout] | ______________^________- [INFO] [stdout] | | _____________| [INFO] [stdout] | || [INFO] [stdout] 60 | || protocol_tmp.recv_handle(remote, data); [INFO] [stdout] 61 | || }), [INFO] [stdout] | ||_____________-^ `Rc>` cannot be shared between threads safely [INFO] [stdout] | |______________| [INFO] [stdout] | within this `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] | [INFO] [stdout] = help: within `[closure@src/lib.rs:59:22: 61:14]`, the trait `Sync` is not implemented for `Rc>` [INFO] [stdout] = note: required because it appears within the type `ProtocolEtp` [INFO] [stdout] = note: required because it appears within the type `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] = note: required for the cast to the object type `dyn for<'r, 's> Fn(&'r [u8; 8], &'s [u8]) + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Rc>` cannot be shared between threads safely [INFO] [stdout] --> src/lib.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | Box::new(move |remote: &Id, data: &[u8]| { [INFO] [stdout] | ______________^________- [INFO] [stdout] | | _____________| [INFO] [stdout] | || [INFO] [stdout] 60 | || protocol_tmp.recv_handle(remote, data); [INFO] [stdout] 61 | || }), [INFO] [stdout] | ||_____________-^ `Rc>` cannot be shared between threads safely [INFO] [stdout] | |______________| [INFO] [stdout] | within this `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] | [INFO] [stdout] = help: within `[closure@src/lib.rs:59:22: 61:14]`, the trait `Sync` is not implemented for `Rc>` [INFO] [stdout] = note: required because it appears within the type `ProtocolEtp` [INFO] [stdout] = note: required because it appears within the type `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] = note: required for the cast to the object type `dyn for<'r, 's> Fn(&'r [u8; 8], &'s [u8]) + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Rc>` cannot be sent between threads safely [INFO] [stdout] --> src/lib.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | Box::new(move |remote: &Id, data: &[u8]| { [INFO] [stdout] | ______________^________- [INFO] [stdout] | | _____________| [INFO] [stdout] | || [INFO] [stdout] 60 | || protocol_tmp.recv_handle(remote, data); [INFO] [stdout] 61 | || }), [INFO] [stdout] | ||_____________-^ `Rc>` cannot be sent between threads safely [INFO] [stdout] | |______________| [INFO] [stdout] | within this `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] | [INFO] [stdout] = help: within `[closure@src/lib.rs:59:22: 61:14]`, the trait `Send` is not implemented for `Rc>` [INFO] [stdout] = note: required because it appears within the type `ProtocolEtp` [INFO] [stdout] = note: required because it appears within the type `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] = note: required for the cast to the object type `dyn for<'r, 's> Fn(&'r [u8; 8], &'s [u8]) + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Rc Fn(&'r Addr, &'s [u8]) + 'static)>>>>` cannot be sent between threads safely [INFO] [stdout] --> src/lib.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | Box::new(move |remote: &Id, data: &[u8]| { [INFO] [stdout] | ______________^________- [INFO] [stdout] | | _____________| [INFO] [stdout] | || [INFO] [stdout] 60 | || protocol_tmp.recv_handle(remote, data); [INFO] [stdout] 61 | || }), [INFO] [stdout] | ||_____________-^ `Rc Fn(&'r Addr, &'s [u8]) + 'static)>>>>` cannot be sent between threads safely [INFO] [stdout] | |______________| [INFO] [stdout] | within this `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] | [INFO] [stdout] = help: within `[closure@src/lib.rs:59:22: 61:14]`, the trait `Send` is not implemented for `Rc Fn(&'r Addr, &'s [u8]) + 'static)>>>>` [INFO] [stdout] = note: required because it appears within the type `ProtocolEtp` [INFO] [stdout] = note: required because it appears within the type `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] = note: required for the cast to the object type `dyn for<'r, 's> Fn(&'r [u8; 8], &'s [u8]) + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Rc>` cannot be sent between threads safely [INFO] [stdout] --> src/lib.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | Box::new(move |remote: &Id, data: &[u8]| { [INFO] [stdout] | ______________^________- [INFO] [stdout] | | _____________| [INFO] [stdout] | || [INFO] [stdout] 60 | || protocol_tmp.recv_handle(remote, data); [INFO] [stdout] 61 | || }), [INFO] [stdout] | ||_____________-^ `Rc>` cannot be sent between threads safely [INFO] [stdout] | |______________| [INFO] [stdout] | within this `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] | [INFO] [stdout] = help: within `[closure@src/lib.rs:59:22: 61:14]`, the trait `Send` is not implemented for `Rc>` [INFO] [stdout] = note: required because it appears within the type `ProtocolEtp` [INFO] [stdout] = note: required because it appears within the type `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] = note: required for the cast to the object type `dyn for<'r, 's> Fn(&'r [u8; 8], &'s [u8]) + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Rc>` cannot be sent between threads safely [INFO] [stdout] --> src/lib.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | Box::new(move |remote: &Id, data: &[u8]| { [INFO] [stdout] | ______________^________- [INFO] [stdout] | | _____________| [INFO] [stdout] | || [INFO] [stdout] 60 | || protocol_tmp.recv_handle(remote, data); [INFO] [stdout] 61 | || }), [INFO] [stdout] | ||_____________-^ `Rc>` cannot be sent between threads safely [INFO] [stdout] | |______________| [INFO] [stdout] | within this `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] | [INFO] [stdout] = help: within `[closure@src/lib.rs:59:22: 61:14]`, the trait `Send` is not implemented for `Rc>` [INFO] [stdout] = note: required because it appears within the type `ProtocolEtp` [INFO] [stdout] = note: required because it appears within the type `[closure@src/lib.rs:59:22: 61:14]` [INFO] [stdout] = note: required for the cast to the object type `dyn for<'r, 's> Fn(&'r [u8; 8], &'s [u8]) + Send + Sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `unmp-protocol-etp` [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: build failed [INFO] running `Command { std: "docker" "inspect" "a0babf5306041840bb9775dc44c1d78767d4505d3a839d443c2e009f1ae55171", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0babf5306041840bb9775dc44c1d78767d4505d3a839d443c2e009f1ae55171", kill_on_drop: false }` [INFO] [stdout] a0babf5306041840bb9775dc44c1d78767d4505d3a839d443c2e009f1ae55171