[INFO] updating cached repository https://github.com/inq/hell [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0a0b460a4b29c0f8e37e56148d22968a2f5a7382 [INFO] testing inq/hell against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finq%2Fhell" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/inq/hell on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/inq/hell [INFO] finished tweaking git repo https://github.com/inq/hell [INFO] tweaked toml for git repo https://github.com/inq/hell written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/inq/hell already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stdout] cb8d9ac809079107f297ebad9fbfc04e443d8d915252446b2d8d27ae1de07032 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "cb8d9ac809079107f297ebad9fbfc04e443d8d915252446b2d8d27ae1de07032"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling syn v1.0.5 [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 futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling chrono v0.4.9 [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 backtrace v0.3.40 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling dope v0.1.0 (https://github.com/inq/dope#416b4ad4) [INFO] [stderr] error[E0412]: cannot find type `kevent` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | events: Vec, [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/src/macros.rs:79:13 [INFO] [stderr] | [INFO] [stderr] 79 | pub struct $i { $($field)* } [INFO] [stderr] | ------------- similarly named struct `servent` defined here [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kqueue` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:20:34 [INFO] [stderr] | [INFO] [stderr] 20 | let res = unsafe { libc::kqueue() }; [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `kevent` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:39:34 [INFO] [stderr] | [INFO] [stderr] 39 | let changes = vec![libc::kevent { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/src/macros.rs:79:13 [INFO] [stderr] | [INFO] [stderr] 79 | pub struct $i { $($field)* } [INFO] [stderr] | ------------- similarly named struct `servent` defined here [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kevent` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:48:19 [INFO] [stderr] | [INFO] [stderr] 48 | libc::kevent( [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:68:19 [INFO] [stderr] | [INFO] [stderr] 68 | libc::EVFILT_READ, [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ADD` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:69:19 [INFO] [stderr] | [INFO] [stderr] 69 | libc::EV_ADD | libc::EV_ENABLE, [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ENABLE` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:69:34 [INFO] [stderr] | [INFO] [stderr] 69 | libc::EV_ADD | libc::EV_ENABLE, [INFO] [stderr] | ^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:79:19 [INFO] [stderr] | [INFO] [stderr] 79 | libc::EVFILT_READ, [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_DELETE` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:80:19 [INFO] [stderr] | [INFO] [stderr] 80 | libc::EV_DELETE | libc::EV_DISABLE, [INFO] [stderr] | ^^^^^^^^^ help: a constant with a similar name exists: `IN_DELETE` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/src/unix/linux_like/linux/mod.rs:2148:1 [INFO] [stderr] | [INFO] [stderr] 2148 | pub const IN_DELETE: u32 = 0x0000_0200; [INFO] [stderr] | --------------------------------------- similarly named constant `IN_DELETE` defined here [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_DISABLE` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:80:37 [INFO] [stderr] | [INFO] [stderr] 80 | libc::EV_DELETE | libc::EV_DISABLE, [INFO] [stderr] | ^^^^^^^^^^ help: a constant with a similar name exists: `SS_DISABLE` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/src/unix/linux_like/mod.rs:852:1 [INFO] [stderr] | [INFO] [stderr] 852 | pub const SS_DISABLE: ::c_int = 2; [INFO] [stderr] | ---------------------------------- similarly named constant `SS_DISABLE` defined here [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_TIMER` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:96:19 [INFO] [stderr] | [INFO] [stderr] 96 | libc::EVFILT_TIMER, [INFO] [stderr] | ^^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ADD` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:97:19 [INFO] [stderr] | [INFO] [stderr] 97 | libc::EV_ADD | libc::EV_ENABLE | if repeat { 0 } else { libc::EV_ONESHOT }, [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ENABLE` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:97:34 [INFO] [stderr] | [INFO] [stderr] 97 | libc::EV_ADD | libc::EV_ENABLE | if repeat { 0 } else { libc::EV_ONESHOT }, [INFO] [stderr] | ^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ONESHOT` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:97:75 [INFO] [stderr] | [INFO] [stderr] 97 | libc::EV_ADD | libc::EV_ENABLE | if repeat { 0 } else { libc::EV_ONESHOT }, [INFO] [stderr] | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_ONESHOT` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.65/src/unix/linux_like/linux/mod.rs:2161:1 [INFO] [stderr] | [INFO] [stderr] 2161 | pub const IN_ONESHOT: u32 = 0x8000_0000; [INFO] [stderr] | ---------------------------------------- similarly named constant `IN_ONESHOT` defined here [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kevent` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:106:29 [INFO] [stderr] | [INFO] [stderr] 106 | let res = libc::kevent( [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_EOF` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:130:37 [INFO] [stderr] | [INFO] [stderr] 130 | e.flags & libc::EV_EOF, [INFO] [stderr] | ^^^^^^ help: a constant with a similar name exists: `VEOF` [INFO] [stderr] | [INFO] [stderr] ::: /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] [stderr] | [INFO] [stderr] 394 | pub const VEOF: usize = 4; [INFO] [stderr] | -------------------------- similarly named constant `VEOF` defined here [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/executor/reactor/sys/kqueue.rs:132:39 [INFO] [stderr] | [INFO] [stderr] 132 | e.filter == libc::EVFILT_READ, [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/dope-17bdb7dd5a3e0a29/416b4ad/src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(try_trait, weak_counts)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `dope`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cb8d9ac809079107f297ebad9fbfc04e443d8d915252446b2d8d27ae1de07032"` [INFO] running `"docker" "rm" "-f" "cb8d9ac809079107f297ebad9fbfc04e443d8d915252446b2d8d27ae1de07032"` [INFO] [stdout] cb8d9ac809079107f297ebad9fbfc04e443d8d915252446b2d8d27ae1de07032