[INFO] cloning repository https://github.com/alexchandel/ld9 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexchandel/ld9" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexchandel%2Fld9", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexchandel%2Fld9'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e18b17f739356c71793b51228dde616e8a5cb167 [INFO] testing alexchandel/ld9 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexchandel%2Fld9" "/workspace/builds/worker-72/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-72/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexchandel/ld9 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alexchandel/ld9 [INFO] finished tweaking git repo https://github.com/alexchandel/ld9 [INFO] tweaked toml for git repo https://github.com/alexchandel/ld9 written to /workspace/builds/worker-72/source/Cargo.toml [INFO] crate git repo https://github.com/alexchandel/ld9 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd236aaeea3a8632b32d3e64c3258701b1f9558f1a7c4bf7f82ec97305c4caaf [INFO] running `Command { std: "docker" "start" "-a" "fd236aaeea3a8632b32d3e64c3258701b1f9558f1a7c4bf7f82ec97305c4caaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd236aaeea3a8632b32d3e64c3258701b1f9558f1a7c4bf7f82ec97305c4caaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd236aaeea3a8632b32d3e64c3258701b1f9558f1a7c4bf7f82ec97305c4caaf", kill_on_drop: false }` [INFO] [stdout] fd236aaeea3a8632b32d3e64c3258701b1f9558f1a7c4bf7f82ec97305c4caaf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4215cf08d8ef5acb220dcf6851fb181669cfbe2750c6943a6c616faba23c19a [INFO] running `Command { std: "docker" "start" "-a" "d4215cf08d8ef5acb220dcf6851fb181669cfbe2750c6943a6c616faba23c19a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling byteorder v0.2.9 [INFO] [stdout] error[E0432]: unresolved import `std::old_io` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/old.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | use std::old_io::IoResult; [INFO] [stdout] | ^^^^^^ could not find `old_io` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:223:13 [INFO] [stdout] | [INFO] [stdout] 223 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 276 | read_num_bytes!(u16, 2, buf, to_be) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:224:13 [INFO] [stdout] | [INFO] [stdout] 224 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 276 | read_num_bytes!(u16, 2, buf, to_be) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:223:13 [INFO] [stdout] | [INFO] [stdout] 223 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 280 | read_num_bytes!(u32, 4, buf, to_be) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:224:13 [INFO] [stdout] | [INFO] [stdout] 224 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 280 | read_num_bytes!(u32, 4, buf, to_be) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:223:13 [INFO] [stdout] | [INFO] [stdout] 223 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 284 | read_num_bytes!(u64, 8, buf, to_be) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:224:13 [INFO] [stdout] | [INFO] [stdout] 224 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 284 | read_num_bytes!(u64, 8, buf, to_be) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 247 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 288 | read_num_bytes!(u64, 8, be nbytes, buf, to_be) [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:248:13 [INFO] [stdout] | [INFO] [stdout] 248 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 288 | read_num_bytes!(u64, 8, be nbytes, buf, to_be) [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 292 | write_num_bytes!(u16, 2, n, buf, to_be); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `write_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:264:13 [INFO] [stdout] | [INFO] [stdout] 264 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 292 | write_num_bytes!(u16, 2, n, buf, to_be); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `write_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 296 | write_num_bytes!(u32, 4, n, buf, to_be); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `write_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:264:13 [INFO] [stdout] | [INFO] [stdout] 264 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 296 | write_num_bytes!(u32, 4, n, buf, to_be); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `write_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 300 | write_num_bytes!(u64, 8, n, buf, to_be); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `write_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:264:13 [INFO] [stdout] | [INFO] [stdout] 264 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 300 | write_num_bytes!(u64, 8, n, buf, to_be); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `write_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:223:13 [INFO] [stdout] | [INFO] [stdout] 223 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 306 | read_num_bytes!(u16, 2, buf, to_le) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:224:13 [INFO] [stdout] | [INFO] [stdout] 224 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 306 | read_num_bytes!(u16, 2, buf, to_le) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:223:13 [INFO] [stdout] | [INFO] [stdout] 223 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 310 | read_num_bytes!(u32, 4, buf, to_le) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:224:13 [INFO] [stdout] | [INFO] [stdout] 224 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 310 | read_num_bytes!(u32, 4, buf, to_le) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:223:13 [INFO] [stdout] | [INFO] [stdout] 223 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 314 | read_num_bytes!(u64, 8, buf, to_le) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:224:13 [INFO] [stdout] | [INFO] [stdout] 224 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 314 | read_num_bytes!(u64, 8, buf, to_le) [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:235:13 [INFO] [stdout] | [INFO] [stdout] 235 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 318 | read_num_bytes!(u64, 8, le nbytes, buf, to_le) [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:236:13 [INFO] [stdout] | [INFO] [stdout] 236 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 318 | read_num_bytes!(u64, 8, le nbytes, buf, to_le) [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `read_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 322 | write_num_bytes!(u16, 2, n, buf, to_le); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `write_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:264:13 [INFO] [stdout] | [INFO] [stdout] 264 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 322 | write_num_bytes!(u16, 2, n, buf, to_le); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `write_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 326 | write_num_bytes!(u32, 4, n, buf, to_le); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `write_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:264:13 [INFO] [stdout] | [INFO] [stdout] 264 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 326 | write_num_bytes!(u32, 4, n, buf, to_le); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `write_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 330 | write_num_bytes!(u64, 8, n, buf, to_le); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `write_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::copy_nonoverlapping_memory` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:264:13 [INFO] [stdout] | [INFO] [stdout] 264 | use std::ptr::copy_nonoverlapping_memory; [INFO] [stdout] | ^^^^^^^^^^-------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `copy_nonoverlapping` [INFO] [stdout] | no `copy_nonoverlapping_memory` in `ptr` [INFO] [stdout] ... [INFO] [stdout] 330 | write_num_bytes!(u64, 8, n, buf, to_le); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `write_num_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `byteorder` due to 44 previous errors [INFO] [stdout] error[E0433]: failed to resolve: could not find `FromError` in `error` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/new.rs:186:39 [INFO] [stdout] | [INFO] [stdout] 186 | wtr.write_all(buf).map_err(error::FromError::from_error) [INFO] [stdout] | ^^^^^^^^^ could not find `FromError` in `error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FromError` in module `error` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/new.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | impl error::FromError for Error { [INFO] [stdout] | ^^^^^^^^^ not found in `error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/old.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait ReaderBytesExt: Reader + Sized { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/old.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | impl ReaderBytesExt for R {} [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/old.rs:121:17 [INFO] [stdout] | [INFO] [stdout] 121 | fn read_full(rdr: &mut R, buf: &mut [u8]) -> IoResult<()> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/old.rs:147:27 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait WriterBytesExt: Writer + Sized { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/old.rs:225:9 [INFO] [stdout] | [INFO] [stdout] 225 | impl WriterBytesExt for W {} [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MarkerTrait` in module `std::marker` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:95:36 [INFO] [stdout] | [INFO] [stdout] 95 | pub trait ByteOrder : std::marker::MarkerTrait { [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | #![feature(core, io, test, old_io)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | #![feature(core, io, test, old_io)] [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | #![feature(core, io, test, old_io)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | #![feature(core, io, test, old_io)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `old_io` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | #![feature(core, io, test, old_io)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-0.2.9/src/lib.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | #![feature(core, io, test, old_io)] [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 43 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433, E0554, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d4215cf08d8ef5acb220dcf6851fb181669cfbe2750c6943a6c616faba23c19a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4215cf08d8ef5acb220dcf6851fb181669cfbe2750c6943a6c616faba23c19a", kill_on_drop: false }` [INFO] [stdout] d4215cf08d8ef5acb220dcf6851fb181669cfbe2750c6943a6c616faba23c19a