[INFO] fetching crate wasm-webidl-bindings 0.8.0... [INFO] testing wasm-webidl-bindings-0.8.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate wasm-webidl-bindings 0.8.0 into /workspace/builds/worker-29/source [INFO] validating manifest of crates.io crate wasm-webidl-bindings 0.8.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wasm-webidl-bindings 0.8.0 [INFO] finished tweaking crates.io crate wasm-webidl-bindings 0.8.0 [INFO] tweaked toml for crates.io crate wasm-webidl-bindings 0.8.0 written to /workspace/builds/worker-29/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded env_logger v0.6.2 [INFO] [stderr] Downloaded quickcheck v0.8.5 [INFO] [stderr] Downloaded wasm-webidl-bindings-text-parser v0.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b8c01d58235fce17b7c81d17826ec9d2ca3f8bbedbda829d8335fbb9e308760 [INFO] running `Command { std: "docker" "start" "-a" "3b8c01d58235fce17b7c81d17826ec9d2ca3f8bbedbda829d8335fbb9e308760", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b8c01d58235fce17b7c81d17826ec9d2ca3f8bbedbda829d8335fbb9e308760", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b8c01d58235fce17b7c81d17826ec9d2ca3f8bbedbda829d8335fbb9e308760", kill_on_drop: false }` [INFO] [stdout] 3b8c01d58235fce17b7c81d17826ec9d2ca3f8bbedbda829d8335fbb9e308760 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ae4a126cfc0c693de7120f119e19a8fc73c5caba330cee547d72da7fa522022 [INFO] running `Command { std: "docker" "start" "-a" "0ae4a126cfc0c693de7120f119e19a8fc73c5caba330cee547d72da7fa522022", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling wasmparser v0.48.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling walrus-macro v0.15.0 [INFO] [stderr] Compiling walrus v0.15.0 [INFO] [stderr] Compiling wasm-webidl-bindings v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `section` [INFO] [stdout] --> src/ast.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | section: &'a mut WebidlBindings, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BuildAstActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:288:10 [INFO] [stdout] | [INFO] [stdout] 288 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `module` [INFO] [stdout] --> src/ast.rs:291:5 [INFO] [stdout] | [INFO] [stdout] 291 | module: &'a walrus::Module, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BuildAstActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:288:10 [INFO] [stdout] | [INFO] [stdout] 288 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ids` [INFO] [stdout] --> src/ast.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | ids: &'a walrus::IndicesToIds, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BuildAstActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:288:10 [INFO] [stdout] | [INFO] [stdout] 288 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.25s [INFO] running `Command { std: "docker" "inspect" "0ae4a126cfc0c693de7120f119e19a8fc73c5caba330cee547d72da7fa522022", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ae4a126cfc0c693de7120f119e19a8fc73c5caba330cee547d72da7fa522022", kill_on_drop: false }` [INFO] [stdout] 0ae4a126cfc0c693de7120f119e19a8fc73c5caba330cee547d72da7fa522022 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 99ed93f4acdb6444c5e4b4704d9f389916662f55ed6a5aa54631fc992837cd9f [INFO] running `Command { std: "docker" "start" "-a" "99ed93f4acdb6444c5e4b4704d9f389916662f55ed6a5aa54631fc992837cd9f", kill_on_drop: false }` [INFO] [stderr] Compiling wasm-webidl-bindings v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `section` [INFO] [stdout] --> src/ast.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | section: &'a mut WebidlBindings, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BuildAstActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:288:10 [INFO] [stdout] | [INFO] [stdout] 288 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `module` [INFO] [stdout] --> src/ast.rs:291:5 [INFO] [stdout] | [INFO] [stdout] 291 | module: &'a walrus::Module, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BuildAstActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:288:10 [INFO] [stdout] | [INFO] [stdout] 288 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ids` [INFO] [stdout] --> src/ast.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | ids: &'a walrus::IndicesToIds, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BuildAstActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:288:10 [INFO] [stdout] | [INFO] [stdout] 288 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `section` [INFO] [stdout] --> src/ast.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | section: &'a mut WebidlBindings, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BuildAstActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:288:10 [INFO] [stdout] | [INFO] [stdout] 288 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `module` [INFO] [stdout] --> src/ast.rs:291:5 [INFO] [stdout] | [INFO] [stdout] 291 | module: &'a walrus::Module, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BuildAstActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:288:10 [INFO] [stdout] | [INFO] [stdout] 288 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ids` [INFO] [stdout] --> src/ast.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | ids: &'a walrus::IndicesToIds, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BuildAstActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ast.rs:288:10 [INFO] [stdout] | [INFO] [stdout] 288 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.80s [INFO] running `Command { std: "docker" "inspect" "99ed93f4acdb6444c5e4b4704d9f389916662f55ed6a5aa54631fc992837cd9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99ed93f4acdb6444c5e4b4704d9f389916662f55ed6a5aa54631fc992837cd9f", kill_on_drop: false }` [INFO] [stdout] 99ed93f4acdb6444c5e4b4704d9f389916662f55ed6a5aa54631fc992837cd9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3d832a8f6f176aa02b72ceae7eb6f4c656e77f3072acae2098caa0438e833ad3 [INFO] running `Command { std: "docker" "start" "-a" "3d832a8f6f176aa02b72ceae7eb6f4c656e77f3072acae2098caa0438e833ad3", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `section` [INFO] [stderr] --> src/ast.rs:290:5 [INFO] [stderr] | [INFO] [stderr] 290 | section: &'a mut WebidlBindings, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `BuildAstActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/ast.rs:288:10 [INFO] [stderr] | [INFO] [stderr] 288 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `module` [INFO] [stderr] --> src/ast.rs:291:5 [INFO] [stderr] | [INFO] [stderr] 291 | module: &'a walrus::Module, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BuildAstActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/ast.rs:288:10 [INFO] [stderr] | [INFO] [stderr] 288 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ids` [INFO] [stderr] --> src/ast.rs:292:5 [INFO] [stderr] | [INFO] [stderr] 292 | ids: &'a walrus::IndicesToIds, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BuildAstActions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/ast.rs:288:10 [INFO] [stderr] | [INFO] [stderr] 288 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `wasm-webidl-bindings` (lib) generated 3 warnings [INFO] [stderr] warning: `wasm-webidl-bindings` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wasm_webidl_bindings-34c901141b5d6176) [INFO] [stdout] [INFO] [stdout] running 226 tests [INFO] [stdout] test ast::tests::check_whether_all_incoming_types_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::check_whether_all_outgoing_types_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::exports_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::exports_not_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::imports_function_kind_not_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::exports_function_kind_not_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::incoming_binding_operator_not_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::imports_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::incoming_arity_not_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::incoming_empty_trivially_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::incoming_usage_order_not_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::imports_not_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::outgoing_arity_not_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::outgoing_binding_operator_not_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::outgoing_empty_trivially_expressible_without_webidl_bindings ... ok [INFO] [stdout] test ast::tests::outgoing_usage_order_not_expressible_without_webidl_bindings ... ok [INFO] [stdout] test binary::decode::tests::export_binding_err_2 ... ok [INFO] [stdout] test binary::decode::tests::bind_err_1 ... ok [INFO] [stdout] test binary::decode::tests::export_binding_err_1 ... ok [INFO] [stdout] test binary::decode::tests::export_binding_err_0 ... ok [INFO] [stdout] test binary::decode::tests::bind_err_0 ... ok [INFO] [stdout] test binary::decode::tests::bind_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::export_binding_err_4 ... ok [INFO] [stdout] test binary::decode::tests::export_binding_err_3 ... ok [INFO] [stdout] test binary::decode::tests::function_binding_err_0 ... ok [INFO] [stdout] test binary::decode::tests::export_binding_err_5 ... ok [INFO] [stdout] test binary::decode::tests::function_binding_err_1 ... ok [INFO] [stdout] test binary::decode::tests::export_binding_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::function_binding_id_err_0 ... ok [INFO] [stdout] test binary::decode::tests::function_binding_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::function_binding_id_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::function_binding_id_err_1 ... ok [INFO] [stdout] test binary::decode::tests::function_id_err_0 ... ok [INFO] [stdout] test binary::decode::tests::function_binding_ok_1 ... ok [INFO] [stdout] test binary::decode::tests::function_id_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::function_id_err_1 ... ok [INFO] [stdout] test binary::decode::tests::import_binding_err_0 ... ok [INFO] [stdout] test binary::decode::tests::import_binding_err_2 ... ok [INFO] [stdout] test binary::decode::tests::import_binding_err_3 ... ok [INFO] [stdout] test binary::decode::tests::import_binding_err_1 ... ok [INFO] [stdout] test binary::decode::tests::import_binding_err_4 ... ok [INFO] [stdout] test binary::decode::tests::import_binding_err_5 ... ok [INFO] [stdout] test binary::decode::tests::import_binding_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_err_0 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_err_3 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_err_1 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_err_2 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_err_4 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_err_6 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_err_7 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_err_5 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_ok_1 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_err_8 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_ok_4 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_ok_1 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_5 ... ok [INFO] [stdout] test binary::decode::tests::valtype_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::incoming_binding_map_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::incoming_binding_map_err_0 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_ok_6 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_ok_3 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_0 ... ok [INFO] [stdout] test binary::decode::tests::incoming_binding_map_err_1 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_ok_2 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_ok_2 ... ok [INFO] [stdout] test binary::decode::tests::string_ok_1 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_6 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_4 ... ok [INFO] [stdout] test binary::decode::tests::type_id_err_0 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_ok_4 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_3 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_17 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_19 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_2 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_18 ... ok [INFO] [stdout] test binary::decode::tests::incoming_binding_map_ok_1 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::type_id_err_1 ... ok [INFO] [stdout] test binary::decode::tests::valtype_ok_3 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_15 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_14 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_7 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_21 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_ok_5 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_20 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_12 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_22 ... ok [INFO] [stdout] test binary::decode::tests::webidl_dictionary_err_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_compound_type_err_1 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_8 ... ok [INFO] [stdout] test binary::decode::tests::incoming_bind_expression_ok_5 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_10 ... ok [INFO] [stdout] test binary::decode::tests::webidl_dictionary_err_0 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_map_err_0 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_9 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_1 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_13 ... ok [INFO] [stdout] test binary::decode::tests::type_id_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::string_err_1 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_16 ... ok [INFO] [stdout] test binary::decode::tests::webidl_function_kind_err_0 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_ok_6 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_map_err_1 ... ok [INFO] [stdout] test binary::decode::tests::valtype_err_1 ... ok [INFO] [stdout] test binary::decode::tests::string_err_0 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_ok_3 ... ok [INFO] [stdout] test binary::decode::tests::valtype_ok_2 ... ok [INFO] [stdout] test binary::decode::tests::valtype_err_0 ... ok [INFO] [stdout] test binary::decode::tests::valtype_err_2 ... ok [INFO] [stdout] test binary::decode::tests::string_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::valtype_ok_1 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_map_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_ok_7 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_map_ok_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_function_err_4 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::outgoing_binding_expression_err_11 ... ok [INFO] [stdout] test binary::decode::tests::webidl_compound_type_err_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_bindings_err_4 ... ok [INFO] [stdout] test binary::decode::tests::webidl_bindings_err_1 ... ok [INFO] [stdout] test binary::decode::tests::valtype_ok_4 ... ok [INFO] [stdout] test binary::decode::tests::valtype_ok_5 ... ok [INFO] [stdout] test binary::decode::tests::webidl_compound_type_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_bindings_err_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_bindings_err_2 ... ok [INFO] [stdout] test binary::decode::tests::webidl_compound_type_ok_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_compound_type_ok_2 ... ok [INFO] [stdout] test binary::decode::tests::webidl_dictionary_field_err_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_compound_type_ok_3 ... ok [INFO] [stdout] test binary::decode::tests::webidl_bindings_err_3 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_3 ... ok [INFO] [stdout] test binary::decode::tests::webidl_enumeration_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_bindings_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_function_err_3 ... ok [INFO] [stdout] test binary::decode::tests::webidl_dictionary_field_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_dictionary_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_function_err_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_enumeration_err_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_24 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_32 ... ok [INFO] [stdout] test binary::decode::tests::webidl_enumeration_ok_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_dictionary_field_err_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_function_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_function_err_2 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_23 ... ok [INFO] [stdout] test binary::decode::tests::webidl_enumeration_err_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_function_kind_err_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_function_err_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_function_kind_ok_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_function_kind_ok_2 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_14 ... ok [INFO] [stdout] test binary::decode::tests::webidl_function_kind_ok_0 ... ok [INFO] [stdout] test binary::encode::tests::incoming_binding_expression_field ... ok [INFO] [stdout] test binary::encode::tests::incoming_binding_expression_get ... ok [INFO] [stdout] test binary::encode::tests::incoming_binding_map ... ok [INFO] [stdout] test binary::encode::tests::outgoing_binding_expression_as ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_err_2 ... ok [INFO] [stdout] test binary::decode::tests::webidl_function_ok_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_13 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_err_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_1 ... ok [INFO] [stdout] test binary::encode::tests::outgoing_binding_expression_dict ... ok [INFO] [stdout] test binary::encode::tests::outgoing_binding_expression_i32_to_enum ... ok [INFO] [stdout] test binary::encode::tests::bind ... ok [INFO] [stdout] test binary::encode::tests::function_binding_export ... ok [INFO] [stdout] test binary::encode::tests::function_binding_import ... ok [INFO] [stdout] test binary::encode::tests::incoming_binding_expression_alloc_copy ... ok [INFO] [stdout] test binary::encode::tests::incoming_binding_expression_alloc_utf8_str ... ok [INFO] [stdout] test binary::encode::tests::incoming_binding_expression_as ... ok [INFO] [stdout] test binary::encode::tests::outgoing_binding_expression_utf8_cstr ... ok [INFO] [stdout] test binary::encode::tests::incoming_binding_expression_bind_import ... ok [INFO] [stdout] test binary::encode::tests::incoming_binding_expression_enum_to_i32 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_15 ... ok [INFO] [stdout] test binary::encode::tests::outgoing_binding_expression_bind_export ... ok [INFO] [stdout] test binary::encode::tests::outgoing_binding_expression_copy ... ok [INFO] [stdout] test binary::encode::tests::outgoing_binding_expression_utf8_str ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_err_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_22 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_10 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_16 ... ok [INFO] [stdout] test binary::encode::tests::outgoing_binding_expression_view ... ok [INFO] [stdout] test binary::encode::tests::webidl_function_constructor ... ok [INFO] [stdout] test binary::encode::tests::outgoing_binding_map ... ok [INFO] [stdout] test binary::encode::tests::webidl_bindings_sec ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_11 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_19 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_17 ... ok [INFO] [stdout] test binary::encode::tests::webidl_dictionary ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_18 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_12 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_2 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_21 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_20 ... ok [INFO] [stdout] test binary::encode::tests::webidl_type_union ... ok [INFO] [stdout] test binary::encode::tests::webidl_function_method ... ok [INFO] [stdout] test binary::encode::tests::webidl_function_params ... ok [INFO] [stdout] test binary::encode::tests::webidl_function_result ... ok [INFO] [stdout] test binary::encode::tests::webidl_union ... ok [INFO] [stdout] test binary::encode::tests::webidl_function_static ... ok [INFO] [stdout] test binary::encode::tests::webidl_type_dictionary ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_27 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_28 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_26 ... ok [INFO] [stdout] test binary::encode::tests::webidl_type_enumeration ... ok [INFO] [stdout] test binary::encode::tests::webidl_type_function ... ok [INFO] [stdout] test binary::encode::tests::webidl_enumeration ... ok [INFO] [stdout] test binary::encode::tests::webidl_type_ref ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_29 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_31 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_30 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_4 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_6 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_7 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_25 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_8 ... ok [INFO] [stdout] test binary::decode::tests::webidl_types_err_2 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_5 ... ok [INFO] [stdout] test binary::decode::tests::webidl_type_ref_ok_9 ... ok [INFO] [stdout] test binary::decode::tests::webidl_union_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_types_err_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_types_ok_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_types_err_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_union_err_0 ... ok [INFO] [stdout] test binary::decode::tests::webidl_union_ok_1 ... ok [INFO] [stdout] test binary::decode::tests::webidl_union_err_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 226 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/readme_up_to_date.rs (/opt/rustwide/target/debug/deps/readme_up_to_date-f6d83bd4c7bbaccd) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test cargo_readme_up_to_date ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- cargo_readme_up_to_date stdout ---- [INFO] [stdout] Checking that `cargo readme > README.md` is up to date... [INFO] [stdout] thread 'cargo_readme_up_to_date' panicked at 'Run `cargo readme > README.md` to update README.md', tests/readme_up_to_date.rs:20:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56330d55ffcd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56330d55ffcd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56330d55ffcd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56330d55ffcd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56330d5854cc - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56330d55b8c8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56330d5622a7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56330d5622a7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56330d5622a7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56330d561fdc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56330d5629f9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56330d505834 - std::panicking::begin_panic::{{closure}}::haa6b7131f42d72e4 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x56330d50a448 - std::sys_common::backtrace::__rust_end_short_backtrace::h3df48d7fab77b42b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56330d5057af - std::panicking::begin_panic::hf97a7b7a147aade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x56330d505603 - readme_up_to_date::cargo_readme_up_to_date::h1f3412701c1bb079 [INFO] [stdout] at /opt/rustwide/workdir/tests/readme_up_to_date.rs:20:9 [INFO] [stdout] 15: 0x56330d50535a - readme_up_to_date::cargo_readme_up_to_date::{{closure}}::h0268f2654c5a3cf9 [INFO] [stdout] at /opt/rustwide/workdir/tests/readme_up_to_date.rs:5:1 [INFO] [stdout] 16: 0x56330d5047de - core::ops::function::FnOnce::call_once::h64a48978468da5c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x56330d535cf3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x56330d535cf3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 19: 0x56330d5349d4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 20: 0x56330d5349d4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 21: 0x56330d5349d4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 22: 0x56330d5349d4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 23: 0x56330d5349d4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 24: 0x56330d5349d4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 25: 0x56330d5349d4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 26: 0x56330d53e2f1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 27: 0x56330d53e2f1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 28: 0x56330d50a96f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 29: 0x56330d50a96f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 30: 0x56330d50a96f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 31: 0x56330d50a96f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 32: 0x56330d50a96f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 33: 0x56330d50a96f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 34: 0x56330d50a96f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x56330d568823 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 36: 0x56330d568823 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 37: 0x56330d568823 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 38: 0x7f5bd7ceb609 - start_thread [INFO] [stdout] 39: 0x7f5bd7abb163 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] cargo_readme_up_to_date [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test readme_up_to_date' [INFO] running `Command { std: "docker" "inspect" "3d832a8f6f176aa02b72ceae7eb6f4c656e77f3072acae2098caa0438e833ad3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d832a8f6f176aa02b72ceae7eb6f4c656e77f3072acae2098caa0438e833ad3", kill_on_drop: false }` [INFO] [stdout] 3d832a8f6f176aa02b72ceae7eb6f4c656e77f3072acae2098caa0438e833ad3