[INFO] crate cntr 1.1.2 is already in cache [INFO] testing cntr-1.1.2 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate cntr 1.1.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate cntr 1.1.2 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cntr 1.1.2 [INFO] finished tweaking crates.io crate cntr 1.1.2 [INFO] tweaked toml for crates.io crate cntr 1.1.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e92e6132bde7d136a17f429a1a628445abc0e88c60d22656396540172254d157 [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" "e92e6132bde7d136a17f429a1a628445abc0e88c60d22656396540172254d157", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e92e6132bde7d136a17f429a1a628445abc0e88c60d22656396540172254d157", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e92e6132bde7d136a17f429a1a628445abc0e88c60d22656396540172254d157", kill_on_drop: false }` [INFO] [stdout] e92e6132bde7d136a17f429a1a628445abc0e88c60d22656396540172254d157 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f046a8b47a4987b2c261fe5da505856060d9a0e82906190ca8f172bd4972613 [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" "9f046a8b47a4987b2c261fe5da505856060d9a0e82906190ca8f172bd4972613", kill_on_drop: false }` [INFO] [stderr] Compiling thread-scoped v1.0.2 [INFO] [stderr] Compiling spin v0.4.10 [INFO] [stderr] Compiling argparse v0.2.2 [INFO] [stderr] Compiling cntr-fuse v0.3.6 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling cntr-nix v0.10.0-pre1 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling concurrent-hashmap v0.2.2 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cntr-nix-0.10.0-pre1/src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cntr-nix`. [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" "9f046a8b47a4987b2c261fe5da505856060d9a0e82906190ca8f172bd4972613", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f046a8b47a4987b2c261fe5da505856060d9a0e82906190ca8f172bd4972613", kill_on_drop: false }` [INFO] [stdout] 9f046a8b47a4987b2c261fe5da505856060d9a0e82906190ca8f172bd4972613