[INFO] updating cached repository https://github.com/cyndis/ep [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5c0bdaa1545e623d4294a3c77d355c740e164560 [INFO] checking cyndis/ep against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyndis%2Fep" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cyndis/ep on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cyndis/ep [INFO] finished tweaking git repo https://github.com/cyndis/ep [INFO] tweaked toml for git repo https://github.com/cyndis/ep written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/cyndis/ep already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-6/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `git://github.com/cyndis/epwing.rs` [INFO] [stderr] Updating git repository `git://github.com/cyndis/jis0208` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 36ed4b33362dc5bdb05d384d957961a3d73395ee2124c47f1f283188a0c6a106 [INFO] running `"docker" "start" "-a" "36ed4b33362dc5bdb05d384d957961a3d73395ee2124c47f1f283188a0c6a106"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking jis0208 v0.1.0 (git://github.com/cyndis/jis0208#4bf83bd6) [INFO] [stderr] Checking unicode_hfwidth v0.2.0 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking epwing v0.1.0 (git://github.com/cyndis/epwing.rs#f813db00) [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/epwing.rs-29e24cf4c01925bc/f813db0/src/lib.rs:61:24 [INFO] [stderr] | [INFO] [stderr] 61 | byteorder::Error::UnexpectedEOF => Error::InvalidFormat, [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `byteorder` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/epwing.rs-29e24cf4c01925bc/f813db0/src/lib.rs:62:24 [INFO] [stderr] | [INFO] [stderr] 62 | byteorder::Error::Io(e) => Error::Io(e) [INFO] [stderr] | ^^^^^ could not find `Error` in `byteorder` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/epwing.rs-29e24cf4c01925bc/f813db0/src/util.rs:8:45 [INFO] [stderr] | [INFO] [stderr] 8 | pub type BoResult = Result; [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use Error; [INFO] [stderr] | [INFO] [stderr] 1 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/epwing.rs-29e24cf4c01925bc/f813db0/src/lib.rs:58:22 [INFO] [stderr] | [INFO] [stderr] 58 | impl From for Error { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 5 | use Error; [INFO] [stderr] | [INFO] [stderr] 5 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 5 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/epwing.rs-29e24cf4c01925bc/f813db0/src/lib.rs:59:29 [INFO] [stderr] | [INFO] [stderr] 59 | fn from(err: byteorder::Error) -> Error { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 5 | use Error; [INFO] [stderr] | [INFO] [stderr] 5 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 5 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/epwing.rs-29e24cf4c01925bc/f813db0/src/subbook.rs:160:17 [INFO] [stderr] | [INFO] [stderr] 160 | let name = try!(io.read_jis_string(entry_len)); [INFO] [stderr] | ^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/epwing.rs-29e24cf4c01925bc/f813db0/src/subbook.rs:160:24 [INFO] [stderr] | [INFO] [stderr] 160 | let name = try!(io.read_jis_string(entry_len)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/epwing.rs-29e24cf4c01925bc/f813db0/src/subbook.rs:160:24 [INFO] [stderr] | [INFO] [stderr] 160 | let name = try!(io.read_jis_string(entry_len)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::prelude::v1::Ok` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `epwing`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "36ed4b33362dc5bdb05d384d957961a3d73395ee2124c47f1f283188a0c6a106"` [INFO] running `"docker" "rm" "-f" "36ed4b33362dc5bdb05d384d957961a3d73395ee2124c47f1f283188a0c6a106"` [INFO] [stdout] 36ed4b33362dc5bdb05d384d957961a3d73395ee2124c47f1f283188a0c6a106