[INFO] cloning repository https://github.com/kim-company/quichex [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kim-company/quichex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkim-company%2Fquichex", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkim-company%2Fquichex'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 366fd5a1dee42a5c0c329837b463b82909bc8ad4 [INFO] checking kim-company/quichex against try#18c1d185ac7a6a3bf399296b35e4b2736809a756 for pr-146972 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkim-company%2Fquichex" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/kim-company/quichex [INFO] finished tweaking git repo https://github.com/kim-company/quichex [INFO] tweaked toml for git repo https://github.com/kim-company/quichex written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kim-company/quichex on toolchain 18c1d185ac7a6a3bf399296b35e4b2736809a756 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kim-company/quichex 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" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 455ef61086dba948bdfce05e1780ded60cdc9f17a207c9bf64ef3d54d51caf1e [INFO] running `Command { std: "docker" "start" "-a" "455ef61086dba948bdfce05e1780ded60cdc9f17a207c9bf64ef3d54d51caf1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "455ef61086dba948bdfce05e1780ded60cdc9f17a207c9bf64ef3d54d51caf1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "455ef61086dba948bdfce05e1780ded60cdc9f17a207c9bf64ef3d54d51caf1e", kill_on_drop: false }` [INFO] [stdout] 455ef61086dba948bdfce05e1780ded60cdc9f17a207c9bf64ef3d54d51caf1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bb23632d79cf2b6b15383df32d3ab57d28a428101726d08956fca3401b795ce [INFO] running `Command { std: "docker" "start" "-a" "9bb23632d79cf2b6b15383df32d3ab57d28a428101726d08956fca3401b795ce", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling regex-lite v0.1.8 [INFO] [stderr] Compiling inventory v0.3.21 [INFO] [stderr] Checking octets v0.3.3 [INFO] [stderr] Checking debug_panic v0.2.1 [INFO] [stderr] Compiling cc v1.2.47 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Checking intrusive-collections v0.9.7 [INFO] [stderr] Compiling rustler v0.37.0 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling quiche v0.24.6 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling rustler_codegen v0.37.0 [INFO] [stderr] Checking quichex_nif v0.1.0 (/opt/rustwide/workdir/native/quichex_nif) [INFO] [stdout] warning: unused return value of `Result::::is_ok` that must be used [INFO] [stdout] --> native/quichex_nif/src/resources.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | rustler::resource!(ConfigResource, env); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 16 | let _ = rustler::resource!(ConfigResource, env);; [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> native/quichex_nif/src/resources.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn on_load(env: Env, _load_info: Term) -> bool { [INFO] [stdout] | -------------------------------------------------- move the `impl` block outside of this function `on_load` [INFO] [stdout] 16 | rustler::resource!(ConfigResource, env); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^--------------^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | `ConfigResource` is not local [INFO] [stdout] | `Resource` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `rustler::resource` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the macro `rustler::resource` may come from an old version of the `rustler` crate, try updating your dependency with `cargo update -p rustler` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `rustler::resource` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Result::::is_ok` that must be used [INFO] [stdout] --> native/quichex_nif/src/resources.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | rustler::resource!(ConnectionResource, env); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 17 | let _ = rustler::resource!(ConnectionResource, env);; [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> native/quichex_nif/src/resources.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn on_load(env: Env, _load_info: Term) -> bool { [INFO] [stdout] | -------------------------------------------------- move the `impl` block outside of this function `on_load` [INFO] [stdout] 16 | rustler::resource!(ConfigResource, env); [INFO] [stdout] 17 | rustler::resource!(ConnectionResource, env); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^------------------^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | `ConnectionResource` is not local [INFO] [stdout] | `Resource` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `rustler::resource` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the macro `rustler::resource` may come from an old version of the `rustler` crate, try updating your dependency with `cargo update -p rustler` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `rustler::resource` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Result::::is_ok` that must be used [INFO] [stdout] --> native/quichex_nif/src/resources.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | rustler::resource!(ConfigResource, env); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 16 | let _ = rustler::resource!(ConfigResource, env);; [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> native/quichex_nif/src/resources.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn on_load(env: Env, _load_info: Term) -> bool { [INFO] [stdout] | -------------------------------------------------- move the `impl` block outside of this function `on_load` [INFO] [stdout] 16 | rustler::resource!(ConfigResource, env); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^--------------^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | `ConfigResource` is not local [INFO] [stdout] | `Resource` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `rustler::resource` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the macro `rustler::resource` may come from an old version of the `rustler` crate, try updating your dependency with `cargo update -p rustler` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `rustler::resource` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Result::::is_ok` that must be used [INFO] [stdout] --> native/quichex_nif/src/resources.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | rustler::resource!(ConnectionResource, env); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you intended to assert that this is ok, consider `.unwrap()` instead [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 17 | let _ = rustler::resource!(ConnectionResource, env);; [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> native/quichex_nif/src/resources.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn on_load(env: Env, _load_info: Term) -> bool { [INFO] [stdout] | -------------------------------------------------- move the `impl` block outside of this function `on_load` [INFO] [stdout] 16 | rustler::resource!(ConfigResource, env); [INFO] [stdout] 17 | rustler::resource!(ConnectionResource, env); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^------------------^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | `ConnectionResource` is not local [INFO] [stdout] | `Resource` is not local [INFO] [stdout] | [INFO] [stdout] = note: the macro `rustler::resource` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the macro `rustler::resource` may come from an old version of the `rustler` crate, try updating your dependency with `cargo update -p rustler` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `rustler::resource` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.22s [INFO] running `Command { std: "docker" "inspect" "9bb23632d79cf2b6b15383df32d3ab57d28a428101726d08956fca3401b795ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bb23632d79cf2b6b15383df32d3ab57d28a428101726d08956fca3401b795ce", kill_on_drop: false }` [INFO] [stdout] 9bb23632d79cf2b6b15383df32d3ab57d28a428101726d08956fca3401b795ce