[INFO] crate hell 0.1.0 is already in cache [INFO] testing hell-0.1.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate hell 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate hell 0.1.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate hell 0.1.0 [INFO] finished tweaking crates.io crate hell 0.1.0 [INFO] tweaked toml for crates.io crate hell 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate hell 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fe045db639df9934be22399f0edd90fc29726673ad04b02d1bc78c37f61474a [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" "4fe045db639df9934be22399f0edd90fc29726673ad04b02d1bc78c37f61474a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fe045db639df9934be22399f0edd90fc29726673ad04b02d1bc78c37f61474a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fe045db639df9934be22399f0edd90fc29726673ad04b02d1bc78c37f61474a", kill_on_drop: false }` [INFO] [stdout] 4fe045db639df9934be22399f0edd90fc29726673ad04b02d1bc78c37f61474a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36e06ef6731cd00105c5d0f2d8df044050f2ad9e17a9bdbfba8ecd7a3f295743 [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" "36e06ef6731cd00105c5d0f2d8df044050f2ad9e17a9bdbfba8ecd7a3f295743", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling dope v0.1.0 [INFO] [stdout] error[E0412]: cannot find type `kevent` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | events: Vec, [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | pub struct $i { $($field)* } [INFO] [stdout] | ------------- similarly named struct `servent` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `kqueue` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:20:34 [INFO] [stdout] | [INFO] [stdout] 20 | let res = unsafe { libc::kqueue() }; [INFO] [stdout] | ^^^^^^ not found in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `kevent` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 39 | let changes = vec![libc::kevent { [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | pub struct $i { $($field)* } [INFO] [stdout] | ------------- similarly named struct `servent` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `kevent` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:48:19 [INFO] [stdout] | [INFO] [stdout] 48 | libc::kevent( [INFO] [stdout] | ^^^^^^ not found in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVFILT_READ` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:68:19 [INFO] [stdout] | [INFO] [stdout] 68 | libc::EVFILT_READ, [INFO] [stdout] | ^^^^^^^^^^^ not found in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EV_ADD` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:69:19 [INFO] [stdout] | [INFO] [stdout] 69 | libc::EV_ADD | libc::EV_ENABLE, [INFO] [stdout] | ^^^^^^ not found in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EV_ENABLE` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:69:34 [INFO] [stdout] | [INFO] [stdout] 69 | libc::EV_ADD | libc::EV_ENABLE, [INFO] [stdout] | ^^^^^^^^^ not found in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVFILT_READ` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | libc::EVFILT_READ, [INFO] [stdout] | ^^^^^^^^^^^ not found in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EV_DELETE` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:80:19 [INFO] [stdout] | [INFO] [stdout] 80 | libc::EV_DELETE | libc::EV_DISABLE, [INFO] [stdout] | ^^^^^^^^^ help: a constant with a similar name exists: `IN_DELETE` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/src/unix/linux_like/linux/mod.rs:2148:1 [INFO] [stdout] | [INFO] [stdout] 2148 | pub const IN_DELETE: u32 = 0x0000_0200; [INFO] [stdout] | --------------------------------------- similarly named constant `IN_DELETE` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EV_DISABLE` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:80:37 [INFO] [stdout] | [INFO] [stdout] 80 | libc::EV_DELETE | libc::EV_DISABLE, [INFO] [stdout] | ^^^^^^^^^^ help: a constant with a similar name exists: `SS_DISABLE` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/src/unix/linux_like/mod.rs:852:1 [INFO] [stdout] | [INFO] [stdout] 852 | pub const SS_DISABLE: ::c_int = 2; [INFO] [stdout] | ---------------------------------- similarly named constant `SS_DISABLE` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVFILT_TIMER` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 95 | libc::EVFILT_TIMER, [INFO] [stdout] | ^^^^^^^^^^^^ not found in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EV_ADD` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:96:19 [INFO] [stdout] | [INFO] [stdout] 96 | libc::EV_ADD | libc::EV_ENABLE | libc::EV_ONESHOT, [INFO] [stdout] | ^^^^^^ not found in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EV_ENABLE` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:96:34 [INFO] [stdout] | [INFO] [stdout] 96 | libc::EV_ADD | libc::EV_ENABLE | libc::EV_ONESHOT, [INFO] [stdout] | ^^^^^^^^^ not found in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EV_ONESHOT` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:96:52 [INFO] [stdout] | [INFO] [stdout] 96 | libc::EV_ADD | libc::EV_ENABLE | libc::EV_ONESHOT, [INFO] [stdout] | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_ONESHOT` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/src/unix/linux_like/linux/mod.rs:2161:1 [INFO] [stdout] | [INFO] [stdout] 2161 | pub const IN_ONESHOT: u32 = 0x8000_0000; [INFO] [stdout] | ---------------------------------------- similarly named constant `IN_ONESHOT` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `kevent` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:105:29 [INFO] [stdout] | [INFO] [stdout] 105 | let res = libc::kevent( [INFO] [stdout] | ^^^^^^ not found in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EV_EOF` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:129:37 [INFO] [stdout] | [INFO] [stdout] 129 | e.flags & libc::EV_EOF, [INFO] [stdout] | ^^^^^^ help: a constant with a similar name exists: `VEOF` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs:394:1 [INFO] [stdout] | [INFO] [stdout] 394 | pub const VEOF: usize = 4; [INFO] [stdout] | -------------------------- similarly named constant `VEOF` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVFILT_READ` in crate `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/executor/reactor/sys/kqueue.rs:131:39 [INFO] [stdout] | [INFO] [stdout] 131 | e.filter == libc::EVFILT_READ, [INFO] [stdout] | ^^^^^^^^^^^ not found in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dope-0.1.0/src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(try_trait, weak_counts)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dope`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "36e06ef6731cd00105c5d0f2d8df044050f2ad9e17a9bdbfba8ecd7a3f295743", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36e06ef6731cd00105c5d0f2d8df044050f2ad9e17a9bdbfba8ecd7a3f295743", kill_on_drop: false }` [INFO] [stdout] 36e06ef6731cd00105c5d0f2d8df044050f2ad9e17a9bdbfba8ecd7a3f295743