[INFO] fetching crate interfaces 0.0.4... [INFO] testing interfaces-0.0.4 against beta-2021-01-01 for beta-1.50-1 [INFO] extracting crate interfaces 0.0.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate interfaces 0.0.4 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate interfaces 0.0.4 [INFO] finished tweaking crates.io crate interfaces 0.0.4 [INFO] tweaked toml for crates.io crate interfaces 0.0.4 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ea7f5eadbff16d3458ad3f2d32d724ecbd4bae36f7ec1197ddd3a75720f7570a [INFO] running `Command { std: "docker" "start" "-a" "ea7f5eadbff16d3458ad3f2d32d724ecbd4bae36f7ec1197ddd3a75720f7570a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea7f5eadbff16d3458ad3f2d32d724ecbd4bae36f7ec1197ddd3a75720f7570a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea7f5eadbff16d3458ad3f2d32d724ecbd4bae36f7ec1197ddd3a75720f7570a", kill_on_drop: false }` [INFO] [stdout] ea7f5eadbff16d3458ad3f2d32d724ecbd4bae36f7ec1197ddd3a75720f7570a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5db9822fc9b67b83594ec3df861826c41f283f46cb00057bcfd6855d9a956f89 [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" "5db9822fc9b67b83594ec3df861826c41f283f46cb00057bcfd6855d9a956f89", kill_on_drop: false }` [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling pest v0.3.3 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling syn v1.0.57 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling handlebars v0.29.1 [INFO] [stderr] Compiling interfaces v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:36:17 [INFO] [stdout] | [INFO] [stdout] 36 | let mut f = try!(File::open(in_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | try!(f.read_to_string(&mut s)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | try!(handlebars.register_template_string("template", s)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | let mut f = try!(File::create(out_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | try!(handlebars.renderw("template", &data, &mut f)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | let mut cfg = gcc::Build::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | let mut cfg = gcc::Build::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/flags.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Represents a set of flags that describe the state of an interface. This corresponds to the [INFO] [stdout] 3 | | /// flags that are returned from the `SIOCGIFFLAGS` syscall [INFO] [stdout] 4 | | pub flags InterfaceFlags: u32 { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/flags.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Represents a set of flags that describe the state of an interface. This corresponds to the [INFO] [stdout] 3 | | /// flags that are returned from the `SIOCGIFFLAGS` syscall [INFO] [stdout] 4 | | pub flags InterfaceFlags: u32 { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:256:20 [INFO] [stdout] | [INFO] [stdout] 256 | for cur in try!(IfAddrIterator::new()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:303:20 [INFO] [stdout] | [INFO] [stdout] 303 | for cur in try!(IfAddrIterator::new()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:317:25 [INFO] [stdout] | [INFO] [stdout] 317 | None => try!(Interface::new_from_ptr(cur)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.15s [INFO] running `Command { std: "docker" "inspect" "5db9822fc9b67b83594ec3df861826c41f283f46cb00057bcfd6855d9a956f89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5db9822fc9b67b83594ec3df861826c41f283f46cb00057bcfd6855d9a956f89", kill_on_drop: false }` [INFO] [stdout] 5db9822fc9b67b83594ec3df861826c41f283f46cb00057bcfd6855d9a956f89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 03df9c7bf59dc576310a9d8eb207bda06fcf0d9f589a63f698c7ef39904eaccc [INFO] running `Command { std: "docker" "start" "-a" "03df9c7bf59dc576310a9d8eb207bda06fcf0d9f589a63f698c7ef39904eaccc", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:36:17 [INFO] [stdout] | [INFO] [stdout] 36 | let mut f = try!(File::open(in_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | try!(f.read_to_string(&mut s)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | try!(handlebars.register_template_string("template", s)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | let mut f = try!(File::create(out_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | try!(handlebars.renderw("template", &data, &mut f)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | let mut cfg = gcc::Build::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | let mut cfg = gcc::Build::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/flags.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Represents a set of flags that describe the state of an interface. This corresponds to the [INFO] [stdout] 3 | | /// flags that are returned from the `SIOCGIFFLAGS` syscall [INFO] [stdout] 4 | | pub flags InterfaceFlags: u32 { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/flags.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Represents a set of flags that describe the state of an interface. This corresponds to the [INFO] [stdout] 3 | | /// flags that are returned from the `SIOCGIFFLAGS` syscall [INFO] [stdout] 4 | | pub flags InterfaceFlags: u32 { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:256:20 [INFO] [stdout] | [INFO] [stdout] 256 | for cur in try!(IfAddrIterator::new()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:303:20 [INFO] [stdout] | [INFO] [stdout] 303 | for cur in try!(IfAddrIterator::new()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:317:25 [INFO] [stdout] | [INFO] [stdout] 317 | None => try!(Interface::new_from_ptr(cur)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling interfaces v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/flags.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Represents a set of flags that describe the state of an interface. This corresponds to the [INFO] [stdout] 3 | | /// flags that are returned from the `SIOCGIFFLAGS` syscall [INFO] [stdout] 4 | | pub flags InterfaceFlags: u32 { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/flags.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | /// Represents a set of flags that describe the state of an interface. This corresponds to the [INFO] [stdout] 3 | | /// flags that are returned from the `SIOCGIFFLAGS` syscall [INFO] [stdout] 4 | | pub flags InterfaceFlags: u32 { [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:256:20 [INFO] [stdout] | [INFO] [stdout] 256 | for cur in try!(IfAddrIterator::new()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:303:20 [INFO] [stdout] | [INFO] [stdout] 303 | for cur in try!(IfAddrIterator::new()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:317:25 [INFO] [stdout] | [INFO] [stdout] 317 | None => try!(Interface::new_from_ptr(cur)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.06s [INFO] running `Command { std: "docker" "inspect" "03df9c7bf59dc576310a9d8eb207bda06fcf0d9f589a63f698c7ef39904eaccc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03df9c7bf59dc576310a9d8eb207bda06fcf0d9f589a63f698c7ef39904eaccc", kill_on_drop: false }` [INFO] [stdout] 03df9c7bf59dc576310a9d8eb207bda06fcf0d9f589a63f698c7ef39904eaccc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 625b46c0f74580a13844d763f10e4b5ff2e2aee5e7ec523ec94fce3eea55f54b [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" "625b46c0f74580a13844d763f10e4b5ff2e2aee5e7ec523ec94fce3eea55f54b", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:36:17 [INFO] [stderr] | [INFO] [stderr] 36 | let mut f = try!(File::open(in_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | try!(f.read_to_string(&mut s)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | try!(handlebars.register_template_string("template", s)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | let mut f = try!(File::create(out_path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | try!(handlebars.renderw("template", &data, &mut f)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | let mut cfg = gcc::Build::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | let mut cfg = gcc::Build::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/flags.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | /// Represents a set of flags that describe the state of an interface. This corresponds to the [INFO] [stderr] 3 | | /// flags that are returned from the `SIOCGIFFLAGS` syscall [INFO] [stderr] 4 | | pub flags InterfaceFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/flags.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | /// Represents a set of flags that describe the state of an interface. This corresponds to the [INFO] [stderr] 3 | | /// flags that are returned from the `SIOCGIFFLAGS` syscall [INFO] [stderr] 4 | | pub flags InterfaceFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:256:20 [INFO] [stderr] | [INFO] [stderr] 256 | for cur in try!(IfAddrIterator::new()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:303:20 [INFO] [stderr] | [INFO] [stderr] 303 | for cur in try!(IfAddrIterator::new()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:317:25 [INFO] [stderr] | [INFO] [stderr] 317 | None => try!(Interface::new_from_ptr(cur)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/flags.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | /// Represents a set of flags that describe the state of an interface. This corresponds to the [INFO] [stderr] 3 | | /// flags that are returned from the `SIOCGIFFLAGS` syscall [INFO] [stderr] 4 | | pub flags InterfaceFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/flags.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / bitflags! { [INFO] [stderr] 2 | | /// Represents a set of flags that describe the state of an interface. This corresponds to the [INFO] [stderr] 3 | | /// flags that are returned from the `SIOCGIFFLAGS` syscall [INFO] [stderr] 4 | | pub flags InterfaceFlags: u32 { [INFO] [stderr] ... | [INFO] [stderr] 52 | | } [INFO] [stderr] 53 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:256:20 [INFO] [stderr] | [INFO] [stderr] 256 | for cur in try!(IfAddrIterator::new()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:303:20 [INFO] [stderr] | [INFO] [stderr] 303 | for cur in try!(IfAddrIterator::new()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:317:25 [INFO] [stderr] | [INFO] [stderr] 317 | None => try!(Interface::new_from_ptr(cur)), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/interfaces-09a2c03b7903640d [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test constants::tests::test_existing ... ok [INFO] [stdout] test tests::test_hardwareaddr_format ... ok [INFO] [stdout] test error::tests::test_error_has_traits ... ok [INFO] [stdout] test tests::test_interface_is_comparable ... ok [INFO] [stdout] test ffi::tests::test_make_int16 ... ok [INFO] [stdout] test tests::test_hardwareaddr_deriving ... ok [INFO] [stdout] test constants::tests::test_not_existing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests interfaces [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - Interface::get_by_name (line 288) ... ok [INFO] [stdout] test src/lib.rs - HardwareAddr::as_bytes (line 167) ... ok [INFO] [stdout] test src/lib.rs - HardwareAddr::as_bare_string (line 147) ... ok [INFO] [stdout] test src/lib.rs - HardwareAddr::as_string (line 126) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "625b46c0f74580a13844d763f10e4b5ff2e2aee5e7ec523ec94fce3eea55f54b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "625b46c0f74580a13844d763f10e4b5ff2e2aee5e7ec523ec94fce3eea55f54b", kill_on_drop: false }` [INFO] [stdout] 625b46c0f74580a13844d763f10e4b5ff2e2aee5e7ec523ec94fce3eea55f54b