[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-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/bogdad/rustasyncexample"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/bogdad/rustasyncexample'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bogdad/rustasyncexample" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/bogdad/rustasyncexample"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/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#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bogdad/rustasyncexample on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-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-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/bogdad/rustasyncexample/Cargo.toml [INFO] crate bogdad/rustasyncexample already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking bogdad/rustasyncexample against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-7/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/bogdad/rustasyncexample:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 826427dcd6e30cac56ef4ff5373122ae8791637c91a3ca29d81f2ab0b08140f3 [INFO] running `"docker" "start" "-a" "826427dcd6e30cac56ef4ff5373122ae8791637c91a3ca29d81f2ab0b08140f3"` [INFO] [stderr] Checking rustquic v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find value `EV_CLEAR` in crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | wake: Arc, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Wake` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:111:15 [INFO] [stderr] | [INFO] [stderr] 111 | task: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ToyTask + Send` [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: Could not compile `rustquic`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `EV_CLEAR` in crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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 crate `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] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | wake: Arc, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Wake` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:111:15 [INFO] [stderr] | [INFO] [stderr] 111 | task: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ToyTask + Send` [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: Could not compile `rustquic`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "826427dcd6e30cac56ef4ff5373122ae8791637c91a3ca29d81f2ab0b08140f3"` [INFO] running `"docker" "rm" "-f" "826427dcd6e30cac56ef4ff5373122ae8791637c91a3ca29d81f2ab0b08140f3"` [INFO] [stdout] 826427dcd6e30cac56ef4ff5373122ae8791637c91a3ca29d81f2ab0b08140f3