[INFO] cloning repository https://github.com/infinyon/node-bindgen
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/infinyon/node-bindgen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finfinyon%2Fnode-bindgen", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finfinyon%2Fnode-bindgen'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1c6f19b658b0acaf71a25f5f2e4d8b4d970363ad
[INFO] checking infinyon/node-bindgen against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finfinyon%2Fnode-bindgen" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/infinyon/node-bindgen
[INFO] finished tweaking git repo https://github.com/infinyon/node-bindgen
[INFO] tweaked toml for git repo https://github.com/infinyon/node-bindgen written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/infinyon/node-bindgen on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/infinyon/node-bindgen already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e0bb7d55a08807e5af34bcbec3fafaf41fa7fd79a40b617942048742bf3e82c
[INFO] running `Command { std: "docker" "start" "-a" "0e0bb7d55a08807e5af34bcbec3fafaf41fa7fd79a40b617942048742bf3e82c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e0bb7d55a08807e5af34bcbec3fafaf41fa7fd79a40b617942048742bf3e82c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e0bb7d55a08807e5af34bcbec3fafaf41fa7fd79a40b617942048742bf3e82c", kill_on_drop: false }`
[INFO] [stdout] 0e0bb7d55a08807e5af34bcbec3fafaf41fa7fd79a40b617942048742bf3e82c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 519c97cefa535a890775b2ecc0309e638b4fdc38fb918db62b2940ede7dc96e0
[INFO] running `Command { std: "docker" "start" "-a" "519c97cefa535a890775b2ecc0309e638b4fdc38fb918db62b2940ede7dc96e0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking piper v0.2.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking async-executor v1.12.0
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]    Compiling inventory v0.1.11
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking nj-sys v4.0.0 (/opt/rustwide/workdir/nj-sys)
[INFO] [stderr]    Compiling camino v1.1.7
[INFO] [stderr]    Compiling trybuild v1.0.42 (https://github.com/infinyon/trybuild?branch=check_option#27108102)
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking winnow v0.6.13
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking Inflector v0.11.4
[INFO] [stderr]     Checking nj-build v0.3.0 (/opt/rustwide/workdir/nj-build)
[INFO] [stderr]     Checking polling v2.8.0
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking async-io v1.13.0
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-bigint v0.4.5
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]     Checking nj-derive v3.4.3 (/opt/rustwide/workdir/nj-derive)
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> nj-derive/src/ast/arg.rs:59:18
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn inner(&self) -> &Vec<FunctionArg> {
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                  |         |    |
[INFO] [stdout]    |                  |         |    the same lifetime is hidden here
[INFO] [stdout]    |                  |         the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn inner(&self) -> &Vec<FunctionArg<'_>> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> nj-derive/src/ast/arg.rs:193:20
[INFO] [stdout]     |
[INFO] [stdout] 193 | fn find_inputs(ty: &ParenthesizedGenericArguments) -> Result<Vec<MyTypePath>> {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 193 | fn find_inputs(ty: &ParenthesizedGenericArguments) -> Result<Vec<MyTypePath<'_>>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling inventory-impl v0.1.11
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> nj-derive/src/ast/arg.rs:59:18
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn inner(&self) -> &Vec<FunctionArg> {
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                  |         |    |
[INFO] [stdout]    |                  |         |    the same lifetime is hidden here
[INFO] [stdout]    |                  |         the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn inner(&self) -> &Vec<FunctionArg<'_>> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> nj-derive/src/ast/arg.rs:193:20
[INFO] [stdout]     |
[INFO] [stdout] 193 | fn find_inputs(ty: &ParenthesizedGenericArguments) -> Result<Vec<MyTypePath>> {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 193 | fn find_inputs(ty: &ParenthesizedGenericArguments) -> Result<Vec<MyTypePath<'_>>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling ghost v0.1.17
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling ctor v0.2.8
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking thiserror v1.0.61
[INFO] [stderr]     Checking polling v3.7.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking async-io v2.3.3
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking async-std v1.12.0
[INFO] [stderr]     Checking serde v1.0.203
[INFO] [stderr]     Checking fluvio-future v0.7.0
[INFO] [stderr]     Checking nj-core v6.1.0 (/opt/rustwide/workdir/nj-core)
[INFO] [stdout] warning: unexpected `cfg` condition value: `used_linker`
[INFO] [stdout]   --> nj-core/src/module.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[crate::ctor]
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `convert-uuid`, `serde-json`, `serde_json`, and `uuid`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `crate::ctor` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the attribute macro `crate::ctor` may come from an old version of the `ctor` crate, try updating your dependency with `cargo update -p ctor`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `crate::ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `used_linker`
[INFO] [stdout]   --> nj-core/src/module.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[crate::ctor]
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `convert-uuid`, `serde-json`, `serde_json`, and `uuid`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `crate::ctor` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the attribute macro `crate::ctor` may come from an old version of the `ctor` crate, try updating your dependency with `cargo update -p ctor`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `crate::ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking serde_spanned v0.6.6
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking toml_datetime v0.6.6
[INFO] [stderr]     Checking cargo-platform v0.1.8
[INFO] [stderr]     Checking semver v1.0.23
[INFO] [stderr]     Checking node-bindgen v6.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking toml_edit v0.22.14
[INFO] [stderr]     Checking cargo_metadata v0.18.1
[INFO] [stderr]     Checking toml v0.8.14
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> nj-derive/src/ast/arg.rs:59:18
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn inner(&self) -> &Vec<FunctionArg> {
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                  |         |    |
[INFO] [stdout]    |                  |         |    the same lifetime is hidden here
[INFO] [stdout]    |                  |         the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn inner(&self) -> &Vec<FunctionArg<'_>> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> nj-derive/src/ast/arg.rs:193:20
[INFO] [stdout]     |
[INFO] [stdout] 193 | fn find_inputs(ty: &ParenthesizedGenericArguments) -> Result<Vec<MyTypePath>> {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 193 | fn find_inputs(ty: &ParenthesizedGenericArguments) -> Result<Vec<MyTypePath<'_>>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking nj-cli v0.4.4 (/opt/rustwide/workdir/nj-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.72s
[INFO] running `Command { std: "docker" "inspect" "519c97cefa535a890775b2ecc0309e638b4fdc38fb918db62b2940ede7dc96e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "519c97cefa535a890775b2ecc0309e638b4fdc38fb918db62b2940ede7dc96e0", kill_on_drop: false }`
[INFO] [stdout] 519c97cefa535a890775b2ecc0309e638b4fdc38fb918db62b2940ede7dc96e0
