[INFO] fetching crate lnpbp_derive 0.1.0... [INFO] checking lnpbp_derive-0.1.0 against try#b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8 for pr-78363 [INFO] extracting crate lnpbp_derive 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate lnpbp_derive 0.1.0 on toolchain b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate lnpbp_derive 0.1.0 [INFO] finished tweaking crates.io crate lnpbp_derive 0.1.0 [INFO] tweaked toml for crates.io crate lnpbp_derive 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate lnpbp_derive 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "fetch" "--locked" "--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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9dd41e31a0205a81ca077c94caf04546f36c34ba60435ff88eefcc9ed149e7f [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" "c9dd41e31a0205a81ca077c94caf04546f36c34ba60435ff88eefcc9ed149e7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9dd41e31a0205a81ca077c94caf04546f36c34ba60435ff88eefcc9ed149e7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9dd41e31a0205a81ca077c94caf04546f36c34ba60435ff88eefcc9ed149e7f", kill_on_drop: false }` [INFO] [stdout] c9dd41e31a0205a81ca077c94caf04546f36c34ba60435ff88eefcc9ed149e7f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1cbda4cec6a6daaca7e5ec4d0dba66178d364d693487e7246bf9048c23c2a43a [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" "1cbda4cec6a6daaca7e5ec4d0dba66178d364d693487e7246bf9048c23c2a43a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.45 [INFO] [stderr] Checking amplify v2.0.6 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking lnpbp_derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lnpbp` [INFO] [stdout] --> examples/test_lnp_api.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | use lnpbp::lnp::{Type, TypedEnum}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `lnpbp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `lnpbp` in `{{root}}` [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ could not find `lnpbp` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lnpbp_derive` [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] [stdout] error[E0463]: can't find crate for `lnpbp` [INFO] [stdout] --> examples/test_strict_encode.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern crate lnpbp; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Unmarshaller` [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ use of undeclared type `Unmarshaller` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `lnpbp` in `{{root}}` [INFO] [stdout] --> examples/test_lnp_api.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | / #[lnp_api(type = 0x0001)] [INFO] [stdout] 11 | | Failure(String), [INFO] [stdout] | |___________________^ could not find `lnpbp` in `{{root}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `lnpbp` in `{{root}}` [INFO] [stdout] --> examples/test_lnp_api.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | / /// Some attribute [INFO] [stdout] 14 | | #[lnp_api(type = 0x0003)] [INFO] [stdout] 15 | | Success(), [INFO] [stdout] | |_____________^ could not find `lnpbp` in `{{root}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `lnpbp` in `{{root}}` [INFO] [stdout] --> examples/test_lnp_api.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | / #[lnp_api(type = 0x0005)] [INFO] [stdout] 18 | | SuccessNoArgs, [INFO] [stdout] | |_________________^ could not find `lnpbp` in `{{root}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `lnpbp` in `{{root}}` [INFO] [stdout] --> examples/test_lnp_api.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | / #[lnp_api(type = 0x0103)] [INFO] [stdout] 21 | | Keylist(Vec), [INFO] [stdout] | |____________________^ could not find `lnpbp` in `{{root}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unmarshaller` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnmarshallFn` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | / #[lnp_api(type = 0x0001)] [INFO] [stdout] 11 | | Failure(String), [INFO] [stdout] | |___________________^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnmarshallFn` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | / /// Some attribute [INFO] [stdout] 14 | | #[lnp_api(type = 0x0003)] [INFO] [stdout] 15 | | Success(), [INFO] [stdout] | |_____________^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnmarshallFn` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | / #[lnp_api(type = 0x0005)] [INFO] [stdout] 18 | | SuccessNoArgs, [INFO] [stdout] | |_________________^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnmarshallFn` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | / #[lnp_api(type = 0x0103)] [INFO] [stdout] 21 | | Keylist(Vec), [INFO] [stdout] | |____________________^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `TypedEnum` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Type` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] syn::Type [INFO] [stdout] syn::token::Type [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnknownTypeError` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UnknownTypeError` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] syn::Type [INFO] [stdout] syn::token::Type [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `strict_encode` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | Failure(String), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `strict_encode` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | Keylist(Vec), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> examples/test_lnp_api.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | Reply::try_from_type(Type::try_from(0x0003).unwrap(), &Vec::::new()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use syn::Type; [INFO] [stdout] | [INFO] [stdout] 7 | use syn::token::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::convert::TryFrom` [INFO] [stdout] --> examples/test_lnp_api.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1cbda4cec6a6daaca7e5ec4d0dba66178d364d693487e7246bf9048c23c2a43a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cbda4cec6a6daaca7e5ec4d0dba66178d364d693487e7246bf9048c23c2a43a", kill_on_drop: false }` [INFO] [stdout] 1cbda4cec6a6daaca7e5ec4d0dba66178d364d693487e7246bf9048c23c2a43a