[INFO] cloning repository https://github.com/asevans48/celery-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/asevans48/celery-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasevans48%2Fcelery-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasevans48%2Fcelery-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 22ea2ebb5a4abdbc626e9263503028fa3b54b773 [INFO] checking asevans48/celery-rs against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasevans48%2Fcelery-rs" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/asevans48/celery-rs on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/asevans48/celery-rs [INFO] finished tweaking git repo https://github.com/asevans48/celery-rs [INFO] tweaked toml for git repo https://github.com/asevans48/celery-rs written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=allow" "-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-2019-10-27" "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] 3760ef81892c46d454d6ba6ea3bb4a50c9f1222e20805eb213882f1d61d5ea79 [INFO] running `"docker" "start" "-a" "3760ef81892c46d454d6ba6ea3bb4a50c9f1222e20805eb213882f1d61d5ea79"` [INFO] [stderr] Compiling smallvec v0.6.12 [INFO] [stderr] Compiling cookie-factory v0.2.4 [INFO] [stderr] Compiling num_cpus v1.11.0 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Compiling toml v0.5.4 [INFO] [stderr] Compiling snafu-derive v0.4.4 [INFO] [stderr] Compiling handlebars v1.1.0 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking amq-protocol-types v1.2.0 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libgit2-sys v0.9.1 [INFO] [stderr] Compiling openssl-sys v0.9.52 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling amq-protocol-codegen v1.4.0 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking snafu v0.4.4 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling amq-protocol v1.4.0 [INFO] [stderr] Compiling git2 v0.10.1 [INFO] [stderr] Compiling built v0.3.2 [INFO] [stderr] Checking redis v0.12.0 [INFO] [stderr] Compiling amiquip v0.3.2 [INFO] [stderr] Checking celery-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no variant or associated item named `From` found for type `amq_protocol_types::value::AMQPValue` in the current scope [INFO] [stderr] --> src/broker/headers.rs:89:58 [INFO] [stderr] | [INFO] [stderr] 89 | jmap.insert(String::from("args"), AmqpValue::From(Value::from(v.args_to_vec()))); [INFO] [stderr] | ^^^^ variant or associated item not found in `amq_protocol_types::value::AMQPValue` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `From` found for type `amq_protocol_types::value::AMQPValue` in the current scope [INFO] [stderr] --> src/broker/headers.rs:95:64 [INFO] [stderr] | [INFO] [stderr] 95 | jmap.insert(String::from("kwargsrepr"), AmqpValue::From(Value::Object(vm))); [INFO] [stderr] | ^^^^ variant or associated item not found in `amq_protocol_types::value::AMQPValue` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `From` found for type `amq_protocol_types::value::AMQPValue` in the current scope [INFO] [stderr] --> src/broker/headers.rs:101:60 [INFO] [stderr] | [INFO] [stderr] 101 | jmap.insert(String::from("origin"), AmqpValue::From(Value::from(v))); [INFO] [stderr] | ^^^^ variant or associated item not found in `amq_protocol_types::value::AMQPValue` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `From` found for type `amq_protocol_types::value::AMQPValue` in the current scope [INFO] [stderr] --> src/broker/headers.rs:89:58 [INFO] [stderr] | [INFO] [stderr] 89 | jmap.insert(String::from("args"), AmqpValue::From(Value::from(v.args_to_vec()))); [INFO] [stderr] | ^^^^ variant or associated item not found in `amq_protocol_types::value::AMQPValue` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `From` found for type `amq_protocol_types::value::AMQPValue` in the current scope [INFO] [stderr] --> src/broker/headers.rs:95:64 [INFO] [stderr] | [INFO] [stderr] 95 | jmap.insert(String::from("kwargsrepr"), AmqpValue::From(Value::Object(vm))); [INFO] [stderr] | ^^^^ variant or associated item not found in `amq_protocol_types::value::AMQPValue` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `From` found for type `amq_protocol_types::value::AMQPValue` in the current scope [INFO] [stderr] --> src/broker/headers.rs:101:60 [INFO] [stderr] | [INFO] [stderr] 101 | jmap.insert(String::from("origin"), AmqpValue::From(Value::from(v))); [INFO] [stderr] | ^^^^ variant or associated item not found in `amq_protocol_types::value::AMQPValue` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/argparse/args.rs:45:26 [INFO] [stderr] | [INFO] [stderr] 45 | if val.is_array(){ [INFO] [stderr] | __________________________^ [INFO] [stderr] 46 | | [INFO] [stderr] 47 | | } [INFO] [stderr] | |_________^ expected enum `amq_protocol_types::value::AMQPValue`, found () [INFO] [stderr] | [INFO] [stderr] = note: expected type `amq_protocol_types::value::AMQPValue` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/argparse/args.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | / if val.is_array(){ [INFO] [stderr] 46 | | [INFO] [stderr] 47 | | } [INFO] [stderr] | |_________^ expected enum `amq_protocol_types::value::AMQPValue`, found () [INFO] [stderr] | [INFO] [stderr] = note: expected type `amq_protocol_types::value::AMQPValue` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `serde_json::value::Value: std::convert::From` is not satisfied [INFO] [stderr] --> src/argparse/args.rs:66:26 [INFO] [stderr] | [INFO] [stderr] 66 | val_vec.push(Value::from(val)); [INFO] [stderr] | ^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `serde_json::value::Value` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 15 others [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/argparse/args.rs:45:26 [INFO] [stderr] | [INFO] [stderr] 45 | if val.is_array(){ [INFO] [stderr] | __________________________^ [INFO] [stderr] 46 | | [INFO] [stderr] 47 | | } [INFO] [stderr] | |_________^ expected enum `amq_protocol_types::value::AMQPValue`, found () [INFO] [stderr] | [INFO] [stderr] = note: expected type `amq_protocol_types::value::AMQPValue` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/argparse/args.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | / if val.is_array(){ [INFO] [stderr] 46 | | [INFO] [stderr] 47 | | } [INFO] [stderr] | |_________^ expected enum `amq_protocol_types::value::AMQPValue`, found () [INFO] [stderr] | [INFO] [stderr] = note: expected type `amq_protocol_types::value::AMQPValue` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `serde_json::value::Value: std::convert::From` is not satisfied [INFO] [stderr] --> src/argparse/args.rs:66:26 [INFO] [stderr] | [INFO] [stderr] 66 | val_vec.push(Value::from(val)); [INFO] [stderr] | ^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `serde_json::value::Value` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 15 others [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `celery-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `celery-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3760ef81892c46d454d6ba6ea3bb4a50c9f1222e20805eb213882f1d61d5ea79"` [INFO] running `"docker" "rm" "-f" "3760ef81892c46d454d6ba6ea3bb4a50c9f1222e20805eb213882f1d61d5ea79"` [INFO] [stdout] 3760ef81892c46d454d6ba6ea3bb4a50c9f1222e20805eb213882f1d61d5ea79