[INFO] fetching crate sm 0.9.0... [INFO] testing sm-0.9.0 against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] extracting crate sm 0.9.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate sm 0.9.0 on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sm 0.9.0 [INFO] finished tweaking crates.io crate sm 0.9.0 [INFO] tweaked toml for crates.io crate sm 0.9.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate sm 0.9.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c22349f5796c98bc9136062d19f52df33c02dbecd844432027b8d400999763b5 [INFO] running `Command { std: "docker" "start" "-a" "c22349f5796c98bc9136062d19f52df33c02dbecd844432027b8d400999763b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c22349f5796c98bc9136062d19f52df33c02dbecd844432027b8d400999763b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c22349f5796c98bc9136062d19f52df33c02dbecd844432027b8d400999763b5", kill_on_drop: false }` [INFO] [stdout] c22349f5796c98bc9136062d19f52df33c02dbecd844432027b8d400999763b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4a9a67820c1b4b9fb3e7c02346eba116bb33889b16d30c8a181b22f7f93a02d [INFO] running `Command { std: "docker" "start" "-a" "d4a9a67820c1b4b9fb3e7c02346eba116bb33889b16d30c8a181b22f7f93a02d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.19 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling syn v0.15.4 [INFO] [stderr] Compiling sm_macro v0.9.0 [INFO] [stderr] Compiling sm v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: warn(non_snake_case) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 500 | nonstandard_style, [INFO] [stdout] | ----------------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 509 | non_snake_case, [INFO] [stdout] | ^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(forbidden_lint_groups)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: warn(non_snake_case) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 500 | nonstandard_style, [INFO] [stdout] | ----------------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 509 | non_snake_case, [INFO] [stdout] | ^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.96s [INFO] running `Command { std: "docker" "inspect" "d4a9a67820c1b4b9fb3e7c02346eba116bb33889b16d30c8a181b22f7f93a02d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4a9a67820c1b4b9fb3e7c02346eba116bb33889b16d30c8a181b22f7f93a02d", kill_on_drop: false }` [INFO] [stdout] d4a9a67820c1b4b9fb3e7c02346eba116bb33889b16d30c8a181b22f7f93a02d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79d2dc681e48a12058ec9127af905b8cf0f691ad959360a2dd5df20e9a6b8146 [INFO] running `Command { std: "docker" "start" "-a" "79d2dc681e48a12058ec9127af905b8cf0f691ad959360a2dd5df20e9a6b8146", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling version_check v0.1.4 [INFO] [stderr] Compiling cfg-if v0.1.5 [INFO] [stderr] Compiling serde v1.0.78 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling ryu v0.2.6 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling byteorder v1.2.6 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling utf8-ranges v1.0.1 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling compiletest_rs v0.3.14 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling same-file v1.0.3 [INFO] [stderr] Compiling thread-scoped v1.0.2 [INFO] [stderr] Compiling diff v0.1.11 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling serde_derive v1.0.78 [INFO] [stdout] warning: warn(non_snake_case) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 500 | nonstandard_style, [INFO] [stdout] | ----------------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 509 | non_snake_case, [INFO] [stdout] | ^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(forbidden_lint_groups)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: warn(non_snake_case) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 500 | nonstandard_style, [INFO] [stdout] | ----------------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 509 | non_snake_case, [INFO] [stdout] | ^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Compiling getopts v0.2.18 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling itertools v0.7.8 [INFO] [stderr] Compiling walkdir v2.2.5 [INFO] [stderr] Compiling regex-syntax v0.6.2 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling memchr v2.0.2 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling filetime v0.2.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling tester v0.4.1 [INFO] [stderr] Compiling criterion-plot v0.2.5 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling itertools-num v0.1.2 [INFO] [stderr] Compiling criterion-stats v0.2.5 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling simplelog v0.5.2 [INFO] [stderr] Compiling serde_json v1.0.27 [INFO] [stderr] Compiling csv v1.0.1 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling handlebars v0.32.4 [INFO] [stderr] Compiling criterion v0.2.5 [INFO] [stderr] Compiling sm v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: warn(non_snake_case) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 500 | nonstandard_style, [INFO] [stdout] | ----------------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 509 | non_snake_case, [INFO] [stdout] | ^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(forbidden_lint_groups)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: warn(non_snake_case) incompatible with previous forbid [INFO] [stdout] --> src/lib.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 500 | nonstandard_style, [INFO] [stdout] | ----------------- `forbid` level set here [INFO] [stdout] ... [INFO] [stdout] 509 | non_snake_case, [INFO] [stdout] | ^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #81670 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.94s [INFO] running `Command { std: "docker" "inspect" "79d2dc681e48a12058ec9127af905b8cf0f691ad959360a2dd5df20e9a6b8146", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79d2dc681e48a12058ec9127af905b8cf0f691ad959360a2dd5df20e9a6b8146", kill_on_drop: false }` [INFO] [stdout] 79d2dc681e48a12058ec9127af905b8cf0f691ad959360a2dd5df20e9a6b8146 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f8442fed01cdddf6861bb2cd02b992fd334a8efa47f246c9d712a8cd55132a53 [INFO] running `Command { std: "docker" "start" "-a" "f8442fed01cdddf6861bb2cd02b992fd334a8efa47f246c9d712a8cd55132a53", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: warn(non_snake_case) incompatible with previous forbid [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/lib.rs:509:5 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 500 | nonstandard_style, [INFO] [stdout] [INFO] [stderr] | ----------------- `forbid` level set here [INFO] [stderr] ... [INFO] [stderr] 509 | non_snake_case, [INFO] [stderr] | ^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(forbidden_lint_groups)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #81670 [INFO] [stderr] [INFO] [stderr] warning: warn(non_snake_case) incompatible with previous forbid [INFO] [stderr] --> src/lib.rs:509:5 [INFO] [stderr] | [INFO] [stderr] 500 | nonstandard_style, [INFO] [stderr] | ----------------- `forbid` level set here [INFO] [stderr] ... [INFO] [stderr] 509 | non_snake_case, [INFO] [stderr] | ^^^^^^^^^^^^^^ overruled by previous forbid [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #81670 [INFO] [stderr] [INFO] [stderr] warning: `sm` (lib) generated 2 warnings [INFO] [stderr] warning: `sm` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.32s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sm-98390655d6e6feca) [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-ad1c5b0b25381b85) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test [compile-fail] compile-fail/macro-states-none.rs ... ok [INFO] [stdout] test [compile-fail] compile-fail/macro-states-invalid-name.rs ... ok [INFO] [stdout] test [compile-fail] compile-fail/undefined-state.rs ... ok [INFO] [stdout] test [compile-fail] compile-fail/macro-states-duplicate.rs ... ok [INFO] [stdout] test [compile-fail] compile-fail/machine-no-eq.rs ... FAILED [INFO] [stdout] test [compile-fail] compile-fail/state-no-clone.rs ... FAILED [INFO] [stdout] test [compile-fail] compile-fail/machine-no-debug.rs ... FAILED [INFO] [stdout] test [compile-fail] compile-fail/state-no-eq.rs ... FAILED [INFO] [stdout] test [compile-fail] compile-fail/event-no-eq.rs ... FAILED [INFO] [stdout] test [compile-fail] compile-fail/event-no-debug.rs ... FAILED [INFO] [stdout] test [compile-fail] compile-fail/state-no-debug.rs ... FAILED [INFO] [stdout] test [compile-fail] compile-fail/undefined-event.rs ... FAILED [INFO] [stdout] test [compile-fail] compile-fail/event-no-clone.rs ... FAILED [INFO] [stdout] test [compile-fail] compile-fail/undefined-transition.rs ... FAILED [INFO] [stdout] test [compile-fail] compile-fail/machine-invalid-type.rs ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [compile-fail] compile-fail/event-no-clone.rs [INFO] [stdout] [compile-fail] compile-fail/event-no-debug.rs [INFO] [stdout] [compile-fail] compile-fail/event-no-eq.rs [INFO] [stdout] [compile-fail] compile-fail/machine-no-debug.rs [INFO] [stdout] [compile-fail] compile-fail/machine-no-eq.rs [INFO] [stdout] [compile-fail] compile-fail/state-no-clone.rs [INFO] [stdout] [compile-fail] compile-fail/state-no-debug.rs [INFO] [stdout] [compile-fail] compile-fail/state-no-eq.rs [INFO] [stdout] [compile-fail] compile-fail/undefined-event.rs [INFO] [stdout] [compile-fail] compile-fail/undefined-transition.rs [INFO] [stdout] [INFO] [stdout] test result: FAILED. 5 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] test compile_test ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- compile_test stdout ---- [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/machine-no-eq.rs:5: unexpected error: '5:6: 5:17: the trait bound `HelloWorld: Eq` is not satisfied [E0277]' [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/machine-no-eq.rs:5: expected error not found: the trait bound `HelloWorld: std::cmp::Eq` is not satisfied [INFO] [stdout] [INFO] [stdout] error: 1 unexpected errors found, 1 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/compile-fail/machine-no-eq.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/machine-no-eq.stage-id" "-L" "../target/debug" "-L" "../target/debug/deps" "-L" "/tmp/machine-no-eq.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:6: 5:17: the trait bound `HelloWorld: Eq` is not satisfied [E0277]", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "the trait bound `HelloWorld: std::cmp::Eq` is not satisfied", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] compile-fail/machine-no-eq.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560436ecdb40 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560436ecdb40 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560436ecdb40 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560436ecdb40 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x560436ef2b3c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x560436ec9cf5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x560436ed083b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560436ed083b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560436ed083b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560436ed034c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x560436ed0f04 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x560436d92e53 - std::panicking::begin_panic::{{closure}}::h8ba15502305d8f6c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x560436d8d009 - std::sys_common::backtrace::__rust_end_short_backtrace::h2b6131c729055d62 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560436d92d89 - std::panicking::begin_panic::h201d63f463ac84ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x560436bff769 - compiletest_rs::runtest::TestCx::check_expected_errors::h94ad9f3a3ed18f5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] 15: 0x560436bf3721 - compiletest_rs::runtest::TestCx::run_cfail_test::h8034e6b0f73e94df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:176:13 [INFO] [stdout] 16: 0x560436bf32ac - compiletest_rs::runtest::TestCx::run_revision::h36f160c245fba718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:129:26 [INFO] [stdout] 17: 0x560436bf2f3d - compiletest_rs::runtest::run::hb4f538c7dcd408cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:81:9 [INFO] [stdout] 18: 0x560436bf0f72 - compiletest_rs::make_test_closure::{{closure}}::h8d4f157442cad147 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:278:9 [INFO] [stdout] 19: 0x560436e60396 - as core::ops::function::FnMut>::call_mut::h9a6b28c0fab15240 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1579:9 [INFO] [stdout] 20: 0x560436e0f87e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h305fddf4ff2b13f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:59 [INFO] [stdout] 21: 0x560436e5ab53 - core::ops::function::FnOnce::call_once::he612181e279bb142 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x560436e3011f - as core::ops::function::FnOnce<()>>::call_once::h58fb1d12da94934e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x560436e188ee - std::panicking::try::do_call::ha213e5c58dc9624a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x560436e1fccd - __rust_try [INFO] [stdout] 25: 0x560436e18744 - std::panicking::try::heeff3612787469dc [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x560436e33c3f - std::panic::catch_unwind::hfb1b012b59e1fb55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x560436e0f8d8 - test::run_test::run_test_inner::{{closure}}::hd400541add751278 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:26 [INFO] [stdout] 28: 0x560436e5a86e - core::ops::function::FnOnce::call_once::h1487b4650b6b350b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 29: 0x560436e25514 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd032a053f845149a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x560436e3de2d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5be3090f2464f278 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x560436e30184 - as core::ops::function::FnOnce<()>>::call_once::h9d1164b9e6ab18b7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x560436e188b2 - std::panicking::try::do_call::h9c5a7cc9a8d081f3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x560436e1fccd - __rust_try [INFO] [stdout] 34: 0x560436e183c7 - std::panicking::try::h353edd93efd41b46 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x560436e33bb4 - std::panic::catch_unwind::h971f3937e4327b2b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x560436e3dc37 - std::thread::Builder::spawn_unchecked::{{closure}}::hc37fcaaedd07fdd8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x560436e5a80f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h548e8a89737d2258 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x560436ed6d17 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 41: 0x7f68698c2609 - start_thread [INFO] [stdout] 42: 0x7f6869694293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/state-no-clone.rs:5: unexpected error: '5:6: 5:15: the trait bound `HelloWorld: Clone` is not satisfied [E0277]' [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/state-no-clone.rs:5: expected error not found: the trait bound `HelloWorld: std::clone::Clone` is not satisfied [INFO] [stdout] [INFO] [stdout] error: 1 unexpected errors found, 1 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/compile-fail/state-no-clone.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/state-no-clone.stage-id" "-L" "../target/debug" "-L" "../target/debug/deps" "-L" "/tmp/state-no-clone.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:6: 5:15: the trait bound `HelloWorld: Clone` is not satisfied [E0277]", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "the trait bound `HelloWorld: std::clone::Clone` is not satisfied", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] compile-fail/state-no-clone.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560436ecdb40 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560436ecdb40 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560436ecdb40 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560436ecdb40 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x560436ef2b3c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x560436ec9cf5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x560436ed083b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560436ed083b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560436ed083b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560436ed034c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x560436ed0f04 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x560436d92e53 - std::panicking::begin_panic::{{closure}}::h8ba15502305d8f6c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x560436d8d009 - std::sys_common::backtrace::__rust_end_short_backtrace::h2b6131c729055d62 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560436d92d89 - std::panicking::begin_panic::h201d63f463ac84ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x560436bff769 - compiletest_rs::runtest::TestCx::check_expected_errors::h94ad9f3a3ed18f5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] 15: 0x560436bf3721 - compiletest_rs::runtest::TestCx::run_cfail_test::h8034e6b0f73e94df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:176:13 [INFO] [stdout] 16: 0x560436bf32ac - compiletest_rs::runtest::TestCx::run_revision::h36f160c245fba718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:129:26 [INFO] [stdout] 17: 0x560436bf2f3d - compiletest_rs::runtest::run::hb4f538c7dcd408cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:81:9 [INFO] [stdout] 18: 0x560436bf0f72 - compiletest_rs::make_test_closure::{{closure}}::h8d4f157442cad147 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:278:9 [INFO] [stdout] 19: 0x560436e60396 - as core::ops::function::FnMut>::call_mut::h9a6b28c0fab15240 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1579:9 [INFO] [stdout] 20: 0x560436e0f87e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h305fddf4ff2b13f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:59 [INFO] [stdout] 21: 0x560436e5ab53 - core::ops::function::FnOnce::call_once::he612181e279bb142 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x560436e3011f - as core::ops::function::FnOnce<()>>::call_once::h58fb1d12da94934e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x560436e188ee - std::panicking::try::do_call::ha213e5c58dc9624a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x560436e1fccd - __rust_try [INFO] [stdout] 25: 0x560436e18744 - std::panicking::try::heeff3612787469dc [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x560436e33c3f - std::panic::catch_unwind::hfb1b012b59e1fb55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x560436e0f8d8 - test::run_test::run_test_inner::{{closure}}::hd400541add751278 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:26 [INFO] [stdout] 28: 0x560436e5a86e - core::ops::function::FnOnce::call_once::h1487b4650b6b350b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 29: 0x560436e25514 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd032a053f845149a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x560436e3de2d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5be3090f2464f278 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x560436e30184 - as core::ops::function::FnOnce<()>>::call_once::h9d1164b9e6ab18b7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x560436e188b2 - std::panicking::try::do_call::h9c5a7cc9a8d081f3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x560436e1fccd - __rust_try [INFO] [stdout] 34: 0x560436e183c7 - std::panicking::try::h353edd93efd41b46 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x560436e33bb4 - std::panic::catch_unwind::h971f3937e4327b2b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x560436e3dc37 - std::thread::Builder::spawn_unchecked::{{closure}}::hc37fcaaedd07fdd8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x560436e5a80f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h548e8a89737d2258 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x560436ed6d17 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 41: 0x7f68698c2609 - start_thread [INFO] [stdout] 42: 0x7f6869694293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/machine-no-debug.rs:5: unexpected error: '5:6: 5:17: `HelloWorld` doesn't implement `Debug` [E0277]' [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/state-no-eq.rs:5: unexpected error: '5:6: 5:15: the trait bound `HelloWorld: Eq` is not satisfied [E0277]' [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/state-no-eq.rs:5: expected error not found: the trait bound `HelloWorld: std::cmp::Eq` is not satisfied [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/machine-no-debug.rs:5: expected error not found: `HelloWorld` doesn't implement `std::fmt::Debug` [INFO] [stdout] [INFO] [stdout] error: 1 unexpected errors found, 1 expected errors not found [INFO] [stdout] [INFO] [stdout] error: 1 unexpected errors found, 1 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/compile-fail/machine-no-debug.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/machine-no-debug.stage-id" "-L" "../target/debug" "-L" "../target/debug/deps" "-L" "/tmp/machine-no-debug.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:6: 5:17: `HelloWorld` doesn't implement `Debug` [E0277]", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "`HelloWorld` doesn't implement `std::fmt::Debug`", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/compile-fail/state-no-eq.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/state-no-eq.stage-id" "-L" "../target/debug" "-L" "../target/debug/deps" "-L" "/tmp/state-no-eq.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:6: 5:15: the trait bound `HelloWorld: Eq` is not satisfied [E0277]", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "the trait bound `HelloWorld: std::cmp::Eq` is not satisfied", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] compile-fail/machine-no-debug.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560436ecdb40 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560436ecdb40 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560436ecdb40 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560436ecdb40 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x560436ef2b3c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x560436ec9cf5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x560436ed083b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560436ed083b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560436ed083b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560436ed034c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x560436ed0f04 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x560436d92e53 - std::panicking::begin_panic::{{closure}}::h8ba15502305d8f6c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x560436d8d009 - std::sys_common::backtrace::__rust_end_short_backtrace::h2b6131c729055d62 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560436d92d89 - std::panicking::begin_panic::h201d63f463ac84ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x560436bff769 - compiletest_rs::runtest::TestCx::check_expected_errors::h94ad9f3a3ed18f5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] 15: 0x560436bf3721 - compiletest_rs::runtest::TestCx::run_cfail_test::h8034e6b0f73e94df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:176:13 [INFO] [stdout] 16: 0x560436bf32ac - compiletest_rs::runtest::TestCx::run_revision::h36f160c245fba718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:129:26 [INFO] [stdout] 17: 0x560436bf2f3d - compiletest_rs::runtest::run::hb4f538c7dcd408cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:81:9 [INFO] [stdout] 18: 0x560436bf0f72 - compiletest_rs::make_test_closure::{{closure}}::h8d4f157442cad147 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:278:9 [INFO] [stdout] 19: 0x560436e60396 - as core::ops::function::FnMut>::call_mut::h9a6b28c0fab15240 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1579:9 [INFO] [stdout] 20: 0x560436e0f87e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h305fddf4ff2b13f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:59 [INFO] [stdout] 21: 0x560436e5ab53 - core::ops::function::FnOnce::call_once::he612181e279bb142 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x560436e3011f - as core::ops::function::FnOnce<()>>::call_once::h58fb1d12da94934e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x560436e188ee - std::panicking::try::do_call::ha213e5c58dc9624a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x560436e1fccd - __rust_try [INFO] [stdout] 25: 0x560436e18744 - std::panicking::try::heeff3612787469dc [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x560436e33c3f - std::panic::catch_unwind::hfb1b012b59e1fb55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x560436e0f8d8 - test::run_test::run_test_inner::{{closure}}::hd400541add751278 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:26 [INFO] [stdout] 28: 0x560436e5a86e - core::ops::function::FnOnce::call_once::h1487b4650b6b350b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 29: 0x560436e25514 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd032a053f845149a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x560436e3de2d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5be3090f2464f278 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x560436e30184 - as core::ops::function::FnOnce<()>>::call_once::h9d1164b9e6ab18b7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x560436e188b2 - std::panicking::try::do_call::h9c5a7cc9a8d081f3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x560436e1fccd - __rust_try [INFO] [stdout] 34: 0x560436e183c7 - std::panicking::try::h353edd93efd41b46 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x560436e33bb4 - std::panic::catch_unwind::h971f3937e4327b2b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x560436e3dc37 - std::thread::Builder::spawn_unchecked::{{closure}}::hc37fcaaedd07fdd8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x560436e5a80f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h548e8a89737d2258 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x560436ed6d17 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 41: 0x7f68698c2609 - start_thread [INFO] [stdout] 42: 0x7f6869694293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] thread '[compile-fail] compile-fail/state-no-eq.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560436ecdb40 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560436ecdb40 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560436ecdb40 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560436ecdb40 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x560436ef2b3c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x560436ec9cf5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x560436ed083b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560436ed083b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560436ed083b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560436ed034c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x560436ed0f04 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x560436d92e53 - std::panicking::begin_panic::{{closure}}::h8ba15502305d8f6c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x560436d8d009 - std::sys_common::backtrace::__rust_end_short_backtrace::h2b6131c729055d62 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560436d92d89 - std::panicking::begin_panic::h201d63f463ac84ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x560436bff769 - compiletest_rs::runtest::TestCx::check_expected_errors::h94ad9f3a3ed18f5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] 15: 0x560436bf3721 - compiletest_rs::runtest::TestCx::run_cfail_test::h8034e6b0f73e94df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:176:13 [INFO] [stdout] 16: 0x560436bf32ac - compiletest_rs::runtest::TestCx::run_revision::h36f160c245fba718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:129:26 [INFO] [stdout] 17: 0x560436bf2f3d - compiletest_rs::runtest::run::hb4f538c7dcd408cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:81:9 [INFO] [stdout] 18: 0x560436bf0f72 - compiletest_rs::make_test_closure::{{closure}}::h8d4f157442cad147 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:278:9 [INFO] [stdout] 19: 0x560436e60396 - as core::ops::function::FnMut>::call_mut::h9a6b28c0fab15240 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1579:9 [INFO] [stdout] 20: 0x560436e0f87e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h305fddf4ff2b13f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:59 [INFO] [stdout] 21: 0x560436e5ab53 - core::ops::function::FnOnce::call_once::he612181e279bb142 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x560436e3011f - as core::ops::function::FnOnce<()>>::call_once::h58fb1d12da94934e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x560436e188ee - std::panicking::try::do_call::ha213e5c58dc9624a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x560436e1fccd - __rust_try [INFO] [stdout] 25: 0x560436e18744 - std::panicking::try::heeff3612787469dc [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x560436e33c3f - std::panic::catch_unwind::hfb1b012b59e1fb55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x560436e0f8d8 - test::run_test::run_test_inner::{{closure}}::hd400541add751278 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:26 [INFO] [stdout] 28: 0x560436e5a86e - core::ops::function::FnOnce::call_once::h1487b4650b6b350b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 29: 0x560436e25514 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd032a053f845149a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x560436e3de2d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5be3090f2464f278 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x560436e30184 - as core::ops::function::FnOnce<()>>::call_once::h9d1164b9e6ab18b7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x560436e188b2 - std::panicking::try::do_call::h9c5a7cc9a8d081f3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x560436e1fccd - __rust_try [INFO] [stdout] 34: 0x560436e183c7 - std::panicking::try::h353edd93efd41b46 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x560436e33bb4 - std::panic::catch_unwind::h971f3937e4327b2b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x560436e3dc37 - std::thread::Builder::spawn_unchecked::{{closure}}::hc37fcaaedd07fdd8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x560436e5a80f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h548e8a89737d2258 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x560436ed6d17 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 41: 0x7f68698c2609 - start_thread [INFO] [stdout] 42: 0x7f6869694293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/event-no-eq.rs:5: unexpected error: '5:6: 5:15: the trait bound `HelloWorld: Eq` is not satisfied [E0277]' [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/event-no-eq.rs:5: expected error not found: the trait bound `HelloWorld: std::cmp::Eq` is not satisfied [INFO] [stdout] [INFO] [stdout] error: 1 unexpected errors found, 1 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/compile-fail/event-no-eq.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/event-no-eq.stage-id" "-L" "../target/debug" "-L" "../target/debug/deps" "-L" "/tmp/event-no-eq.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:6: 5:15: the trait bound `HelloWorld: Eq` is not satisfied [E0277]", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "the trait bound `HelloWorld: std::cmp::Eq` is not satisfied", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] compile-fail/event-no-eq.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560436ecdb40 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560436ecdb40 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560436ecdb40 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560436ecdb40 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x560436ef2b3c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x560436ec9cf5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x560436ed083b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560436ed083b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560436ed083b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560436ed034c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x560436ed0f04 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x560436d92e53 - std::panicking::begin_panic::{{closure}}::h8ba15502305d8f6c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x560436d8d009 - std::sys_common::backtrace::__rust_end_short_backtrace::h2b6131c729055d62 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560436d92d89 - std::panicking::begin_panic::h201d63f463ac84ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x560436bff769 - compiletest_rs::runtest::TestCx::check_expected_errors::h94ad9f3a3ed18f5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] 15: 0x560436bf3721 - compiletest_rs::runtest::TestCx::run_cfail_test::h8034e6b0f73e94df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:176:13 [INFO] [stdout] 16: 0x560436bf32ac - compiletest_rs::runtest::TestCx::run_revision::h36f160c245fba718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:129:26 [INFO] [stdout] 17: 0x560436bf2f3d - compiletest_rs::runtest::run::hb4f538c7dcd408cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:81:9 [INFO] [stdout] 18: 0x560436bf0f72 - compiletest_rs::make_test_closure::{{closure}}::h8d4f157442cad147 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:278:9 [INFO] [stdout] 19: 0x560436e60396 - as core::ops::function::FnMut>::call_mut::h9a6b28c0fab15240 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1579:9 [INFO] [stdout] 20: 0x560436e0f87e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h305fddf4ff2b13f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:59 [INFO] [stdout] 21: 0x560436e5ab53 - core::ops::function::FnOnce::call_once::he612181e279bb142 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x560436e3011f - as core::ops::function::FnOnce<()>>::call_once::h58fb1d12da94934e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x560436e188ee - std::panicking::try::do_call::ha213e5c58dc9624a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x560436e1fccd - __rust_try [INFO] [stdout] 25: 0x560436e18744 - std::panicking::try::heeff3612787469dc [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x560436e33c3f - std::panic::catch_unwind::hfb1b012b59e1fb55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x560436e0f8d8 - test::run_test::run_test_inner::{{closure}}::hd400541add751278 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:26 [INFO] [stdout] 28: 0x560436e5a86e - core::ops::function::FnOnce::call_once::h1487b4650b6b350b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 29: 0x560436e25514 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd032a053f845149a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x560436e3de2d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5be3090f2464f278 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x560436e30184 - as core::ops::function::FnOnce<()>>::call_once::h9d1164b9e6ab18b7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x560436e188b2 - std::panicking::try::do_call::h9c5a7cc9a8d081f3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x560436e1fccd - __rust_try [INFO] [stdout] 34: 0x560436e183c7 - std::panicking::try::h353edd93efd41b46 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x560436e33bb4 - std::panic::catch_unwind::h971f3937e4327b2b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x560436e3dc37 - std::thread::Builder::spawn_unchecked::{{closure}}::hc37fcaaedd07fdd8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x560436e5a80f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h548e8a89737d2258 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x560436ed6d17 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 41: 0x7f68698c2609 - start_thread [INFO] [stdout] 42: 0x7f6869694293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/event-no-debug.rs:5: unexpected error: '5:6: 5:15: `HelloWorld` doesn't implement `Debug` [E0277]' [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/event-no-debug.rs:5: expected error not found: `HelloWorld` doesn't implement `std::fmt::Debug` [INFO] [stdout] [INFO] [stdout] error: 1 unexpected errors found, 1 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/compile-fail/event-no-debug.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/event-no-debug.stage-id" "-L" "../target/debug" "-L" "../target/debug/deps" "-L" "/tmp/event-no-debug.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:6: 5:15: `HelloWorld` doesn't implement `Debug` [E0277]", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "`HelloWorld` doesn't implement `std::fmt::Debug`", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] compile-fail/event-no-debug.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560436ecdb40 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560436ecdb40 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560436ecdb40 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560436ecdb40 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x560436ef2b3c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x560436ec9cf5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x560436ed083b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560436ed083b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560436ed083b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560436ed034c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x560436ed0f04 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x560436d92e53 - std::panicking::begin_panic::{{closure}}::h8ba15502305d8f6c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x560436d8d009 - std::sys_common::backtrace::__rust_end_short_backtrace::h2b6131c729055d62 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560436d92d89 - std::panicking::begin_panic::h201d63f463ac84ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x560436bff769 - compiletest_rs::runtest::TestCx::check_expected_errors::h94ad9f3a3ed18f5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] 15: 0x560436bf3721 - compiletest_rs::runtest::TestCx::run_cfail_test::h8034e6b0f73e94df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:176:13 [INFO] [stdout] 16: 0x560436bf32ac - compiletest_rs::runtest::TestCx::run_revision::h36f160c245fba718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:129:26 [INFO] [stdout] 17: 0x560436bf2f3d - compiletest_rs::runtest::run::hb4f538c7dcd408cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:81:9 [INFO] [stdout] 18: 0x560436bf0f72 - compiletest_rs::make_test_closure::{{closure}}::h8d4f157442cad147 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:278:9 [INFO] [stdout] 19: 0x560436e60396 - as core::ops::function::FnMut>::call_mut::h9a6b28c0fab15240 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1579:9 [INFO] [stdout] 20: 0x560436e0f87e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h305fddf4ff2b13f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:59 [INFO] [stdout] 21: 0x560436e5ab53 - core::ops::function::FnOnce::call_once::he612181e279bb142 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x560436e3011f - as core::ops::function::FnOnce<()>>::call_once::h58fb1d12da94934e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x560436e188ee - std::panicking::try::do_call::ha213e5c58dc9624a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x560436e1fccd - __rust_try [INFO] [stdout] 25: 0x560436e18744 - std::panicking::try::heeff3612787469dc [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x560436e33c3f - std::panic::catch_unwind::hfb1b012b59e1fb55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x560436e0f8d8 - test::run_test::run_test_inner::{{closure}}::hd400541add751278 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:26 [INFO] [stdout] 28: 0x560436e5a86e - core::ops::function::FnOnce::call_once::h1487b4650b6b350b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 29: 0x560436e25514 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd032a053f845149a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x560436e3de2d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5be3090f2464f278 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x560436e30184 - as core::ops::function::FnOnce<()>>::call_once::h9d1164b9e6ab18b7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x560436e188b2 - std::panicking::try::do_call::h9c5a7cc9a8d081f3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x560436e1fccd - __rust_try [INFO] [stdout] 34: 0x560436e183c7 - std::panicking::try::h353edd93efd41b46 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x560436e33bb4 - std::panic::catch_unwind::h971f3937e4327b2b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x560436e3dc37 - std::thread::Builder::spawn_unchecked::{{closure}}::hc37fcaaedd07fdd8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x560436e5a80f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h548e8a89737d2258 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x560436ed6d17 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 41: 0x7f68698c2609 - start_thread [INFO] [stdout] 42: 0x7f6869694293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/state-no-debug.rs:5: unexpected error: '5:6: 5:15: `HelloWorld` doesn't implement `Debug` [E0277]' [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/state-no-debug.rs:5: expected error not found: `HelloWorld` doesn't implement `std::fmt::Debug` [INFO] [stdout] [INFO] [stdout] error: 1 unexpected errors found, 1 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/compile-fail/state-no-debug.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/state-no-debug.stage-id" "-L" "../target/debug" "-L" "../target/debug/deps" "-L" "/tmp/state-no-debug.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:6: 5:15: `HelloWorld` doesn't implement `Debug` [E0277]", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "`HelloWorld` doesn't implement `std::fmt::Debug`", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] compile-fail/state-no-debug.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560436ecdb40 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560436ecdb40 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560436ecdb40 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560436ecdb40 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] error: test failed, to rerun pass '--test tests' [INFO] [stdout] 4: 0x560436ef2b3c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x560436ec9cf5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x560436ed083b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560436ed083b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560436ed083b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560436ed034c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x560436ed0f04 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x560436d92e53 - std::panicking::begin_panic::{{closure}}::h8ba15502305d8f6c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x560436d8d009 - std::sys_common::backtrace::__rust_end_short_backtrace::h2b6131c729055d62 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560436d92d89 - std::panicking::begin_panic::h201d63f463ac84ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x560436bff769 - compiletest_rs::runtest::TestCx::check_expected_errors::h94ad9f3a3ed18f5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] 15: 0x560436bf3721 - compiletest_rs::runtest::TestCx::run_cfail_test::h8034e6b0f73e94df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:176:13 [INFO] [stdout] 16: 0x560436bf32ac - compiletest_rs::runtest::TestCx::run_revision::h36f160c245fba718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:129:26 [INFO] [stdout] 17: 0x560436bf2f3d - compiletest_rs::runtest::run::hb4f538c7dcd408cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:81:9 [INFO] [stdout] 18: 0x560436bf0f72 - compiletest_rs::make_test_closure::{{closure}}::h8d4f157442cad147 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:278:9 [INFO] [stdout] 19: 0x560436e60396 - as core::ops::function::FnMut>::call_mut::h9a6b28c0fab15240 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1579:9 [INFO] [stdout] 20: 0x560436e0f87e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h305fddf4ff2b13f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:59 [INFO] [stdout] 21: 0x560436e5ab53 - core::ops::function::FnOnce::call_once::he612181e279bb142 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x560436e3011f - as core::ops::function::FnOnce<()>>::call_once::h58fb1d12da94934e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x560436e188ee - std::panicking::try::do_call::ha213e5c58dc9624a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x560436e1fccd - __rust_try [INFO] [stdout] 25: 0x560436e18744 - std::panicking::try::heeff3612787469dc [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x560436e33c3f - std::panic::catch_unwind::hfb1b012b59e1fb55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x560436e0f8d8 - test::run_test::run_test_inner::{{closure}}::hd400541add751278 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:26 [INFO] [stdout] 28: 0x560436e5a86e - core::ops::function::FnOnce::call_once::h1487b4650b6b350b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 29: 0x560436e25514 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd032a053f845149a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x560436e3de2d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5be3090f2464f278 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x560436e30184 - as core::ops::function::FnOnce<()>>::call_once::h9d1164b9e6ab18b7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x560436e188b2 - std::panicking::try::do_call::h9c5a7cc9a8d081f3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x560436e1fccd - __rust_try [INFO] [stdout] 34: 0x560436e183c7 - std::panicking::try::h353edd93efd41b46 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x560436e33bb4 - std::panic::catch_unwind::h971f3937e4327b2b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x560436e3dc37 - std::thread::Builder::spawn_unchecked::{{closure}}::hc37fcaaedd07fdd8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x560436e5a80f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h548e8a89737d2258 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x560436ed6d17 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 41: 0x7f68698c2609 - start_thread [INFO] [stdout] 42: 0x7f6869694293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/undefined-event.rs:16: unexpected error: '16:8: 16:18: no method named `transition` found for struct `Lock::Machine` in the current scope [E0599]' [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/undefined-event.rs:16: expected error not found: no method named `transition` found for type `Lock::Machine` in the current scope [INFO] [stdout] [INFO] [stdout] error: 1 unexpected errors found, 1 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/compile-fail/undefined-event.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/undefined-event.stage-id" "-L" "../target/debug" "-L" "../target/debug/deps" "-L" "/tmp/undefined-event.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 16, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "16:8: 16:18: no method named `transition` found for struct `Lock::Machine` in the current scope [E0599]", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 16, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "no method named `transition` found for type `Lock::Machine` in the current scope", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] compile-fail/undefined-event.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560436ecdb40 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560436ecdb40 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560436ecdb40 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560436ecdb40 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x560436ef2b3c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x560436ec9cf5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x560436ed083b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560436ed083b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560436ed083b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560436ed034c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x560436ed0f04 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x560436d92e53 - std::panicking::begin_panic::{{closure}}::h8ba15502305d8f6c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x560436d8d009 - std::sys_common::backtrace::__rust_end_short_backtrace::h2b6131c729055d62 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560436d92d89 - std::panicking::begin_panic::h201d63f463ac84ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x560436bff769 - compiletest_rs::runtest::TestCx::check_expected_errors::h94ad9f3a3ed18f5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] 15: 0x560436bf3721 - compiletest_rs::runtest::TestCx::run_cfail_test::h8034e6b0f73e94df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:176:13 [INFO] [stdout] 16: 0x560436bf32ac - compiletest_rs::runtest::TestCx::run_revision::h36f160c245fba718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:129:26 [INFO] [stdout] 17: 0x560436bf2f3d - compiletest_rs::runtest::run::hb4f538c7dcd408cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:81:9 [INFO] [stdout] 18: 0x560436bf0f72 - compiletest_rs::make_test_closure::{{closure}}::h8d4f157442cad147 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:278:9 [INFO] [stdout] 19: 0x560436e60396 - as core::ops::function::FnMut>::call_mut::h9a6b28c0fab15240 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1579:9 [INFO] [stdout] 20: 0x560436e0f87e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h305fddf4ff2b13f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:59 [INFO] [stdout] 21: 0x560436e5ab53 - core::ops::function::FnOnce::call_once::he612181e279bb142 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x560436e3011f - as core::ops::function::FnOnce<()>>::call_once::h58fb1d12da94934e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x560436e188ee - std::panicking::try::do_call::ha213e5c58dc9624a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x560436e1fccd - __rust_try [INFO] [stdout] 25: 0x560436e18744 - std::panicking::try::heeff3612787469dc [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x560436e33c3f - std::panic::catch_unwind::hfb1b012b59e1fb55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x560436e0f8d8 - test::run_test::run_test_inner::{{closure}}::hd400541add751278 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:26 [INFO] [stdout] 28: 0x560436e5a86e - core::ops::function::FnOnce::call_once::h1487b4650b6b350b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 29: 0x560436e25514 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd032a053f845149a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x560436e3de2d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5be3090f2464f278 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x560436e30184 - as core::ops::function::FnOnce<()>>::call_once::h9d1164b9e6ab18b7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x560436e188b2 - std::panicking::try::do_call::h9c5a7cc9a8d081f3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x560436e1fccd - __rust_try [INFO] [stdout] 34: 0x560436e183c7 - std::panicking::try::h353edd93efd41b46 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x560436e33bb4 - std::panic::catch_unwind::h971f3937e4327b2b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x560436e3dc37 - std::thread::Builder::spawn_unchecked::{{closure}}::hc37fcaaedd07fdd8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x560436e5a80f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h548e8a89737d2258 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x560436ed6d17 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 41: 0x7f68698c2609 - start_thread [INFO] [stdout] 42: 0x7f6869694293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/event-no-clone.rs:5: unexpected error: '5:6: 5:15: the trait bound `HelloWorld: Clone` is not satisfied [E0277]' [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/event-no-clone.rs:5: expected error not found: the trait bound `HelloWorld: std::clone::Clone` is not satisfied [INFO] [stdout] [INFO] [stdout] error: 1 unexpected errors found, 1 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/compile-fail/event-no-clone.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/event-no-clone.stage-id" "-L" "../target/debug" "-L" "../target/debug/deps" "-L" "/tmp/event-no-clone.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "5:6: 5:15: the trait bound `HelloWorld: Clone` is not satisfied [E0277]", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 5, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "the trait bound `HelloWorld: std::clone::Clone` is not satisfied", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] compile-fail/event-no-clone.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560436ecdb40 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560436ecdb40 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560436ecdb40 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560436ecdb40 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x560436ef2b3c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x560436ec9cf5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x560436ed083b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560436ed083b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560436ed083b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560436ed034c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x560436ed0f04 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x560436d92e53 - std::panicking::begin_panic::{{closure}}::h8ba15502305d8f6c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x560436d8d009 - std::sys_common::backtrace::__rust_end_short_backtrace::h2b6131c729055d62 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560436d92d89 - std::panicking::begin_panic::h201d63f463ac84ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x560436bff769 - compiletest_rs::runtest::TestCx::check_expected_errors::h94ad9f3a3ed18f5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] 15: 0x560436bf3721 - compiletest_rs::runtest::TestCx::run_cfail_test::h8034e6b0f73e94df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:176:13 [INFO] [stdout] 16: 0x560436bf32ac - compiletest_rs::runtest::TestCx::run_revision::h36f160c245fba718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:129:26 [INFO] [stdout] 17: 0x560436bf2f3d - compiletest_rs::runtest::run::hb4f538c7dcd408cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:81:9 [INFO] [stdout] 18: 0x560436bf0f72 - compiletest_rs::make_test_closure::{{closure}}::h8d4f157442cad147 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:278:9 [INFO] [stdout] 19: 0x560436e60396 - as core::ops::function::FnMut>::call_mut::h9a6b28c0fab15240 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1579:9 [INFO] [stdout] 20: 0x560436e0f87e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h305fddf4ff2b13f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:59 [INFO] [stdout] 21: 0x560436e5ab53 - core::ops::function::FnOnce::call_once::he612181e279bb142 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x560436e3011f - as core::ops::function::FnOnce<()>>::call_once::h58fb1d12da94934e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x560436e188ee - std::panicking::try::do_call::ha213e5c58dc9624a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x560436e1fccd - __rust_try [INFO] [stdout] 25: 0x560436e18744 - std::panicking::try::heeff3612787469dc [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x560436e33c3f - std::panic::catch_unwind::hfb1b012b59e1fb55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x560436e0f8d8 - test::run_test::run_test_inner::{{closure}}::hd400541add751278 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:26 [INFO] [stdout] 28: 0x560436e5a86e - core::ops::function::FnOnce::call_once::h1487b4650b6b350b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 29: 0x560436e25514 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd032a053f845149a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x560436e3de2d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5be3090f2464f278 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x560436e30184 - as core::ops::function::FnOnce<()>>::call_once::h9d1164b9e6ab18b7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x560436e188b2 - std::panicking::try::do_call::h9c5a7cc9a8d081f3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x560436e1fccd - __rust_try [INFO] [stdout] 34: 0x560436e183c7 - std::panicking::try::h353edd93efd41b46 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x560436e33bb4 - std::panic::catch_unwind::h971f3937e4327b2b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x560436e3dc37 - std::thread::Builder::spawn_unchecked::{{closure}}::hc37fcaaedd07fdd8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x560436e5a80f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h548e8a89737d2258 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x560436ed6d17 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 41: 0x7f68698c2609 - start_thread [INFO] [stdout] 42: 0x7f6869694293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/undefined-transition.rs:18: unexpected error: '18:8: 18:18: no method named `transition` found for struct `Lock::Machine` in the current scope [E0599]' [INFO] [stdout] [INFO] [stdout] error: tests/compile-fail/undefined-transition.rs:18: expected error not found: no method named `transition` found for type `Lock::Machine` in the current scope [INFO] [stdout] [INFO] [stdout] error: 1 unexpected errors found, 1 expected errors not found [INFO] [stdout] status: exit status: 1 [INFO] [stdout] command: "rustc" "tests/compile-fail/undefined-transition.rs" "-L" "/tmp" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/undefined-transition.stage-id" "-L" "../target/debug" "-L" "../target/debug/deps" "-L" "/tmp/undefined-transition.stage-id.aux" "-A" "unused" [INFO] [stdout] unexpected errors (from JSON output): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 18, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "18:8: 18:18: no method named `transition` found for struct `Lock::Machine` in the current scope [E0599]", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] not found errors (from test file): [ [INFO] [stdout] Error { [INFO] [stdout] line_num: 18, [INFO] [stdout] kind: Some( [INFO] [stdout] Error, [INFO] [stdout] ), [INFO] [stdout] msg: "no method named `transition` found for type `Lock::Machine` in the current scope", [INFO] [stdout] }, [INFO] [stdout] ] [INFO] [stdout] [INFO] [stdout] thread '[compile-fail] compile-fail/undefined-transition.rs' panicked at 'explicit panic', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560436ecdb40 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560436ecdb40 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560436ecdb40 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560436ecdb40 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x560436ef2b3c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x560436ec9cf5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x560436ed083b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560436ed083b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560436ed083b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560436ed034c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x560436ed0f04 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x560436d92e53 - std::panicking::begin_panic::{{closure}}::h8ba15502305d8f6c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x560436d8d009 - std::sys_common::backtrace::__rust_end_short_backtrace::h2b6131c729055d62 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560436d92d89 - std::panicking::begin_panic::h201d63f463ac84ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x560436bff769 - compiletest_rs::runtest::TestCx::check_expected_errors::h94ad9f3a3ed18f5d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:1095:13 [INFO] [stdout] 15: 0x560436bf3721 - compiletest_rs::runtest::TestCx::run_cfail_test::h8034e6b0f73e94df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:176:13 [INFO] [stdout] 16: 0x560436bf32ac - compiletest_rs::runtest::TestCx::run_revision::h36f160c245fba718 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:129:26 [INFO] [stdout] 17: 0x560436bf2f3d - compiletest_rs::runtest::run::hb4f538c7dcd408cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/runtest.rs:81:9 [INFO] [stdout] 18: 0x560436bf0f72 - compiletest_rs::make_test_closure::{{closure}}::h8d4f157442cad147 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:278:9 [INFO] [stdout] 19: 0x560436e60396 - as core::ops::function::FnMut>::call_mut::h9a6b28c0fab15240 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1579:9 [INFO] [stdout] 20: 0x560436e0f87e - test::run_test::run_test_inner::{{closure}}::{{closure}}::h305fddf4ff2b13f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:59 [INFO] [stdout] 21: 0x560436e5ab53 - core::ops::function::FnOnce::call_once::he612181e279bb142 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x560436e3011f - as core::ops::function::FnOnce<()>>::call_once::h58fb1d12da94934e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x560436e188ee - std::panicking::try::do_call::ha213e5c58dc9624a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x560436e1fccd - __rust_try [INFO] [stdout] 25: 0x560436e18744 - std::panicking::try::heeff3612787469dc [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x560436e33c3f - std::panic::catch_unwind::hfb1b012b59e1fb55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x560436e0f8d8 - test::run_test::run_test_inner::{{closure}}::hd400541add751278 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tester-0.4.1/src/lib.rs:1435:26 [INFO] [stdout] 28: 0x560436e5a86e - core::ops::function::FnOnce::call_once::h1487b4650b6b350b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 29: 0x560436e25514 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd032a053f845149a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x560436e3de2d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5be3090f2464f278 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x560436e30184 - as core::ops::function::FnOnce<()>>::call_once::h9d1164b9e6ab18b7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x560436e188b2 - std::panicking::try::do_call::h9c5a7cc9a8d081f3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x560436e1fccd - __rust_try [INFO] [stdout] 34: 0x560436e183c7 - std::panicking::try::h353edd93efd41b46 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x560436e33bb4 - std::panic::catch_unwind::h971f3937e4327b2b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x560436e3dc37 - std::thread::Builder::spawn_unchecked::{{closure}}::hc37fcaaedd07fdd8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x560436e5a80f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h548e8a89737d2258 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x560436ed6d17 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 41: 0x7f68698c2609 - start_thread [INFO] [stdout] 42: 0x7f6869694293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] thread 'compile_test' panicked at 'Some tests failed', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:90:22 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560436ecdb40 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560436ecdb40 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560436ecdb40 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560436ecdb40 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x560436ef2b3c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x560436ec9cf5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x560436ed083b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560436ed083b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560436ed083b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560436ed034c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x560436ed0f04 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x560436d92e53 - std::panicking::begin_panic::{{closure}}::h8ba15502305d8f6c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x560436d8d009 - std::sys_common::backtrace::__rust_end_short_backtrace::h2b6131c729055d62 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560436d92d89 - std::panicking::begin_panic::h201d63f463ac84ab [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x560436bede8c - compiletest_rs::run_tests::hb62575369da7aa45 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.14/src/lib.rs:90:22 [INFO] [stdout] 15: 0x560436b949b2 - tests::run_mode::h36f17fffaf9109ca [INFO] [stdout] at /opt/rustwide/workdir/tests/tests.rs:13:5 [INFO] [stdout] 16: 0x560436b94a12 - tests::compile_test::h3215e72a216a9aad [INFO] [stdout] at /opt/rustwide/workdir/tests/tests.rs:18:5 [INFO] [stdout] 17: 0x560436b949ea - tests::compile_test::{{closure}}::hf9c09c9aa81c1e77 [INFO] [stdout] at /opt/rustwide/workdir/tests/tests.rs:17:1 [INFO] [stdout] 18: 0x560436b9463e - core::ops::function::FnOnce::call_once::h68dbcb43640588b8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x560436bc7e73 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x560436bc7e73 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 21: 0x560436bc68e8 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 22: 0x560436bc68e8 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x560436bc68e8 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x560436bc68e8 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x560436bc68e8 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 26: 0x560436bc68e8 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 27: 0x560436bc68e8 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 28: 0x560436b9506d - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 29: 0x560436b9506d - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x560436b99798 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x560436b99798 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x560436b99798 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x560436b99798 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 34: 0x560436b99798 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 35: 0x560436b99798 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 36: 0x560436b99798 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x560436ed6d17 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x560436ed6d17 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 40: 0x7f68698c2609 - start_thread [INFO] [stdout] 41: 0x7f6869694293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] compile_test [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f8442fed01cdddf6861bb2cd02b992fd334a8efa47f246c9d712a8cd55132a53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8442fed01cdddf6861bb2cd02b992fd334a8efa47f246c9d712a8cd55132a53", kill_on_drop: false }` [INFO] [stdout] f8442fed01cdddf6861bb2cd02b992fd334a8efa47f246c9d712a8cd55132a53