[INFO] updating cached repository https://github.com/chalford/vivo-client-rust [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] 9fe9fd558c5d3dcc0d19ba25156dd4af3c05ea8e [INFO] testing chalford/vivo-client-rust against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchalford%2Fvivo-client-rust" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chalford/vivo-client-rust on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/chalford/vivo-client-rust [INFO] finished tweaking git repo https://github.com/chalford/vivo-client-rust [INFO] tweaked toml for git repo https://github.com/chalford/vivo-client-rust written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/chalford/vivo-client-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-4/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" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 899e89423e68463f38535be92df8c37942a23d567cedfafee4db4d3b1a490ea6 [INFO] running `"docker" "start" "-a" "899e89423e68463f38535be92df8c37942a23d567cedfafee4db4d3b1a490ea6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling modifier v0.1.0 [INFO] [stderr] Compiling bit-vec v0.6.2 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling amqp v0.0.9 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] error[E0432]: unresolved import `url::UrlParser` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/amqp-0.0.9/src/session.rs:16:11 [INFO] [stderr] | [INFO] [stderr] 16 | use url::{UrlParser, SchemeType, percent_encoding}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `UrlParser` in the root [INFO] [stderr] | help: a similar name exists in the module: `Parser` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `lossy_utf8_percent_decode` in crate `percent_encoding` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/amqp-0.0.9/src/session.rs:63:31 [INFO] [stderr] | [INFO] [stderr] 63 | percent_encoding::lossy_utf8_percent_decode(input) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `utf8_percent_encode` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0/lib.rs:235:1 [INFO] [stderr] | [INFO] [stderr] 235 | pub fn utf8_percent_encode<'a>(input: &'a str, ascii_set: &'static AsciiSet) -> PercentEncode<'a> { [INFO] [stderr] | ------------------------------------------------------------------------------------------------- similarly named function `utf8_percent_encode` defined here [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/amqp-0.0.9/src/amqp_error.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | AMQPIoError2(byteorder::Error), [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these items [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/registry/src/github.com-1ecc6299db9ec823/amqp-0.0.9/src/amqp_error.rs:26:22 [INFO] [stderr] | [INFO] [stderr] 26 | impl From for AMQPError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these items [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/registry/src/github.com-1ecc6299db9ec823/amqp-0.0.9/src/amqp_error.rs:27:29 [INFO] [stderr] | [INFO] [stderr] 27 | fn from(err: byteorder::Error) -> AMQPError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these items [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[E0603]: enum `SchemeType` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/amqp-0.0.9/src/session.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 16 | use url::{UrlParser, SchemeType, percent_encoding}; [INFO] [stderr] | ^^^^^^^^^^ private enum [INFO] [stderr] | [INFO] [stderr] note: the enum `SchemeType` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-2.1.1/src/lib.rs:118:39 [INFO] [stderr] | [INFO] [stderr] 118 | use parser::{to_u32, Context, Parser, SchemeType, PATH_SEGMENT, USERINFO}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/amqp-0.0.9/src/lib.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | #![feature(convert)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0554, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `amqp`. [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] [stderr] error: build failed [INFO] running `"docker" "inspect" "899e89423e68463f38535be92df8c37942a23d567cedfafee4db4d3b1a490ea6"` [INFO] running `"docker" "rm" "-f" "899e89423e68463f38535be92df8c37942a23d567cedfafee4db4d3b1a490ea6"` [INFO] [stdout] 899e89423e68463f38535be92df8c37942a23d567cedfafee4db4d3b1a490ea6