[INFO] updating cached repository bogdad/rustasyncexample [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bogdad/rustasyncexample [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bogdad/rustasyncexample" "work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/bogdad/rustasyncexample"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/bogdad/rustasyncexample'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bogdad/rustasyncexample" "work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/bogdad/rustasyncexample"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/bogdad/rustasyncexample'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 56eb522bf2b1f8ee90789dc5b89ab80742f28399 [INFO] sha for GitHub repo bogdad/rustasyncexample: 56eb522bf2b1f8ee90789dc5b89ab80742f28399 [INFO] validating manifest of bogdad/rustasyncexample on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bogdad/rustasyncexample on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bogdad/rustasyncexample [INFO] finished frobbing bogdad/rustasyncexample [INFO] frobbed toml for bogdad/rustasyncexample written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/bogdad/rustasyncexample/Cargo.toml [INFO] started frobbing bogdad/rustasyncexample [INFO] finished frobbing bogdad/rustasyncexample [INFO] frobbed toml for bogdad/rustasyncexample written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/bogdad/rustasyncexample/Cargo.toml [INFO] crate bogdad/rustasyncexample already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking bogdad/rustasyncexample against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-1/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/bogdad/rustasyncexample:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 337fe349cc0fb6996c924d50db732b4fa6f9b023bcf0bda63d8ce8ef3416b0d0 [INFO] running `"docker" "start" "-a" "337fe349cc0fb6996c924d50db732b4fa6f9b023bcf0bda63d8ce8ef3416b0d0"` [INFO] [stderr] Checking rustquic v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find value `EV_CLEAR` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:133:19 [INFO] [stderr] | [INFO] [stderr] 133 | libc::EV_CLEAR [INFO] [stderr] | ^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ONESHOT` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:137:19 [INFO] [stderr] | [INFO] [stderr] 137 | libc::EV_ONESHOT [INFO] [stderr] | ^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_RECEIPT` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:140:19 [INFO] [stderr] | [INFO] [stderr] 140 | } | libc::EV_RECEIPT; [INFO] [stderr] | ^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ADD` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:144:23 [INFO] [stderr] | [INFO] [stderr] 144 | libc::EV_ADD [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_DELETE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:146:23 [INFO] [stderr] | [INFO] [stderr] 146 | libc::EV_DELETE [INFO] [stderr] | ^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ADD` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:149:23 [INFO] [stderr] | [INFO] [stderr] 149 | libc::EV_ADD [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_DELETE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:151:23 [INFO] [stderr] | [INFO] [stderr] 151 | libc::EV_DELETE [INFO] [stderr] | ^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `kevent` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:81:15 [INFO] [stderr] | [INFO] [stderr] 81 | libc::kevent { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stderr] ... [INFO] [stderr] 154 | kevent!(fd, libc::EVFILT_READ, flags | r, usize::from(token)), [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:154:35 [INFO] [stderr] | [INFO] [stderr] 154 | kevent!(fd, libc::EVFILT_READ, flags | r, usize::from(token)), [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `kevent` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:81:15 [INFO] [stderr] | [INFO] [stderr] 81 | libc::kevent { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stderr] ... [INFO] [stderr] 155 | kevent!(fd, libc::EVFILT_WRITE, flags | w, usize::from(token)), [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_WRITE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:155:35 [INFO] [stderr] | [INFO] [stderr] 155 | kevent!(fd, libc::EVFILT_WRITE, flags | w, usize::from(token)), [INFO] [stderr] | ^^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kevent` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:158:23 [INFO] [stderr] | [INFO] [stderr] 158 | cvt(libc::kevent( [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ERROR` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:168:55 [INFO] [stderr] | [INFO] [stderr] 168 | debug_assert_eq!(change.flags & libc::EV_ERROR, libc::EV_ERROR); [INFO] [stderr] | ^^^^^^^^ help: a constant with a similar name exists: `SO_ERROR` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ERROR` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:168:71 [INFO] [stderr] | [INFO] [stderr] 168 | debug_assert_eq!(change.flags & libc::EV_ERROR, libc::EV_ERROR); [INFO] [stderr] | ^^^^^^^^ help: a constant with a similar name exists: `SO_ERROR` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_WRITE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:189:47 [INFO] [stderr] | [INFO] [stderr] 189 | && change.filter == libc::EVFILT_WRITE as Filter [INFO] [stderr] | ^^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:195:60 [INFO] [stderr] | [INFO] [stderr] 195 | let orig_flags = if change.filter == libc::EVFILT_READ as Filter { [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_DELETE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:200:77 [INFO] [stderr] | [INFO] [stderr] 200 | if change.data as i32 == libc::ENOENT && orig_flags & libc::EV_DELETE != 0 { [INFO] [stderr] | ^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_DELETE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:224:32 [INFO] [stderr] | [INFO] [stderr] 224 | let filter = libc::EV_DELETE | libc::EV_RECEIPT; [INFO] [stderr] | ^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_CLEAR` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:133:19 [INFO] [stderr] | [INFO] [stderr] 133 | libc::EV_CLEAR [INFO] [stderr] | ^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ONESHOT` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:137:19 [INFO] [stderr] | [INFO] [stderr] 137 | libc::EV_ONESHOT [INFO] [stderr] | ^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_RECEIPT` in module `libc` [INFO] [stderr] error[E0425]: cannot find value `EV_RECEIPT` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:224:50 [INFO] [stderr] | [INFO] [stderr] 224 | let filter = libc::EV_DELETE | libc::EV_RECEIPT; [INFO] [stderr] | ^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `kevent` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:81:15 [INFO] [stderr] | [INFO] [stderr] 81 | libc::kevent { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stderr] ... [INFO] [stderr] --> src/miokqueue.rs:140:19 [INFO] [stderr] 227 | kevent!(fd, libc::EVFILT_READ, filter, ptr::null_mut()), [INFO] [stderr] | [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] 140 | } | libc::EV_RECEIPT; [INFO] [stderr] [INFO] [stderr] | ^^^^^^^^^^ not found in `libc` [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in module `libc` [INFO] [stderr] [INFO] [stderr] --> src/miokqueue.rs:227:35 [INFO] [stderr] | [INFO] [stderr] 227 | kevent!(fd, libc::EVFILT_READ, filter, ptr::null_mut()), [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `kevent` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:81:15 [INFO] [stderr] | [INFO] [stderr] 81 | libc::kevent { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stderr] ... [INFO] [stderr] 228 | kevent!(fd, libc::EVFILT_WRITE, filter, ptr::null_mut()), [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_WRITE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:228:35 [INFO] [stderr] | [INFO] [stderr] 228 | kevent!(fd, libc::EVFILT_WRITE, filter, ptr::null_mut()), [INFO] [stderr] | ^^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kevent` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:231:23 [INFO] [stderr] | [INFO] [stderr] 231 | cvt(libc::kevent( [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ERROR` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:245:40 [INFO] [stderr] | [INFO] [stderr] 245 | debug_assert_eq!(libc::EV_ERROR & change.flags, libc::EV_ERROR); [INFO] [stderr] | ^^^^^^^^ help: a constant with a similar name exists: `SO_ERROR` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ERROR` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:245:71 [INFO] [stderr] | [INFO] [stderr] 245 | debug_assert_eq!(libc::EV_ERROR & change.flags, libc::EV_ERROR); [INFO] [stderr] | ^^^^^^^^ help: a constant with a similar name exists: `SO_ERROR` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ADD` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:144:23 [INFO] [stderr] | [INFO] [stderr] 144 | libc::EV_ADD [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] warning: the item `io` is imported redundantly [INFO] [stderr] --> src/miokqueue.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 13 | use std::io; [INFO] [stderr] | ------- the item `io` is already imported here [INFO] [stderr] ... [INFO] [stderr] 113 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_DELETE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:146:23 [INFO] [stderr] | [INFO] [stderr] 146 | libc::EV_DELETE [INFO] [stderr] | ^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ADD` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:149:23 [INFO] [stderr] | [INFO] [stderr] 149 | libc::EV_ADD [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_DELETE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:151:23 [INFO] [stderr] | [INFO] [stderr] 151 | libc::EV_DELETE [INFO] [stderr] | ^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `kevent` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:81:15 [INFO] [stderr] | [INFO] [stderr] 81 | libc::kevent { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stderr] ... [INFO] [stderr] 154 | kevent!(fd, libc::EVFILT_READ, flags | r, usize::from(token)), [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:154:35 [INFO] [stderr] | [INFO] [stderr] 154 | kevent!(fd, libc::EVFILT_READ, flags | r, usize::from(token)), [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `kevent` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:81:15 [INFO] [stderr] | [INFO] [stderr] 81 | libc::kevent { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stderr] ... [INFO] [stderr] 155 | kevent!(fd, libc::EVFILT_WRITE, flags | w, usize::from(token)), [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_WRITE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:155:35 [INFO] [stderr] | [INFO] [stderr] 155 | kevent!(fd, libc::EVFILT_WRITE, flags | w, usize::from(token)), [INFO] [stderr] | ^^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kevent` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:158:23 [INFO] [stderr] | [INFO] [stderr] 158 | cvt(libc::kevent( [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ERROR` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:168:55 [INFO] [stderr] | [INFO] [stderr] 168 | debug_assert_eq!(change.flags & libc::EV_ERROR, libc::EV_ERROR); [INFO] [stderr] | ^^^^^^^^ help: a constant with a similar name exists: `SO_ERROR` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ERROR` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:168:71 [INFO] [stderr] | [INFO] [stderr] 168 | debug_assert_eq!(change.flags & libc::EV_ERROR, libc::EV_ERROR); [INFO] [stderr] | ^^^^^^^^ help: a constant with a similar name exists: `SO_ERROR` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_WRITE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:189:47 [INFO] [stderr] | [INFO] [stderr] 189 | && change.filter == libc::EVFILT_WRITE as Filter [INFO] [stderr] | ^^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:195:60 [INFO] [stderr] | [INFO] [stderr] 195 | let orig_flags = if change.filter == libc::EVFILT_READ as Filter { [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_DELETE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:200:77 [INFO] [stderr] | [INFO] [stderr] 200 | if change.data as i32 == libc::ENOENT && orig_flags & libc::EV_DELETE != 0 { [INFO] [stderr] | ^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_DELETE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:224:32 [INFO] [stderr] | [INFO] [stderr] 224 | let filter = libc::EV_DELETE | libc::EV_RECEIPT; [INFO] [stderr] | ^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_RECEIPT` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:224:50 [INFO] [stderr] | [INFO] [stderr] 224 | let filter = libc::EV_DELETE | libc::EV_RECEIPT; [INFO] [stderr] | ^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `kevent` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:81:15 [INFO] [stderr] | [INFO] [stderr] 81 | libc::kevent { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stderr] ... [INFO] [stderr] 227 | kevent!(fd, libc::EVFILT_READ, filter, ptr::null_mut()), [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_READ` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:227:35 [INFO] [stderr] | [INFO] [stderr] 227 | kevent!(fd, libc::EVFILT_READ, filter, ptr::null_mut()), [INFO] [stderr] | ^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `kevent` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:81:15 [INFO] [stderr] | [INFO] [stderr] 81 | libc::kevent { [INFO] [stderr] | ^^^^^^ help: a struct with a similar name exists: `servent` [INFO] [stderr] ... [INFO] [stderr] 228 | kevent!(fd, libc::EVFILT_WRITE, filter, ptr::null_mut()), [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EVFILT_WRITE` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:228:35 [INFO] [stderr] | [INFO] [stderr] 228 | kevent!(fd, libc::EVFILT_WRITE, filter, ptr::null_mut()), [INFO] [stderr] | ^^^^^^^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `kevent` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:231:23 [INFO] [stderr] | [INFO] [stderr] 231 | cvt(libc::kevent( [INFO] [stderr] | ^^^^^^ not found in `libc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ERROR` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:245:40 [INFO] [stderr] | [INFO] [stderr] 245 | debug_assert_eq!(libc::EV_ERROR & change.flags, libc::EV_ERROR); [INFO] [stderr] | ^^^^^^^^ help: a constant with a similar name exists: `SO_ERROR` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EV_ERROR` in module `libc` [INFO] [stderr] --> src/miokqueue.rs:245:71 [INFO] [stderr] | [INFO] [stderr] 245 | debug_assert_eq!(libc::EV_ERROR & change.flags, libc::EV_ERROR); [INFO] [stderr] | ^^^^^^^^ help: a constant with a similar name exists: `SO_ERROR` [INFO] [stderr] [INFO] [stderr] warning: the item `io` is imported redundantly [INFO] [stderr] --> src/miokqueue.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 13 | use std::io; [INFO] [stderr] | ------- the item `io` is already imported here [INFO] [stderr] ... [INFO] [stderr] 113 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: Could not compile `rustquic`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `rustquic`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "337fe349cc0fb6996c924d50db732b4fa6f9b023bcf0bda63d8ce8ef3416b0d0"` [INFO] running `"docker" "rm" "-f" "337fe349cc0fb6996c924d50db732b4fa6f9b023bcf0bda63d8ce8ef3416b0d0"` [INFO] [stdout] 337fe349cc0fb6996c924d50db732b4fa6f9b023bcf0bda63d8ce8ef3416b0d0