[INFO] cloning repository https://github.com/ephraimkunz/gedcomx-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ephraimkunz/gedcomx-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fephraimkunz%2Fgedcomx-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fephraimkunz%2Fgedcomx-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aeef9862c143c68c17171124a94ebe8b4f5dc6b6 [INFO] testing ephraimkunz/gedcomx-rs against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fephraimkunz%2Fgedcomx-rs" "/workspace/builds/worker-47/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-47/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ephraimkunz/gedcomx-rs on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ephraimkunz/gedcomx-rs [INFO] finished tweaking git repo https://github.com/ephraimkunz/gedcomx-rs [INFO] tweaked toml for git repo https://github.com/ephraimkunz/gedcomx-rs written to /workspace/builds/worker-47/source/Cargo.toml [INFO] crate git repo https://github.com/ephraimkunz/gedcomx-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gedcomx_date v0.0.2 [INFO] [stderr] Downloaded yaserde v0.7.1 [INFO] [stderr] Downloaded yaserde_derive v0.7.1 [INFO] [stderr] Downloaded gedcomx v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e6483971e51aa7fe7ee4dc06383a238f4d329273d974786a48fe22ce052f135 [INFO] running `Command { std: "docker" "start" "-a" "0e6483971e51aa7fe7ee4dc06383a238f4d329273d974786a48fe22ce052f135", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e6483971e51aa7fe7ee4dc06383a238f4d329273d974786a48fe22ce052f135", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e6483971e51aa7fe7ee4dc06383a238f4d329273d974786a48fe22ce052f135", kill_on_drop: false }` [INFO] [stdout] 0e6483971e51aa7fe7ee4dc06383a238f4d329273d974786a48fe22ce052f135 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3740b2411ab65fd9fff2dbd83c85dbeaa638ef772998c6208bf81a376c17718b [INFO] running `Command { std: "docker" "start" "-a" "3740b2411ab65fd9fff2dbd83c85dbeaa638ef772998c6208bf81a376c17718b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling ryu v1.0.6 [INFO] [stderr] Compiling rustversion v1.0.5 [INFO] [stderr] Compiling pkg-config v0.3.22 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling gedcomx_date v0.0.2 [INFO] [stderr] Compiling yaserde v0.7.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling bzip2 v0.4.3 [INFO] [stderr] Compiling darling_core v0.13.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling yaserde_derive v0.7.1 [INFO] [stderr] Compiling darling_macro v0.13.0 [INFO] [stderr] Compiling darling v0.13.0 [INFO] [stderr] Compiling serde_with_macros v1.5.1 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_with v1.11.0 [INFO] [stderr] Compiling gedcomx v0.1.1 [INFO] [stderr] Compiling gedcomx v0.1.1 (/opt/rustwide/workdir/gedcomx) [INFO] [stderr] Compiling gedcomx_file v0.1.0-alpha.0 (/opt/rustwide/workdir/gedcomx_file) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.89s [INFO] running `Command { std: "docker" "inspect" "3740b2411ab65fd9fff2dbd83c85dbeaa638ef772998c6208bf81a376c17718b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3740b2411ab65fd9fff2dbd83c85dbeaa638ef772998c6208bf81a376c17718b", kill_on_drop: false }` [INFO] [stdout] 3740b2411ab65fd9fff2dbd83c85dbeaa638ef772998c6208bf81a376c17718b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e3c7bb2fe6dc7ea8d40177ca24029d18819f350e6822541ead3207a431986ad [INFO] running `Command { std: "docker" "start" "-a" "4e3c7bb2fe6dc7ea8d40177ca24029d18819f350e6822541ead3207a431986ad", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling assert-json-diff v2.0.1 [INFO] [stderr] Compiling gedcomx_file v0.1.0-alpha.0 (/opt/rustwide/workdir/gedcomx_file) [INFO] [stderr] Compiling pretty_assertions v1.0.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling gedcomx v0.1.1 (/opt/rustwide/workdir/gedcomx) [INFO] [stderr] error: could not compile `gedcomx` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gedcomx --edition=2021 gedcomx/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=55a5a37583c21658 -C extra-filename=-55a5a37583c21658 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern assert_json_diff=/opt/rustwide/target/debug/deps/libassert_json_diff-f8d1a77bd521b5e6.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-594e0a3d739d9bc7.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-ea54c908fefa6671.rlib --extern gedcomx_date=/opt/rustwide/target/debug/deps/libgedcomx_date-a62a7d34443e6c2c.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-aaa90d92bf7d08ed.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-ea493d93dc587d61.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-84508accb06bba97.rlib --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-d264130717c7c197.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-29252e3d892df02b.rlib --extern yaserde=/opt/rustwide/target/debug/deps/libyaserde-9247416af4200680.rlib --extern yaserde_derive=/opt/rustwide/target/debug/deps/libyaserde_derive-7081be6a1b959cb4.so --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4e3c7bb2fe6dc7ea8d40177ca24029d18819f350e6822541ead3207a431986ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e3c7bb2fe6dc7ea8d40177ca24029d18819f350e6822541ead3207a431986ad", kill_on_drop: false }` [INFO] [stdout] 4e3c7bb2fe6dc7ea8d40177ca24029d18819f350e6822541ead3207a431986ad