[INFO] cloning repository https://github.com/nicholasbishop/efitools-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nicholasbishop/efitools-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholasbishop%2Fefitools-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholasbishop%2Fefitools-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6ef9a26bf14841762af8742be7f61d8624f9446f [INFO] testing nicholasbishop/efitools-rs against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholasbishop%2Fefitools-rs" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nicholasbishop/efitools-rs on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nicholasbishop/efitools-rs [INFO] finished tweaking git repo https://github.com/nicholasbishop/efitools-rs [INFO] tweaked toml for git repo https://github.com/nicholasbishop/efitools-rs written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/nicholasbishop/efitools-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded der-parser v3.0.4 [INFO] [stderr] Downloaded x509-parser v0.7.0 [INFO] [stderr] Downloaded rusticata-macros v2.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be574a5d147e7dcd461120d0537c3cadc1dd0a8a16fd21faecbb8c0b60f060a2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "be574a5d147e7dcd461120d0537c3cadc1dd0a8a16fd21faecbb8c0b60f060a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be574a5d147e7dcd461120d0537c3cadc1dd0a8a16fd21faecbb8c0b60f060a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be574a5d147e7dcd461120d0537c3cadc1dd0a8a16fd21faecbb8c0b60f060a2", kill_on_drop: false }` [INFO] [stdout] be574a5d147e7dcd461120d0537c3cadc1dd0a8a16fd21faecbb8c0b60f060a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f769f080f1be93b985195aa39442d0a3afb67745a757f289d7578fd5f7b5da61 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f769f080f1be93b985195aa39442d0a3afb67745a757f289d7578fd5f7b5da61", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling anyhow v1.0.32 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling rusticata-macros v2.1.0 [INFO] [stderr] Compiling der-parser v3.0.4 [INFO] [stderr] Compiling x509-parser v0.7.0 [INFO] [stderr] Compiling fehler-macros v1.0.0 [INFO] [stderr] Compiling argh_derive v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling argh v0.1.3 [INFO] [stderr] Compiling fehler v1.0.0 [INFO] [stderr] Compiling efitools v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 57.69s [INFO] running `Command { std: "docker" "inspect" "f769f080f1be93b985195aa39442d0a3afb67745a757f289d7578fd5f7b5da61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f769f080f1be93b985195aa39442d0a3afb67745a757f289d7578fd5f7b5da61", kill_on_drop: false }` [INFO] [stdout] f769f080f1be93b985195aa39442d0a3afb67745a757f289d7578fd5f7b5da61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9fae38a43b58b80a5e994b78de6824cfde74460a03192a5d3a1497e8512f1d9a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9fae38a43b58b80a5e994b78de6824cfde74460a03192a5d3a1497e8512f1d9a", kill_on_drop: false }` [INFO] [stderr] Compiling efitools v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.33s [INFO] running `Command { std: "docker" "inspect" "9fae38a43b58b80a5e994b78de6824cfde74460a03192a5d3a1497e8512f1d9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fae38a43b58b80a5e994b78de6824cfde74460a03192a5d3a1497e8512f1d9a", kill_on_drop: false }` [INFO] [stdout] 9fae38a43b58b80a5e994b78de6824cfde74460a03192a5d3a1497e8512f1d9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ca4c76c8f69c3263bbec66e689670c04d45e1116af7ad300cc17baecb43ae16a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ca4c76c8f69c3263bbec66e689670c04d45e1116af7ad300cc17baecb43ae16a", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/efitools-ceb15abc34bddcab [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test guid::tests::test_ser_de_round_trip ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cert_to_efi_sig_list-26b3313d7ea82fea [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/test-31eecef607544c41 [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: test failed, to rerun pass '--test test' [INFO] [stdout] test test_signature_list ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_signature_list stdout ---- [INFO] [stdout] thread 'test_signature_list' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[161, 89, 192, 165, 228, 148, 167, 74, 135, 181, 171, 21, 92, 43, 240, 114, 43, 3, 0, 0, 0, 0, 0, 0, 15, 3, 0, 0, 0, 17, 34, 51, 68, 85, 102, 119, 136, 153, 170, 187, 204, 221, 238, 255, 48, 130, 2, 251, 48, 130, 1, 227, 160, 3, 2, 1, 2, 2, 20, 109, 145, 190, 159, 117, 210, 82, 53, 238, 182, 223, 201, 7, 197, 171, 136, 121, 171, 127, 201, 48, 13, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 11, 5, 0, 48, 13, 49, 11, 48, 9, 6, 3, 85, 4, 3, 12, 2, 80, 75, 48, 30, 23, 13, 50, 48, 48, 56, 49, 48, 48, 55, 50, 54, 48, 48, 90, 23, 13, 51, 48, 48, 56, 48, 56, 48, 55, 50, 54, 48, 48, 90, 48, 13, 49, 11, 48, 9, 6, 3, 85, 4, 3, 12, 2, 80, 75, 48, 130, 1, 34, 48, 13, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 1, 5, 0, 3, 130, 1, 15, 0, 48, 130, 1, 10, 2, 130, 1, 1, 0, 180, 68, 35, 168, 177, 25, 144, 57, 210, 104, 33, 192, 142, 18, 35, 32, 163, 224, 181, 214, 178, 156, 109, 83, 78, 175, 156, 222, 108, 191, 207, 62, 157, 91, 7, 2, 191, 59, 15, 111, 248, 146, 128, 231, 239, 77, 114, 58, 88, 64, 97, 69, 185, 117, 148, 34, 118, 38, 133, 13, 183, 35, 35, 52, 85, 169, 90, 70, 46, 195, 25, 205, 195, 106, 52, 13, 196, 23, 242, 194, 62, 241, 209, 50, 20, 50, 4, 170, 76, 221, 97, 164, 211, 38, 195, 189, 219, 241, 209, 85, 26, 31, 176, 22, 53, 113, 168, 187, 50, 15, 244, 115, 74, 181, 64, 193, 23, 42, 154, 56, 127, 56, 31, 54, 57, 46, 171, 32, 199, 160, 100, 212, 171, 125, 182, 210, 86, 111, 202, 9, 102, 161, 211, 50, 177, 11, 45, 123, 2, 184, 33, 186, 168, 40, 223, 248, 165, 56, 214, 28, 79, 188, 63, 7, 149, 85, 253, 16, 68, 242, 145, 192, 188, 81, 148, 148, 203, 252, 176, 75, 197, 99, 208, 149, 152, 254, 68, 80, 207, 152, 125, 180, 214, 13, 243, 182, 163, 11, 60, 6, 134, 38, 191, 251, 12, 232, 48, 217, 175, 161, 97, 81, 192, 247, 103, 254, 171, 239, 117, 219, 135, 153, 18, 151, 56, 141, 76, 90, 150, 92, 96, 3, 158, 120, 171, 6, 33, 163, 179, 21, 21, 141, 196, 13, 254, 146, 247, 194, 228, 13, 227, 3, 86, 90, 226, 93, 2, 3, 1, 0, 1, 163, 83, 48, 81, 48, 29, 6, 3, 85, 29, 14, 4, 22, 4, 20, 106, 166, 28, 252, 228, 226, 246, 244, 7, 68, 107, 122, 10, 103, 236, 125, 132, 222, 80, 254, 48, 31, 6, 3, 85, 29, 35, 4, 24, 48, 22, 128, 20, 106, 166, 28, 252, 228, 226, 246, 244, 7, 68, 107, 122, 10, 103, 236, 125, 132, 222, 80, 254, 48, 15, 6, 3, 85, 29, 19, 1, 1, 255, 4, 5, 48, 3, 1, 1, 255, 48, 13, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 11, 5, 0, 3, 130, 1, 1, 0, 154, 216, 112, 241, 107, 43, 120, 88, 192, 217, 78, 46, 231, 153, 75, 58, 249, 176, 42, 138, 66, 41, 79, 220, 137, 1, 0, 208, 30, 56, 200, 144, 235, 112, 26, 24, 173, 70, 117, 84, 37, 32, 249, 227, 203, 96, 122, 243, 218, 201, 244, 200, 158, 206, 10, 5, 157, 249, 23, 157, 252, 92, 69, 59, 243, 189, 38, 101, 142, 40, 13, 169, 135, 196, 143, 53, 121, 167, 220, 116, 255, 161, 122, 70, 217, 54, 207, 0, 201, 121, 35, 185, 48, 176, 198, 127, 47, 228, 189, 65, 177, 185, 114, 19, 50, 125, 131, 93, 66, 243, 74, 138, 178, 57, 9, 34, 59, 233, 63, 247, 52, 191, 81, 243, 181, 134, 147, 161, 89, 83, 51, 99, 129, 93, 1, 31, 86, 140, 108, 60, 232, 15, 238, 139, 189, 91, 54, 172, 84, 80, 130, 171, 72, 106, 208, 113, 205, 134, 212, 192, 119, 232, 103, 6, 3, 0, 86, 118, 19, 98, 230, 47, 122, 38, 167, 205, 89, 57, 88, 139, 28, 205, 234, 254, 5, 119, 201, 87, 169, 124, 80, 34, 103, 172, 34, 213, 67, 208, 166, 197, 235, 51, 80, 131, 70, 174, 54, 26, 172, 249, 98, 117, 35, 102, 196, 135, 10, 89, 9, 95, 29, 207, 56, 8, 195, 72, 57, 36, 98, 147, 28, 174, 64, 17, 102, 29, 89, 74, 191, 227, 189, 177, 160, 116, 250, 132, 178, 133, 183, 19, 193, 117, 46, 73, 36, 255]`, [INFO] [stdout] right: `[161, 89, 192, 165, 228, 148, 167, 74, 135, 181, 171, 21, 92, 43, 240, 114, 43, 3, 0, 0, 0, 0, 0, 0, 15, 3, 0, 0, 51, 34, 17, 0, 85, 68, 119, 102, 136, 153, 170, 187, 204, 221, 238, 255, 48, 130, 2, 251, 48, 130, 1, 227, 160, 3, 2, 1, 2, 2, 20, 109, 145, 190, 159, 117, 210, 82, 53, 238, 182, 223, 201, 7, 197, 171, 136, 121, 171, 127, 201, 48, 13, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 11, 5, 0, 48, 13, 49, 11, 48, 9, 6, 3, 85, 4, 3, 12, 2, 80, 75, 48, 30, 23, 13, 50, 48, 48, 56, 49, 48, 48, 55, 50, 54, 48, 48, 90, 23, 13, 51, 48, 48, 56, 48, 56, 48, 55, 50, 54, 48, 48, 90, 48, 13, 49, 11, 48, 9, 6, 3, 85, 4, 3, 12, 2, 80, 75, 48, 130, 1, 34, 48, 13, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 1, 5, 0, 3, 130, 1, 15, 0, 48, 130, 1, 10, 2, 130, 1, 1, 0, 180, 68, 35, 168, 177, 25, 144, 57, 210, 104, 33, 192, 142, 18, 35, 32, 163, 224, 181, 214, 178, 156, 109, 83, 78, 175, 156, 222, 108, 191, 207, 62, 157, 91, 7, 2, 191, 59, 15, 111, 248, 146, 128, 231, 239, 77, 114, 58, 88, 64, 97, 69, 185, 117, 148, 34, 118, 38, 133, 13, 183, 35, 35, 52, 85, 169, 90, 70, 46, 195, 25, 205, 195, 106, 52, 13, 196, 23, 242, 194, 62, 241, 209, 50, 20, 50, 4, 170, 76, 221, 97, 164, 211, 38, 195, 189, 219, 241, 209, 85, 26, 31, 176, 22, 53, 113, 168, 187, 50, 15, 244, 115, 74, 181, 64, 193, 23, 42, 154, 56, 127, 56, 31, 54, 57, 46, 171, 32, 199, 160, 100, 212, 171, 125, 182, 210, 86, 111, 202, 9, 102, 161, 211, 50, 177, 11, 45, 123, 2, 184, 33, 186, 168, 40, 223, 248, 165, 56, 214, 28, 79, 188, 63, 7, 149, 85, 253, 16, 68, 242, 145, 192, 188, 81, 148, 148, 203, 252, 176, 75, 197, 99, 208, 149, 152, 254, 68, 80, 207, 152, 125, 180, 214, 13, 243, 182, 163, 11, 60, 6, 134, 38, 191, 251, 12, 232, 48, 217, 175, 161, 97, 81, 192, 247, 103, 254, 171, 239, 117, 219, 135, 153, 18, 151, 56, 141, 76, 90, 150, 92, 96, 3, 158, 120, 171, 6, 33, 163, 179, 21, 21, 141, 196, 13, 254, 146, 247, 194, 228, 13, 227, 3, 86, 90, 226, 93, 2, 3, 1, 0, 1, 163, 83, 48, 81, 48, 29, 6, 3, 85, 29, 14, 4, 22, 4, 20, 106, 166, 28, 252, 228, 226, 246, 244, 7, 68, 107, 122, 10, 103, 236, 125, 132, 222, 80, 254, 48, 31, 6, 3, 85, 29, 35, 4, 24, 48, 22, 128, 20, 106, 166, 28, 252, 228, 226, 246, 244, 7, 68, 107, 122, 10, 103, 236, 125, 132, 222, 80, 254, 48, 15, 6, 3, 85, 29, 19, 1, 1, 255, 4, 5, 48, 3, 1, 1, 255, 48, 13, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 11, 5, 0, 3, 130, 1, 1, 0, 154, 216, 112, 241, 107, 43, 120, 88, 192, 217, 78, 46, 231, 153, 75, 58, 249, 176, 42, 138, 66, 41, 79, 220, 137, 1, 0, 208, 30, 56, 200, 144, 235, 112, 26, 24, 173, 70, 117, 84, 37, 32, 249, 227, 203, 96, 122, 243, 218, 201, 244, 200, 158, 206, 10, 5, 157, 249, 23, 157, 252, 92, 69, 59, 243, 189, 38, 101, 142, 40, 13, 169, 135, 196, 143, 53, 121, 167, 220, 116, 255, 161, 122, 70, 217, 54, 207, 0, 201, 121, 35, 185, 48, 176, 198, 127, 47, 228, 189, 65, 177, 185, 114, 19, 50, 125, 131, 93, 66, 243, 74, 138, 178, 57, 9, 34, 59, 233, 63, 247, 52, 191, 81, 243, 181, 134, 147, 161, 89, 83, 51, 99, 129, 93, 1, 31, 86, 140, 108, 60, 232, 15, 238, 139, 189, 91, 54, 172, 84, 80, 130, 171, 72, 106, 208, 113, 205, 134, 212, 192, 119, 232, 103, 6, 3, 0, 86, 118, 19, 98, 230, 47, 122, 38, 167, 205, 89, 57, 88, 139, 28, 205, 234, 254, 5, 119, 201, 87, 169, 124, 80, 34, 103, 172, 34, 213, 67, 208, 166, 197, 235, 51, 80, 131, 70, 174, 54, 26, 172, 249, 98, 117, 35, 102, 196, 135, 10, 89, 9, 95, 29, 207, 56, 8, 195, 72, 57, 36, 98, 147, 28, 174, 64, 17, 102, 29, 89, 74, 191, 227, 189, 177, 160, 116, 250, 132, 178, 133, 183, 19, 193, 117, 46, 73, 36, 255]`', tests/test.rs:13:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b8e28ef247 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b8e28ef247 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b8e28ef247 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b8e28ef247 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b8e290f28c - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55b8e28eb6c2 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55b8e28f14f5 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b8e28f14f5 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b8e28f14f5 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b8e28f1082 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b8e28f1c91 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55b8e28f17d7 - std::panicking::begin_panic_handler::{{closure}}::hf3e83396e085962e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x55b8e28ef70c - std::sys_common::backtrace::__rust_end_short_backtrace::hac151ac4c1e3252d [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b8e28f1739 - rust_begin_unwind [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x55b8e290dc41 - core::panicking::panic_fmt::hf6d8a92b065b8f97 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55b8e286fc5d - test::test_signature_list::he6c589d2a0207828 [INFO] [stdout] at /opt/rustwide/workdir/tests/test.rs:13:5 [INFO] [stdout] 16: 0x55b8e286f88a - test::test_signature_list::{{closure}}::h69548aee0f5b8805 [INFO] [stdout] at /opt/rustwide/workdir/tests/test.rs:4:1 [INFO] [stdout] 17: 0x55b8e286fe2e - core::ops::function::FnOnce::call_once::haafff91e65da767c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55b8e289a973 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55b8e289a973 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 20: 0x55b8e2899266 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 21: 0x55b8e2899266 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 22: 0x55b8e2899266 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 23: 0x55b8e2899266 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 24: 0x55b8e2899266 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 25: 0x55b8e2899266 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 26: 0x55b8e2899266 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 27: 0x55b8e2871576 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 28: 0x55b8e287630d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 29: 0x55b8e287630d - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 30: 0x55b8e287630d - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 31: 0x55b8e287630d - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 32: 0x55b8e287630d - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 33: 0x55b8e287630d - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 34: 0x55b8e287630d - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x55b8e28f781a - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 36: 0x55b8e28f781a - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 37: 0x55b8e28f781a - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 38: 0x7f8c61586609 - start_thread [INFO] [stdout] 39: 0x7f8c6135e293 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_signature_list [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ca4c76c8f69c3263bbec66e689670c04d45e1116af7ad300cc17baecb43ae16a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca4c76c8f69c3263bbec66e689670c04d45e1116af7ad300cc17baecb43ae16a", kill_on_drop: false }` [INFO] [stdout] ca4c76c8f69c3263bbec66e689670c04d45e1116af7ad300cc17baecb43ae16a