[INFO] cloning repository https://github.com/benglard/RustyNet [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/benglard/RustyNet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenglard%2FRustyNet", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenglard%2FRustyNet'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9dd8d77427a33fb470bd56dc8830597edf80268b [INFO] testing benglard/RustyNet against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenglard%2FRustyNet" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/benglard/RustyNet on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/benglard/RustyNet [INFO] finished tweaking git repo https://github.com/benglard/RustyNet [INFO] tweaked toml for git repo https://github.com/benglard/RustyNet written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/benglard/RustyNet already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rand v0.3.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46fc4f6b04517e444cd16727cee9006e24e5c77e72edb754e027cfb183645070 [INFO] running `Command { std: "docker" "start" "-a" "46fc4f6b04517e444cd16727cee9006e24e5c77e72edb754e027cfb183645070", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46fc4f6b04517e444cd16727cee9006e24e5c77e72edb754e027cfb183645070", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46fc4f6b04517e444cd16727cee9006e24e5c77e72edb754e027cfb183645070", kill_on_drop: false }` [INFO] [stdout] 46fc4f6b04517e444cd16727cee9006e24e5c77e72edb754e027cfb183645070 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 305f5b6b0695213c0feca50a3d5e53e7570d7e4c191313b4b6cf2feff4c99679 [INFO] running `Command { std: "docker" "start" "-a" "305f5b6b0695213c0feca50a3d5e53e7570d7e4c191313b4b6cf2feff4c99679", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.1.4 [INFO] [stdout] error[E0277]: the trait bound `glob_t: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:230:26 [INFO] [stdout] | [INFO] [stdout] 230 | #[derive(Copy)] pub struct glob_t { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `glob_t` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `timeval: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:243:26 [INFO] [stdout] | [INFO] [stdout] 243 | #[derive(Copy)] pub struct timeval { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `timeval` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `timespec: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:249:26 [INFO] [stdout] | [INFO] [stdout] 249 | #[derive(Copy)] pub struct timespec { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `timespec` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `timezone: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:254:26 [INFO] [stdout] | [INFO] [stdout] 254 | #[derive(Copy)] pub enum timezone {} [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `timezone` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rlimit: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:259:26 [INFO] [stdout] | [INFO] [stdout] 259 | #[derive(Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `rlimit` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rusage: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:272:26 [INFO] [stdout] | [INFO] [stdout] 272 | #[derive(Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `rusage` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sockaddr: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:302:26 [INFO] [stdout] | [INFO] [stdout] 302 | #[derive(Copy)] pub struct sockaddr { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `sockaddr` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sockaddr_storage: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:307:26 [INFO] [stdout] | [INFO] [stdout] 307 | #[derive(Copy)] pub struct sockaddr_storage { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `sockaddr_storage` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sockaddr_in: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:316:26 [INFO] [stdout] | [INFO] [stdout] 316 | #[derive(Copy)] pub struct sockaddr_in { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `sockaddr_in` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `in_addr: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:323:26 [INFO] [stdout] | [INFO] [stdout] 323 | #[derive(Copy)] pub struct in_addr { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `in_addr` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sockaddr_in6: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:327:26 [INFO] [stdout] | [INFO] [stdout] 327 | #[derive(Copy)] pub struct sockaddr_in6 { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `sockaddr_in6` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `in6_addr: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | #[derive(Copy)] pub struct in6_addr { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `in6_addr` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `ip_mreq: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:339:26 [INFO] [stdout] | [INFO] [stdout] 339 | #[derive(Copy)] pub struct ip_mreq { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `ip_mreq` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `ip6_mreq: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:344:26 [INFO] [stdout] | [INFO] [stdout] 344 | #[derive(Copy)] pub struct ip6_mreq { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `ip6_mreq` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `addrinfo: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:349:26 [INFO] [stdout] | [INFO] [stdout] 349 | #[derive(Copy)] pub struct addrinfo { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `addrinfo` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sockaddr_un: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:371:26 [INFO] [stdout] | [INFO] [stdout] 371 | #[derive(Copy)] pub struct sockaddr_un { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `sockaddr_un` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `ifaddrs: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:377:26 [INFO] [stdout] | [INFO] [stdout] 377 | #[derive(Copy)] pub struct ifaddrs { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `ifaddrs` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `types::os::arch::posix01::stat: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:670:26 [INFO] [stdout] | [INFO] [stdout] 670 | #[derive(Copy)] pub struct stat { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `types::os::arch::posix01::stat` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `utimbuf: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:692:26 [INFO] [stdout] | [INFO] [stdout] 692 | #[derive(Copy)] pub struct utimbuf { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `utimbuf` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `pthread_attr_t: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:698:26 [INFO] [stdout] | [INFO] [stdout] 698 | #[derive(Copy)] pub struct pthread_attr_t { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `pthread_attr_t` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sockaddr_ll: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.4/rust/src/liblibc/lib.rs:753:26 [INFO] [stdout] | [INFO] [stdout] 753 | #[derive(Copy)] pub struct sockaddr_ll { [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `sockaddr_ll` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 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 `libc` due to 22 previous errors [INFO] running `Command { std: "docker" "inspect" "305f5b6b0695213c0feca50a3d5e53e7570d7e4c191313b4b6cf2feff4c99679", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "305f5b6b0695213c0feca50a3d5e53e7570d7e4c191313b4b6cf2feff4c99679", kill_on_drop: false }` [INFO] [stdout] 305f5b6b0695213c0feca50a3d5e53e7570d7e4c191313b4b6cf2feff4c99679