[INFO] cloning repository https://github.com/kevinburke/dnstimeout [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kevinburke/dnstimeout" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevinburke%2Fdnstimeout", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevinburke%2Fdnstimeout'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8aa565116b9aa81708559cc441ff57688befb2ab [INFO] checking kevinburke/dnstimeout against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevinburke%2Fdnstimeout" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kevinburke/dnstimeout on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kevinburke/dnstimeout [INFO] finished tweaking git repo https://github.com/kevinburke/dnstimeout [INFO] tweaked toml for git repo https://github.com/kevinburke/dnstimeout written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/kevinburke/dnstimeout already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4b0572df21ff344434797396b37eda2b35523bd4da90de8fc875e27662c730a5 [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" "4b0572df21ff344434797396b37eda2b35523bd4da90de8fc875e27662c730a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b0572df21ff344434797396b37eda2b35523bd4da90de8fc875e27662c730a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b0572df21ff344434797396b37eda2b35523bd4da90de8fc875e27662c730a5", kill_on_drop: false }` [INFO] [stdout] 4b0572df21ff344434797396b37eda2b35523bd4da90de8fc875e27662c730a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c33cfa63165085cf6799bae94520ac72371ffb0ab91f05f62d27d55b6c3f1bbb [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" "c33cfa63165085cf6799bae94520ac72371ffb0ab91f05f62d27d55b6c3f1bbb", kill_on_drop: false }` [INFO] [stderr] Checking dnstimeout v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: cannot find macro `select` in this scope [INFO] [stdout] --> src/lib.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | select! { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LookupHost` in module `net` [INFO] [stdout] --> src/lib.rs:10:82 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn lookup(host: String, timeout_duration: time::Duration) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^ not found in `net` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use thread::panicking::backtrace::backtrace_rs::symbolize::gimli::mystd::sys_common::net::LookupHost; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LookupHost` in module `net` [INFO] [stdout] --> src/lib.rs:11:48 [INFO] [stdout] | [INFO] [stdout] 11 | let (tx, rx):(mpsc::Sender>, mpsc::Receiver>) = channel(); [INFO] [stdout] | ^^^^^^^^^^ not found in `net` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use thread::panicking::backtrace::backtrace_rs::symbolize::gimli::mystd::sys_common::net::LookupHost; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LookupHost` in module `net` [INFO] [stdout] --> src/lib.rs:11:93 [INFO] [stdout] | [INFO] [stdout] 11 | let (tx, rx):(mpsc::Sender>, mpsc::Receiver>) = channel(); [INFO] [stdout] | ^^^^^^^^^^ not found in `net` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use thread::panicking::backtrace::backtrace_rs::symbolize::gimli::mystd::sys_common::net::LookupHost; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lookup_host` in module `net` [INFO] [stdout] --> src/lib.rs:18:22 [INFO] [stdout] | [INFO] [stdout] 18 | tx.send(net::lookup_host(host.as_str())).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ not found in `net` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `select` in this scope [INFO] [stdout] --> src/lib.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | select! { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LookupHost` in module `net` [INFO] [stdout] --> src/lib.rs:10:82 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn lookup(host: String, timeout_duration: time::Duration) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^ not found in `net` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use thread::panicking::backtrace::backtrace_rs::symbolize::gimli::mystd::sys_common::net::LookupHost; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LookupHost` in module `net` [INFO] [stdout] --> src/lib.rs:11:48 [INFO] [stdout] | [INFO] [stdout] 11 | let (tx, rx):(mpsc::Sender>, mpsc::Receiver>) = channel(); [INFO] [stdout] | ^^^^^^^^^^ not found in `net` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use thread::panicking::backtrace::backtrace_rs::symbolize::gimli::mystd::sys_common::net::LookupHost; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LookupHost` in module `net` [INFO] [stdout] --> src/lib.rs:11:93 [INFO] [stdout] | [INFO] [stdout] 11 | let (tx, rx):(mpsc::Sender>, mpsc::Receiver>) = channel(); [INFO] [stdout] | ^^^^^^^^^^ not found in `net` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use thread::panicking::backtrace::backtrace_rs::symbolize::gimli::mystd::sys_common::net::LookupHost; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lookup_host` in module `net` [INFO] [stdout] --> src/lib.rs:18:22 [INFO] [stdout] | [INFO] [stdout] 18 | tx.send(net::lookup_host(host.as_str())).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ not found in `net` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dnstimeout` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no function or associated item named `seconds` found for struct `Duration` in the current scope [INFO] [stdout] --> src/lib.rs:38:68 [INFO] [stdout] | [INFO] [stdout] 38 | let res = lookup("api.twilio.com".to_string(), time::Duration::seconds(7)); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Duration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c33cfa63165085cf6799bae94520ac72371ffb0ab91f05f62d27d55b6c3f1bbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c33cfa63165085cf6799bae94520ac72371ffb0ab91f05f62d27d55b6c3f1bbb", kill_on_drop: false }` [INFO] [stdout] c33cfa63165085cf6799bae94520ac72371ffb0ab91f05f62d27d55b6c3f1bbb