[INFO] fetching crate dope 0.1.0... [INFO] checking dope-0.1.0 against beta-2019-10-27 for pr-65897 [INFO] extracting crate dope 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate dope 0.1.0 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate dope 0.1.0 [INFO] finished tweaking crates.io crate dope 0.1.0 [INFO] tweaked toml for crates.io crate dope 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=allow" "-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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3e5ed6cc7e7b3915bda058d20ad7cf149bd022e3b0b72ee4515d6608338371fc [INFO] running `"docker" "start" "-a" "3e5ed6cc7e7b3915bda058d20ad7cf149bd022e3b0b72ee4515d6608338371fc"` [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Checking dope v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0412]: cannot find type `kevent` in crate `libc` [INFO] [stderr] --> 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] error[E0425]: cannot find function `kqueue` in crate `libc` [INFO] [stderr] --> 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] --> 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] error[E0425]: cannot find function `kevent` in crate `libc` [INFO] [stderr] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] error[E0425]: cannot find value `EV_DISABLE` in crate `libc` [INFO] [stderr] --> 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] error[E0425]: cannot find value `EVFILT_TIMER` in crate `libc` [INFO] [stderr] --> src/executor/reactor/sys/kqueue.rs:95:19 [INFO] [stderr] | [INFO] [stderr] 95 | 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] --> src/executor/reactor/sys/kqueue.rs:96:19 [INFO] [stderr] | [INFO] [stderr] 96 | libc::EV_ADD | libc::EV_ENABLE | 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] --> src/executor/reactor/sys/kqueue.rs:96:34 [INFO] [stderr] | [INFO] [stderr] 96 | libc::EV_ADD | libc::EV_ENABLE | 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] --> src/executor/reactor/sys/kqueue.rs:96:52 [INFO] [stderr] | [INFO] [stderr] 96 | libc::EV_ADD | libc::EV_ENABLE | libc::EV_ONESHOT, [INFO] [stderr] | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_ONESHOT` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kevent` in crate `libc` [INFO] [stderr] --> src/executor/reactor/sys/kqueue.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | 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] --> src/executor/reactor/sys/kqueue.rs:129:37 [INFO] [stderr] | [INFO] [stderr] 129 | e.flags & libc::EV_EOF, [INFO] [stderr] | ^^^^^^ help: a constant with a similar name exists: `VEOF` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in crate `libc` [INFO] [stderr] --> src/executor/reactor/sys/kqueue.rs:131:39 [INFO] [stderr] | [INFO] [stderr] 131 | e.filter == libc::EVFILT_READ, [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(try_trait, weak_counts)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `kevent` in crate `libc` [INFO] [stderr] --> 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] error[E0425]: cannot find function `kqueue` in crate `libc` [INFO] [stderr] --> 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] --> 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] error[E0425]: cannot find function `kevent` in crate `libc` [INFO] [stderr] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] error[E0425]: cannot find value `EV_DISABLE` in crate `libc` [INFO] [stderr] --> 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] error[E0425]: cannot find value `EVFILT_TIMER` in crate `libc` [INFO] [stderr] --> src/executor/reactor/sys/kqueue.rs:95:19 [INFO] [stderr] | [INFO] [stderr] 95 | 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] --> src/executor/reactor/sys/kqueue.rs:96:19 [INFO] [stderr] | [INFO] [stderr] 96 | libc::EV_ADD | libc::EV_ENABLE | 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] --> src/executor/reactor/sys/kqueue.rs:96:34 [INFO] [stderr] | [INFO] [stderr] 96 | libc::EV_ADD | libc::EV_ENABLE | 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] --> src/executor/reactor/sys/kqueue.rs:96:52 [INFO] [stderr] | [INFO] [stderr] 96 | libc::EV_ADD | libc::EV_ENABLE | libc::EV_ONESHOT, [INFO] [stderr] | ^^^^^^^^^^ help: a constant with a similar name exists: `IN_ONESHOT` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kevent` in crate `libc` [INFO] [stderr] --> src/executor/reactor/sys/kqueue.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | 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] --> src/executor/reactor/sys/kqueue.rs:129:37 [INFO] [stderr] | [INFO] [stderr] 129 | e.flags & libc::EV_EOF, [INFO] [stderr] | ^^^^^^ help: a constant with a similar name exists: `VEOF` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in crate `libc` [INFO] [stderr] --> src/executor/reactor/sys/kqueue.rs:131:39 [INFO] [stderr] | [INFO] [stderr] 131 | e.filter == libc::EVFILT_READ, [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> 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] warning: build failed, waiting for other jobs to finish... [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" "3e5ed6cc7e7b3915bda058d20ad7cf149bd022e3b0b72ee4515d6608338371fc"` [INFO] running `"docker" "rm" "-f" "3e5ed6cc7e7b3915bda058d20ad7cf149bd022e3b0b72ee4515d6608338371fc"` [INFO] [stdout] 3e5ed6cc7e7b3915bda058d20ad7cf149bd022e3b0b72ee4515d6608338371fc