[INFO] updating cached repository https://github.com/divvun/xkb-parser [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 219e9ed33df82b0b1994675300c145d09674c2cf [INFO] testing divvun/xkb-parser against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdivvun%2Fxkb-parser" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/divvun/xkb-parser on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/divvun/xkb-parser [INFO] removed workspace from git repo https://github.com/divvun/xkb-parser [INFO] finished tweaking git repo https://github.com/divvun/xkb-parser [INFO] tweaked toml for git repo https://github.com/divvun/xkb-parser written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/divvun/xkb-parser already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 8e7d23da72178fd646ef2f8aef7d2d0d242f80599ea298f5acf009e45f33cfd3 [INFO] running `"docker" "start" "-a" "8e7d23da72178fd646ef2f8aef7d2d0d242f80599ea298f5acf009e45f33cfd3"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling single v1.0.0 [INFO] [stderr] Compiling pest-ast v0.3.3 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling from-pest v0.3.1 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling shrinkwraprs v0.2.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling xkb-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.23s [INFO] running `"docker" "inspect" "8e7d23da72178fd646ef2f8aef7d2d0d242f80599ea298f5acf009e45f33cfd3"` [INFO] running `"docker" "rm" "-f" "8e7d23da72178fd646ef2f8aef7d2d0d242f80599ea298f5acf009e45f33cfd3"` [INFO] [stdout] 8e7d23da72178fd646ef2f8aef7d2d0d242f80599ea298f5acf009e45f33cfd3 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] e4c24ed3e54ec2b17ccc41b4913092864709a5658019949fa79cbb677dcbedda [INFO] running `"docker" "start" "-a" "e4c24ed3e54ec2b17ccc41b4913092864709a5658019949fa79cbb677dcbedda"` [INFO] [stderr] Compiling xkb-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.69s [INFO] running `"docker" "inspect" "e4c24ed3e54ec2b17ccc41b4913092864709a5658019949fa79cbb677dcbedda"` [INFO] running `"docker" "rm" "-f" "e4c24ed3e54ec2b17ccc41b4913092864709a5658019949fa79cbb677dcbedda"` [INFO] [stdout] e4c24ed3e54ec2b17ccc41b4913092864709a5658019949fa79cbb677dcbedda [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 3a750adf0b36df75ec26aa236b14647c626f34e40cf9f1249c6134a6480e2eca [INFO] running `"docker" "start" "-a" "3a750adf0b36df75ec26aa236b14647c626f34e40cf9f1249c6134a6480e2eca"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/xkb_parser-6cde957e214ddf4f [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test ast::tests::test_ast_ident ... ok [INFO] [stdout] test ast::tests::test_ast_key_combo ... ok [INFO] [stdout] test ast::tests::test_ast_string ... ok [INFO] [stdout] test ast::tests::test_ast_what ... ok [INFO] [stdout] test ast::tests::test_ast_modifiers ... ok [INFO] [stdout] test ast::tests::test_geometry_section ... ok [INFO] [stdout] test ast::tests::test_geometry_assigment ... ok [INFO] [stdout] test ast::tests::test_ast_symbol ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/errors-5b6ccf232a46b7d3 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test garbage ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fixtures-4f13cc7874c5243c [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test parse_x11_rules ... ignored [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/types/default [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/types/basic [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/aliases [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/sgi_vndr/iris [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/kbdgen/crk.xkb [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/kbdgen/smn.xkb [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/kbdgen/sms.xkb [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/sun [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/jolla [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/types/pc [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/digital_vndr/lk [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/xfree98 [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/types/extra [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/types/iso9995 [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/sgi_vndr/indigo [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/ibm [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/types/numpad [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/types/cancel [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/evdev [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/sgi_vndr/indy [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/hp [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/empty [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/fujitsu [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/winbook [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/sony [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/kbdgen/sma.xkb [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/types/level5 [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/kbdgen/sme.xkb [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/types/nokia [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/ataritt [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/types/mousekeys [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/macintosh [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/types/complete [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/olpc [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/amiga [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/digital_vndr/pc [INFO] [stdout] test parse_kbdgen_fixtures ... FAILED [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/keycodes/xfree86 [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/types/caps [INFO] [stdout] test parse_custom_fixtures ... FAILED [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/chicony [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/keytronic [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/hhk [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/northgate [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/nec [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/steelseries [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/sony [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/amiga [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/fujitsu [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/sanwa [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/teck [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/kinesis [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/nokia [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/sgi_vndr/O2 [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/ataritt [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/microsoft [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/fi [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/sgi_vndr/indy [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/digital_vndr/pc [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/digital_vndr/unix [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/ca [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/brai [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/se [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/parens [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/typematrix [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/hp [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/everex [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/tm [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/id [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/ch [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/de [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/cd [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/xfree68_vndr/amiga [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/az [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/br [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/be [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/mao [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/no [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/us [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/apl [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ke [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ng [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/za [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/lv [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/hr [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/thinkpad [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/xfree68_vndr/ataritt [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/au [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/latam [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/apple [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/gb [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sk [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/empty [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ro [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ctrl [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/pt [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/nl [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/gb [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/al [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/pk [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/jp [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/cn [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/digital_vndr/pc [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/fr [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/sgi_vndr/indigo [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/rupeesign [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/gn [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/it [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/nbsp [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/pt [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/la [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/lt [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/nec_vndr/jp [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/digital_vndr/lk [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sgi_vndr/jp [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/dk [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/nl [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/digital_vndr/vt [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/tz [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/gr [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/dell [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/gr [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/pt [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/is [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/iq [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/ru [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sony_vndr/us [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/digital_vndr/lk [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/bt [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/mv [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/digital_vndr/us [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/ee [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/et [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/uz [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ml [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/bg [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/altwin [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/ua [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/eurosign [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ba [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/be [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/tg [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/nl [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/mt [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/fi [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/pl [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/mk [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/sk [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/it [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/srvr_ctrl [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/sun [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/ch [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/no [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/jp [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/latam [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/lv [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/level3 [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/fi [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/si [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/latin [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/bw [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/bd [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/dk [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/compose [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/kg [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/ara [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/eu [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ca [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/is [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/se [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/my [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/dz [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/tj [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/macintosh_vndr/no [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/terminate [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sy [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/de [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/fujitsu_vndr/jp [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/kz [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/tw [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/us [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/kr [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/np [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/fujitsu_vndr/us [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/jolla_vndr/sbj [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/fr [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/nokia_vndr/rx-44 [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/hu [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/tr [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/es [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ee [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ph [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ir [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ch [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/ro [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/pc [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/pl [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/solaris [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/typo [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/am [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/gb [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/dk [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/olpc [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ara [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/by [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/level5 [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ge [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/mn [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/nokia_vndr/su-8w [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ma [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/mm [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ru [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/br [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/capslock [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/cz [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sharp_vndr/ws007sh [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sharp_vndr/ws020sh [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sharp_vndr/ws003sh [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/cm [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/th [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/it [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/rs [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/vn [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sharp_vndr/sl-c3x00 [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/jp [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ua [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/md [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/fo [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/keypad [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/at [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/shift [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sharp_vndr/ws011sh [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sn [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/se [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/tw [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/kpdl [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/lk [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/gh [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/es [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/epo [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/me [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/sun_vndr/cz [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/group [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/kr [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/hp_vndr/us [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/pc [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/geometry/macintosh [INFO] [stdout] test parse_x11_types ... FAILED [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/kh [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/lt [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/ie [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/tr [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/de [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/il [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/in [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/af [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/fr [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/nokia_vndr/rx-51 [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/inet [INFO] [stderr] [ERROR fixtures] failed: tests/fixtures/x11/symbols/us [INFO] [stdout] test parse_x11_geometry ... FAILED [INFO] [stdout] test parse_x11_symbols ... FAILED [INFO] [stdout] test parse_x11_keycodes ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- parse_kbdgen_fixtures stdout ---- [INFO] [stdout] thread 'parse_kbdgen_fixtures' panicked at '5 tests failed -- Set `VERBOSE_PARSE_ERRORS=1` for error messages', tests/fixtures.rs:140:9 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] ---- parse_custom_fixtures stdout ---- [INFO] [stdout] [ERROR fixtures] failed: tests/fixtures/custom/test.xkb [INFO] [stdout] thread 'parse_custom_fixtures' panicked at '1 tests failed -- Set `VERBOSE_PARSE_ERRORS=1` for error messages', tests/fixtures.rs:140:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5616d8bf5234 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5616d8bf5234 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5616d8bf5234 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x5616d8bf5234 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x5616d8c10c6c - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x5616d89ce415 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x5616d8befa21 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x5616d8bf7755 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x5616d8bf7755 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5616d8bf7755 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x5616d8bf73dc - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x5616d8bf7e55 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x5616d8bf79f2 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x5616d8bf794c - std::panicking::begin_panic_fmt::h23ef54e17e5a13fa [INFO] [stdout] at src/libstd/panicking.rs:335 [INFO] [stdout] 14: 0x5616d876deaf - fixtures::parse_files::he5c034e687326df2 [INFO] [stdout] at tests/fixtures.rs:140 [INFO] [stdout] 15: 0x5616d876fcf8 - fixtures::parse_custom_fixtures::hf234b5acd7fd10f3 [INFO] [stdout] at tests/fixtures.rs:21 [INFO] [stdout] 16: 0x5616d876fc2e - fixtures::parse_custom_fixtures::{{closure}}::h9075c925aefaab0d [INFO] [stdout] at tests/fixtures.rs:18 [INFO] [stdout] 17: 0x5616d87779fe - core::ops::function::FnOnce::call_once::h37217549c1c2a4d5 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 18: 0x5616d89d830f - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 19: 0x5616d8bfaf3a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 20: 0x5616d89f2b1e - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 21: 0x5616d89f2b1e - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x5616d89f2b1e - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 23: 0x5616d89cdb85 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 24: 0x5616d89d1d15 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 25: 0x5616d89d1d15 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 26: 0x5616d89d1d15 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 27: 0x5616d8bfaf3a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 28: 0x5616d89d22c2 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 29: 0x5616d89d22c2 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 30: 0x5616d89d22c2 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 31: 0x5616d89d22c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 32: 0x5616d8beb93f - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 33: 0x5616d8bfa330 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 34: 0x5616d8bfa330 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 35: 0x5616d8bfa330 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 36: 0x7fc38536e6db - start_thread [INFO] [stdout] 37: 0x7fc384e7f88f - __clone [INFO] [stdout] 38: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- parse_x11_types stdout ---- [INFO] [stdout] thread 'parse_x11_types' panicked at '12 tests failed -- Set `VERBOSE_PARSE_ERRORS=1` for error messages', tests/fixtures.rs:140:9 [INFO] [stdout] [INFO] [stdout] ---- parse_x11_geometry stdout ---- [INFO] [stdout] thread 'parse_x11_geometry' panicked at '30 tests failed -- Set `VERBOSE_PARSE_ERRORS=1` for error messages', tests/fixtures.rs:140:9 [INFO] [stdout] [INFO] [stdout] ---- parse_x11_symbols stdout ---- [INFO] [stdout] thread 'parse_x11_symbols' panicked at '190 tests failed -- Set `VERBOSE_PARSE_ERRORS=1` for error messages', tests/fixtures.rs:140:9 [INFO] [stdout] [INFO] [stdout] ---- parse_x11_keycodes stdout ---- [INFO] [stdout] thread 'parse_x11_keycodes' panicked at '20 tests failed -- Set `VERBOSE_PARSE_ERRORS=1` for error messages', tests/fixtures.rs:140:9 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] parse_custom_fixtures [INFO] [stdout] parse_kbdgen_fixtures [INFO] [stdout] parse_x11_geometry [INFO] [stdout] parse_x11_keycodes [INFO] [stdout] parse_x11_symbols [INFO] [stdout] parse_x11_types [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test fixtures' [INFO] running `"docker" "inspect" "3a750adf0b36df75ec26aa236b14647c626f34e40cf9f1249c6134a6480e2eca"` [INFO] running `"docker" "rm" "-f" "3a750adf0b36df75ec26aa236b14647c626f34e40cf9f1249c6134a6480e2eca"` [INFO] [stdout] 3a750adf0b36df75ec26aa236b14647c626f34e40cf9f1249c6134a6480e2eca