[INFO] fetching crate quick-js-dtp 0.4.2...
[INFO] building quick-js-dtp-0.4.2 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] extracting crate quick-js-dtp 0.4.2 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate quick-js-dtp 0.4.2
[INFO] finished tweaking crates.io crate quick-js-dtp 0.4.2
[INFO] tweaked toml for crates.io crate quick-js-dtp 0.4.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate quick-js-dtp 0.4.2 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate quick-js-dtp 0.4.2 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ee9c243023886ab5d73d010e3ce2a4bc26141f0d95d49e032e7267563790033b
[INFO] running `Command { std: "docker" "start" "-a" "ee9c243023886ab5d73d010e3ce2a4bc26141f0d95d49e032e7267563790033b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ee9c243023886ab5d73d010e3ce2a4bc26141f0d95d49e032e7267563790033b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee9c243023886ab5d73d010e3ce2a4bc26141f0d95d49e032e7267563790033b", kill_on_drop: false }`
[INFO] [stdout] ee9c243023886ab5d73d010e3ce2a4bc26141f0d95d49e032e7267563790033b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6554bc32a7712f0affab4fd48daa4df2b93e6d84e30d9842f7f4067f21a36a30
[INFO] running `Command { std: "docker" "start" "-a" "6554bc32a7712f0affab4fd48daa4df2b93e6d84e30d9842f7f4067f21a36a30", kill_on_drop: false }`
[INFO] [stderr]    Compiling copy_dir v0.1.3
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling libquickjs-dtp-sys v0.10.0
[INFO] [stderr]    Compiling chrono v0.4.35
[INFO] [stderr]    Compiling quick-js-dtp v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bindings/mod.rs:684:9
[INFO] [stdout]     |
[INFO] [stdout] 684 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 685 |         callback: impl Callback<F> + 'static,
[INFO] [stdout] 686 |     ) -> Result<JsFunction, ExecutionError> {
[INFO] [stdout]     |                 ^^^^^^^^^^ the same lifetime is hidden 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] 686 |     ) -> Result<JsFunction<'_>, ExecutionError> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.37s
[INFO] running `Command { std: "docker" "inspect" "6554bc32a7712f0affab4fd48daa4df2b93e6d84e30d9842f7f4067f21a36a30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6554bc32a7712f0affab4fd48daa4df2b93e6d84e30d9842f7f4067f21a36a30", kill_on_drop: false }`
[INFO] [stdout] 6554bc32a7712f0affab4fd48daa4df2b93e6d84e30d9842f7f4067f21a36a30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4fab1a979777cebac3a2b21da7ee439ae978a44ece66d63adf4330102b82752d
[INFO] running `Command { std: "docker" "start" "-a" "4fab1a979777cebac3a2b21da7ee439ae978a44ece66d63adf4330102b82752d", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling relative-path v1.9.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bindings/mod.rs:684:9
[INFO] [stdout]     |
[INFO] [stdout] 684 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 685 |         callback: impl Callback<F> + 'static,
[INFO] [stdout] 686 |     ) -> Result<JsFunction, ExecutionError> {
[INFO] [stdout]     |                 ^^^^^^^^^^ the same lifetime is hidden 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] 686 |     ) -> Result<JsFunction<'_>, ExecutionError> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling rstest_macros v0.18.2
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling rstest v0.18.2
[INFO] [stderr]    Compiling quick-js-dtp v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bindings/mod.rs:684:9
[INFO] [stdout]     |
[INFO] [stdout] 684 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 685 |         callback: impl Callback<F> + 'static,
[INFO] [stdout] 686 |     ) -> Result<JsFunction, ExecutionError> {
[INFO] [stdout]     |                 ^^^^^^^^^^ the same lifetime is hidden 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] 686 |     ) -> Result<JsFunction<'_>, ExecutionError> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.56s
[INFO] running `Command { std: "docker" "inspect" "4fab1a979777cebac3a2b21da7ee439ae978a44ece66d63adf4330102b82752d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fab1a979777cebac3a2b21da7ee439ae978a44ece66d63adf4330102b82752d", kill_on_drop: false }`
[INFO] [stdout] 4fab1a979777cebac3a2b21da7ee439ae978a44ece66d63adf4330102b82752d
