Package: src:sdml
Version: 0.3.1+20241014-3
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=rust
Use of uninitialized value in join or string at 
/usr/share/perl5/Debian/Debhelper/Buildsystem/rust.pm line 309.
        /usr/share/dh-rust/bin/cargo prepare-debian debian/cargo_registry
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] 
['-j2'] 0
debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, 
x86_64-linux-gnu
debian cargo wrapper: linking /usr/share/cargo/registry/* into 
/<<PKGBUILDDIR>>/debian/cargo_registry/
   dh_auto_build --buildsystem=rust
Use of uninitialized value in join or string at 
/usr/share/perl5/Debian/Debhelper/Buildsystem/rust.pm line 309.
        /usr/share/dh-rust/bin/cargo build
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] 
['-j2'] 0

[... snipped ...]

   = note: expected values for `feature` are: `cargo`, `color`, `debug`, 
`default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, 
`string`, `suggestions`, `unicode`, `unstable-ext`, `unstable-styles`, `usage`, 
and `wrap_help`
   = help: consider adding `unstable-doc` as a feature in `Cargo.toml`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `unstable-doc`
  --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-4.5.16/src/lib.rs:97:7
   |
97 | #[cfg(feature = "unstable-doc")]
   |       ^^^^^^^^^^--------------
   |                 |
   |                 help: there is a expected value with a similar name: 
`"unstable-ext"`
   |
   = note: expected values for `feature` are: `cargo`, `color`, `debug`, 
`default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, 
`string`, `suggestions`, `unicode`, `unstable-ext`, `unstable-styles`, `usage`, 
and `wrap_help`
   = help: consider adding `unstable-doc` as a feature in `Cargo.toml`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `unstable-doc`
  --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-4.5.16/src/lib.rs:99:7
   |
99 | #[cfg(feature = "unstable-doc")]
   |       ^^^^^^^^^^--------------
   |                 |
   |                 help: there is a expected value with a similar name: 
`"unstable-ext"`
   |
   = note: expected values for `feature` are: `cargo`, `color`, `debug`, 
`default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, 
`string`, `suggestions`, `unicode`, `unstable-ext`, `unstable-styles`, `usage`, 
and `wrap_help`
   = help: consider adding `unstable-doc` as a feature in `Cargo.toml`
   = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition value: `unstable-doc`
   --> /<<PKGBUILDDIR>>/debian/cargo_registry/clap-4.5.16/src/lib.rs:101:7
    |
101 | #[cfg(feature = "unstable-doc")]
    |       ^^^^^^^^^^--------------
    |                 |
    |                 help: there is a expected value with a similar name: 
`"unstable-ext"`
    |
    = note: expected values for `feature` are: `cargo`, `color`, `debug`, 
`default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, 
`string`, `suggestions`, `unicode`, `unstable-ext`, `unstable-styles`, `usage`, 
and `wrap_help`
    = help: consider adding `unstable-doc` as a feature in `Cargo.toml`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: `clap` (lib) generated 5 warnings
       Fresh uuid v1.10.0
       Fresh os_info v3.8.2
       Fresh is-terminal v0.4.13
       Fresh clio v0.3.5
       Fresh human-panic v2.0.2
warning: use of deprecated type alias `std::panic::PanicInfo`: use 
`PanicHookInfo` instead
  --> /<<PKGBUILDDIR>>/debian/cargo_registry/human-panic-2.0.2/src/lib.rs:53:17
   |
53 | use std::panic::PanicInfo;
   |                 ^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated type alias `std::panic::PanicInfo`: use 
`PanicHookInfo` instead
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/human-panic-2.0.2/src/lib.rs:160:51
    |
160 |             panic::set_hook(Box::new(move |info: &PanicInfo<'_>| {
    |                                                   ^^^^^^^^^

warning: use of deprecated type alias `std::panic::PanicInfo`: use 
`PanicHookInfo` instead
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/human-panic-2.0.2/src/lib.rs:153:28
    |
153 |     use std::panic::{self, PanicInfo};
    |                            ^^^^^^^^^

warning: use of deprecated type alias `std::panic::PanicInfo`: use 
`PanicHookInfo` instead
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/human-panic-2.0.2/src/lib.rs:269:50
    |
269 | pub fn handle_dump(meta: &Metadata, panic_info: &PanicInfo<'_>) -> 
Option<PathBuf> {
    |                                                  ^^^^^^^^^

warning: `human-panic` (lib) generated 4 warnings
   Compiling sdml-cli v0.3.1 (/<<PKGBUILDDIR>>/sdml-cli)
     Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=sdml CARGO_CRATE_NAME=sdml CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-cli CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Rust CLI for Simple Domain Modeling Language (SDML)' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-cli CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 
CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name sdml --edition=2021 sdml-cli/src/main.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ed88e299aaf4f0d -C extra-filename=-1ed88e299aaf4f0d --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
clap=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libclap-0a3eb06af4f1fa22.rlib --extern clio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libclio-84183f0a0417ab38.rlib --extern 
human_panic=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libhuman_panic-ebdd55a9ae813df0.rlib --extern sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern 
sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern sdml_generate=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_generate-7c4bddbd9cfc42ff.rlib --extern 
sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern sdml_tera=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_tera-ff320957d68f1f6a.rlib --extern 
tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern tracing_subscriber=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing_subscriber-b5f605331d694aa9.rlib --extern 
tree_sitter_sdml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_sdml-e8ab77d823a48072.rlib -L native=/usr/lib/x86_64-linux-gnu -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out`
     Running `CARGO=/usr/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little 
CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr 
CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/paste-1.0.15 CARGO_PKG_AUTHORS='David Tolnay <dtol...@gmail.com>' 
CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' 
CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 
CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-gnu 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/release/deps:/<<PKGBUILDDIR>>/target/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/<<PKGBUILDDIR>>/target/release/build/paste-f3c00a9db23957db/out PROFILE=release RUSTC=rustc 
RUSTDOC=rustdoc TARGET=x86_64-unknown-linux-gnu /<<PKGBUILDDIR>>/target/release/build/paste-88c428287e9c14ac/build-script-build`
[paste 1.0.15] cargo:rerun-if-changed=build.rs
[paste 1.0.15] cargo:rustc-check-cfg=cfg(no_literal_fromstr)
[paste 1.0.15] cargo:rustc-check-cfg=cfg(feature, 
values("protocol_feature_paste"))
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=paste CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/paste-1.0.15 CARGO_PKG_AUTHORS='David Tolnay 
<dtol...@gmail.com>' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 
CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/paste-1.0.15 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps 
OUT_DIR=/<<PKGBUILDDIR>>/target/release/build/paste-f3c00a9db23957db/out rustc --crate-name paste --edition=2018 
/<<PKGBUILDDIR>>/debian/cargo_registry/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro 
--emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1348df7cb93691de -C 
extra-filename=-1348df7cb93691de --out-dir /<<PKGBUILDDIR>>/target/release/deps -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/release/deps 
--extern proc_macro --cap-lints warn --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
   Compiling sdml-generate v0.3.1 (/<<PKGBUILDDIR>>/sdml-generate)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sdml_generate CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-generate CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) generated Artifacts' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-generate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name sdml_generate --edition=2021 sdml-generate/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --cfg 'feature="default"' --cfg 'feature="deps"' --cfg 
'feature="hl"' --cfg 'feature="json"' --cfg 'feature="s-expr"' --cfg 'feature="serde_json"' --cfg 'feature="text_trees"' --cfg 'feature="tree-sitter-highlight"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deps", "hl", "json", "s-expr", "serde_json", "text_trees", "tree-sitter-highlight"))' -C metadata=7e7f6141b3346a0f -C extra-filename=-7e7f6141b3346a0f --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern console=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libconsole-a03c2b5d758b065b.rlib --extern indicatif=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-489c5c565fd077bf.rlib --extern 
nu_ansi_term=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-625eac06ca428d13.rlib --extern paste=/<<PKGBUILDDIR>>/target/release/deps/libpaste-1348df7cb93691de.so --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libregex-bdb8091fd502700b.rlib --extern 
sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-9290bc0973811670.rlib --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern serde_regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_regex-8d771c9a323f3cf2.rlib --extern tempfile=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-2cffccbafa210266.rlib --extern text_trees=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtext_trees-44baadc600eff9bb.rlib --extern 
tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern tree_sitter_highlight=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_highlight-d038374765d25826.rlib --extern tree_sitter_sdml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_sdml-e8ab77d823a48072.rlib --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -L 
native=/usr/lib/x86_64-linux-gnu -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out`
   Compiling sdml-parse v0.3.1 (/<<PKGBUILDDIR>>/sdml-parse)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=test_examples CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-parse CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Simple Domain Modeling Language (SDML)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE 
CARGO_PKG_NAME=sdml-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name test_examples --edition=2021 sdml-parse/tests/test_examples.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=07b646b8faa8db4b -C extra-filename=-07b646b8faa8db4b --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target 
x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern codespan_reporting=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcodespan_reporting-7630b6891c00c124.rlib --extern 
paste=/<<PKGBUILDDIR>>/target/release/deps/libpaste-1348df7cb93691de.so --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern 
rust_decimal=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librust_decimal-996ae55c9fdf63be.rlib --extern sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern 
sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern 
search_path=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsearch_path-5361ce90b1792ba3.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-9290bc0973811670.rlib --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern 
tree_sitter=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter-9b9e6d3edb01f19a.rlib --extern tree_sitter_sdml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_sdml-e8ab77d823a48072.rlib --extern 
url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -L native=/usr/lib/x86_64-linux-gnu -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=test_source CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-generate CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) generated Artifacts' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-generate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name test_source --edition=2021 sdml-generate/tests/test_source.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --cfg 'feature="default"' --cfg 
'feature="deps"' --cfg 'feature="hl"' --cfg 'feature="json"' --cfg 'feature="s-expr"' --cfg 'feature="serde_json"' --cfg 'feature="text_trees"' --cfg 'feature="tree-sitter-highlight"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deps", "hl", "json", "s-expr", "serde_json", "text_trees", "tree-sitter-highlight"))' -C metadata=b22b7e21618ed629 -C extra-filename=-b22b7e21618ed629 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern console=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libconsole-a03c2b5d758b065b.rlib --extern indicatif=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-489c5c565fd077bf.rlib --extern 
nu_ansi_term=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-625eac06ca428d13.rlib --extern paste=/<<PKGBUILDDIR>>/target/release/deps/libpaste-1348df7cb93691de.so --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libregex-bdb8091fd502700b.rlib --extern 
sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern sdml_generate=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_generate-7c4bddbd9cfc42ff.rlib --extern sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern 
serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-9290bc0973811670.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern serde_regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_regex-8d771c9a323f3cf2.rlib --extern tempfile=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-2cffccbafa210266.rlib --extern 
text_trees=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtext_trees-44baadc600eff9bb.rlib --extern tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern tree_sitter_highlight=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_highlight-d038374765d25826.rlib --extern tree_sitter_sdml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_sdml-e8ab77d823a48072.rlib --extern 
url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -L native=/usr/lib/x86_64-linux-gnu -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=test_api CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-parse CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Simple Domain Modeling Language (SDML)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE 
CARGO_PKG_NAME=sdml-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name test_api --edition=2021 sdml-parse/tests/test_api.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11ddf78425261d9d -C extra-filename=-11ddf78425261d9d --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target 
x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern codespan_reporting=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcodespan_reporting-7630b6891c00c124.rlib --extern 
paste=/<<PKGBUILDDIR>>/target/release/deps/libpaste-1348df7cb93691de.so --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern 
rust_decimal=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librust_decimal-996ae55c9fdf63be.rlib --extern sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern 
sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern 
search_path=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsearch_path-5361ce90b1792ba3.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-9290bc0973811670.rlib --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern 
tree_sitter=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter-9b9e6d3edb01f19a.rlib --extern tree_sitter_sdml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_sdml-e8ab77d823a48072.rlib --extern 
url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -L native=/usr/lib/x86_64-linux-gnu -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=test_rdf CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-generate CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) generated Artifacts' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-generate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name test_rdf --edition=2021 sdml-generate/tests/test_rdf.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --cfg 'feature="default"' --cfg 
'feature="deps"' --cfg 'feature="hl"' --cfg 'feature="json"' --cfg 'feature="s-expr"' --cfg 'feature="serde_json"' --cfg 'feature="text_trees"' --cfg 'feature="tree-sitter-highlight"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deps", "hl", "json", "s-expr", "serde_json", "text_trees", "tree-sitter-highlight"))' -C metadata=c77ab67b6e571e09 -C extra-filename=-c77ab67b6e571e09 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern console=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libconsole-a03c2b5d758b065b.rlib --extern indicatif=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-489c5c565fd077bf.rlib --extern 
nu_ansi_term=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-625eac06ca428d13.rlib --extern paste=/<<PKGBUILDDIR>>/target/release/deps/libpaste-1348df7cb93691de.so --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libregex-bdb8091fd502700b.rlib --extern 
sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern sdml_generate=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_generate-7c4bddbd9cfc42ff.rlib --extern sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern 
serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-9290bc0973811670.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern serde_regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_regex-8d771c9a323f3cf2.rlib --extern tempfile=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-2cffccbafa210266.rlib --extern 
text_trees=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtext_trees-44baadc600eff9bb.rlib --extern tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern tree_sitter_highlight=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_highlight-d038374765d25826.rlib --extern tree_sitter_sdml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_sdml-e8ab77d823a48072.rlib --extern 
url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -L native=/usr/lib/x86_64-linux-gnu -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=test_deps CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-generate CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) generated Artifacts' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-generate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name test_deps --edition=2021 sdml-generate/tests/test_deps.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --cfg 'feature="default"' --cfg 
'feature="deps"' --cfg 'feature="hl"' --cfg 'feature="json"' --cfg 'feature="s-expr"' --cfg 'feature="serde_json"' --cfg 'feature="text_trees"' --cfg 'feature="tree-sitter-highlight"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deps", "hl", "json", "s-expr", "serde_json", "text_trees", "tree-sitter-highlight"))' -C metadata=cfe92df959c441cb -C extra-filename=-cfe92df959c441cb --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern console=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libconsole-a03c2b5d758b065b.rlib --extern indicatif=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-489c5c565fd077bf.rlib --extern 
nu_ansi_term=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-625eac06ca428d13.rlib --extern paste=/<<PKGBUILDDIR>>/target/release/deps/libpaste-1348df7cb93691de.so --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libregex-bdb8091fd502700b.rlib --extern 
sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern sdml_generate=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_generate-7c4bddbd9cfc42ff.rlib --extern sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern 
serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-9290bc0973811670.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern serde_regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_regex-8d771c9a323f3cf2.rlib --extern tempfile=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-2cffccbafa210266.rlib --extern 
text_trees=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtext_trees-44baadc600eff9bb.rlib --extern tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern tree_sitter_highlight=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_highlight-d038374765d25826.rlib --extern tree_sitter_sdml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_sdml-e8ab77d823a48072.rlib --extern 
url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -L native=/usr/lib/x86_64-linux-gnu -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sdml_parse CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-parse CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Simple Domain Modeling Language (SDML)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' 
CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name sdml_parse --edition=2021 sdml-parse/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C 
embed-bitcode=no --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=140eb02aa4444297 -C extra-filename=-140eb02aa4444297 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern codespan_reporting=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcodespan_reporting-7630b6891c00c124.rlib --extern 
paste=/<<PKGBUILDDIR>>/target/release/deps/libpaste-1348df7cb93691de.so --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern 
rust_decimal=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librust_decimal-996ae55c9fdf63be.rlib --extern sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern 
sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern search_path=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsearch_path-5361ce90b1792ba3.rlib --extern 
serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-9290bc0973811670.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern 
tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern tree_sitter=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter-9b9e6d3edb01f19a.rlib --extern 
tree_sitter_sdml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_sdml-e8ab77d823a48072.rlib --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -L native=/usr/lib/x86_64-linux-gnu -L 
native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=common CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-generate CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) generated Artifacts' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-generate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name common --edition=2021 sdml-generate/tests/common.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --cfg 'feature="default"' --cfg 
'feature="deps"' --cfg 'feature="hl"' --cfg 'feature="json"' --cfg 'feature="s-expr"' --cfg 'feature="serde_json"' --cfg 'feature="text_trees"' --cfg 'feature="tree-sitter-highlight"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deps", "hl", "json", "s-expr", "serde_json", "text_trees", "tree-sitter-highlight"))' -C metadata=d654159560d4a332 -C extra-filename=-d654159560d4a332 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern console=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libconsole-a03c2b5d758b065b.rlib --extern indicatif=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-489c5c565fd077bf.rlib --extern 
nu_ansi_term=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-625eac06ca428d13.rlib --extern paste=/<<PKGBUILDDIR>>/target/release/deps/libpaste-1348df7cb93691de.so --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libregex-bdb8091fd502700b.rlib --extern 
sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern sdml_generate=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_generate-7c4bddbd9cfc42ff.rlib --extern sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern 
serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-9290bc0973811670.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern serde_regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_regex-8d771c9a323f3cf2.rlib --extern tempfile=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-2cffccbafa210266.rlib --extern 
text_trees=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtext_trees-44baadc600eff9bb.rlib --extern tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern tree_sitter_highlight=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_highlight-d038374765d25826.rlib --extern tree_sitter_sdml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_sdml-e8ab77d823a48072.rlib --extern 
url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -L native=/usr/lib/x86_64-linux-gnu -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out`
   Compiling sdml-tera v0.1.0 (/<<PKGBUILDDIR>>/sdml-tera)
     Running `CARGO=/usr/bin/cargo CARGO_BIN_EXE_sdml-tera=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/sdml-tera CARGO_CRATE_NAME=test_render CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-tera CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain 
Modeling Language (SDML) Tera Integration' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-tera CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name 
test_render --edition=2021 sdml-tera/tests/test_render.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "cli", "clio", 
"human-panic", "sdml-parse"))' -C metadata=f2e8449010f437a1 -C extra-filename=-f2e8449010f437a1 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern 
sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern 
sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern sdml_tera=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_tera-ff320957d68f1f6a.rlib --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern tera=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtera-99a1804df15200b8.rlib -L native=/usr/lib/x86_64-linux-gnu -L 
native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out`
     Running `CARGO=/usr/bin/cargo CARGO_BIN_EXE_sdml-tera=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/sdml-tera CARGO_CRATE_NAME=test_context CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-tera CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain 
Modeling Language (SDML) Tera Integration' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-tera CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name 
test_context --edition=2021 sdml-tera/tests/test_context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "cli", "clio", 
"human-panic", "sdml-parse"))' -C metadata=18be1ee86a6c2c8d -C extra-filename=-18be1ee86a6c2c8d --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern 
sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern 
sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern sdml_tera=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_tera-ff320957d68f1f6a.rlib --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern tera=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtera-99a1804df15200b8.rlib -L native=/usr/lib/x86_64-linux-gnu -L 
native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out`
   Compiling sdml-core v0.3.1 (/<<PKGBUILDDIR>>/sdml-core)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sdml_core CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-core CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Core Model for Simple Domain Modeling Language (SDML)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-core CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name sdml_core --edition=2021 
sdml-core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="terms"' --cfg 'feature="tree-sitter"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", 
"terms", "tree-sitter"))' -C metadata=0c0c9797b0564f69 -C extra-filename=-0c0c9797b0564f69 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
codespan_reporting=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcodespan_reporting-7630b6891c00c124.rlib --extern convert_case=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libconvert_case-8e45ce6a9ddf9ed8.rlib --extern language_tags=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liblanguage_tags-10718d87e7e6ed99.rlib --extern 
lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-36d449fceec60ce4.rlib --extern ordered_float=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libordered_float-b14dcc64d001fe9c.rlib --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern 
regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libregex-bdb8091fd502700b.rlib --extern rust_decimal=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librust_decimal-996ae55c9fdf63be.rlib --extern sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern 
serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-9290bc0973811670.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern serde_regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_regex-8d771c9a323f3cf2.rlib --extern 
tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern tree_sitter=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter-9b9e6d3edb01f19a.rlib --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -L native=/usr/lib/x86_64-linux-gnu`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sdml_tera CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-tera CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) Tera Integration' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-tera CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 
CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name sdml_tera --edition=2021 sdml-tera/src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "cli", "clio", "human-panic", "sdml-parse"))' -C 
metadata=5824583351c509b4 -C extra-filename=-5824583351c509b4 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern 
sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern 
sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern 
tera=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtera-99a1804df15200b8.rlib -L native=/usr/lib/x86_64-linux-gnu -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out`
   Compiling sdml-errors v0.3.1 (/<<PKGBUILDDIR>>/sdml-errors)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sdml_errors CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-errors CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) errors and diagnostics.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' 
CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-errors CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name sdml_errors --edition=2021 sdml-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --cfg 
'feature="default"' --cfg 'feature="templates"' --cfg 'feature="tera"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "templates", "tera"))' -C metadata=c996215df2559693 -C extra-filename=-c996215df2559693 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C strip=debuginfo -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
codespan_reporting=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcodespan_reporting-7630b6891c00c124.rlib --extern heck=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libheck-549a9732da4187ae.rlib --extern 
i18n_embed=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libi18n_embed-42c0d92a5f4b99ac.rlib --extern i18n_embed_fl=/<<PKGBUILDDIR>>/target/release/deps/libi18n_embed_fl-090f5dd0142857f4.so --extern 
language_tags=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liblanguage_tags-10718d87e7e6ed99.rlib --extern rust_embed=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librust_embed-178bab4564363afd.rlib --extern 
tera=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtera-99a1804df15200b8.rlib --extern tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern 
tracing_subscriber=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing_subscriber-b5f605331d694aa9.rlib --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib`
    Finished `release` profile [optimized] target(s) in 19.28s
     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-cli CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Rust CLI for Simple Domain Modeling Language (SDML)' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-cli CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/sdml-1ed88e299aaf4f0d --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-core CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Core Model for Simple Domain Modeling Language (SDML)' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-core CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/sdml_core-0c0c9797b0564f69 --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 2 tests
test model::identifiers::tests::test_member_label ... ok
test model::identifiers::tests::test_type_label ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-errors CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) errors and diagnostics.' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-errors CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/sdml_errors-c996215df2559693 --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-generate CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) generated Artifacts' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-generate CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/sdml_generate-7e7f6141b3346a0f --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 15 tests
test convert::doc::tests::test_config_json_writer ... ok
test convert::doc::tests::test_config_json_reader ... ok
test convert::sexpr::tests::test_svalue_funcall ... ok
test convert::sexpr::tests::test_svalue_list ... ok
test convert::sexpr::tests::test_svalue_nested_funcall ... ok
test convert::sexpr::tests::test_svalue_single ... ok
test draw::filter::tests::test_create_empty_filter_json ... ok
test draw::filter::tests::test_create_enum_regex_destination_filter_json ... ok
test draw::filter::tests::test_create_no_stdlib_filter_json ... ok
test draw::filter::tests::test_create_member_import_filter_json ... ok
test draw::filter::tests::test_parse_empty_filter_json ... ok
test draw::filter::tests::test_parse_enum_regex_destination_filter_json ... ok
test draw::filter::tests::test_parse_member_import_filter_all_json ... ok
test draw::filter::tests::test_parse_member_import_filter_json ... ok
test draw::filter::tests::test_parse_no_stdlib_filter_json ... ok

test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-generate CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) generated Artifacts' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-generate CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/common-d654159560d4a332 --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-generate CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) generated Artifacts' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-generate CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/test_deps-cfe92df959c441cb --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 7 tests
test dependency_view_tests::test_import_member_only_dep_tree ... ok
test dependency_view_tests::test_import_module_only_dep_tree ... ok
test dependency_view_tests::test_import_multiple_members_dep_tree ... ok
test dependency_view_tests::test_import_module_version_dep_tree ... ok
test dependency_view_tests::test_import_multiple_mixed_dep_tree ... ok
test dependency_view_tests::test_import_multiple_module_version_dep_tree ... ok
test dependency_view_tests::test_import_multiple_modules_dep_tree ... ok

test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-generate CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) generated Artifacts' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-generate CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/test_rdf-c77ab67b6e571e09 --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 44 tests
test rdf_turtle_tests::test_annotation_multiple_integer_turtle ... ok
test rdf_turtle_tests::test_annotation_multiple_double_turtle ... ok
test rdf_turtle_tests::test_annotation_multiple_iri_turtle ... ok
test rdf_turtle_tests::test_annotation_multiple_language_string_turtle ... ok
test rdf_turtle_tests::test_annotation_multiple_separate_turtle ... ok
test rdf_turtle_tests::test_annotation_multiple_string_turtle ... ok
test rdf_turtle_tests::test_annotation_single_boolean_turtle ... ok
test rdf_turtle_tests::test_annotation_single_constructor_turtle ... ok
test rdf_turtle_tests::test_annotation_single_decimal_turtle ... ok
test rdf_turtle_tests::test_annotation_single_integer_turtle ... ok
test rdf_turtle_tests::test_annotation_single_double_turtle ... ok
test rdf_turtle_tests::test_annotation_single_iri_turtle ... ok
test rdf_turtle_tests::test_annotation_single_language_string_turtle ... ok
test rdf_turtle_tests::test_annotation_single_mapping_turtle ... ok
test rdf_turtle_tests::test_annotation_single_string_turtle ... ok
test rdf_turtle_tests::test_datatype_empty_turtle ... ok
test rdf_turtle_tests::test_datatype_from_string_turtle ... ok
test rdf_turtle_tests::test_datatype_with_restrictions_turtle ... ok
test rdf_turtle_tests::test_entity_empty_turtle ... ok
test rdf_turtle_tests::test_entity_with_diff_members_turtle ... ok
test rdf_turtle_tests::test_entity_with_members_turtle ... ok
test rdf_turtle_tests::test_entity_with_unknowns_turtle ... ok
test rdf_turtle_tests::test_import_member_only_turtle ... ok
test rdf_turtle_tests::test_event_empty_turtle ... ok
test rdf_turtle_tests::test_import_module_only_turtle ... ok
test rdf_turtle_tests::test_import_module_version_turtle ... ok
test rdf_turtle_tests::test_import_multiple_members_turtle ... ok
test rdf_turtle_tests::test_import_multiple_module_version_turtle ... ok
test rdf_turtle_tests::test_import_multiple_mixed_turtle ... ok
test rdf_turtle_tests::test_import_multiple_modules_turtle ... ok
test rdf_turtle_tests::test_module_annotations_turtle ... ok
test rdf_turtle_tests::test_module_empty_turtle ... ok
test rdf_turtle_tests::test_module_empty_with_base_turtle ... ok
test rdf_turtle_tests::test_module_empty_with_comments_turtle ... ok
test rdf_turtle_tests::test_module_empty_with_version_turtle ... ok
test rdf_turtle_tests::test_rdf_definitions_turtle ... ok
test rdf_turtle_tests::test_structure_empty_turtle ... ok
test rdf_turtle_tests::test_structure_mapping_type_turtle ... ok
test rdf_turtle_tests::test_structure_simple_types_turtle ... ok
test rdf_turtle_tests::test_structure_with_features_turtle ... ok
test rdf_turtle_tests::test_type_constructor_fix9_turtle ... ok
test rdf_turtle_tests::test_union_empty_turtle ... ok
test rdf_turtle_tests::test_union_rename_variant_turtle ... ok
test rdf_turtle_tests::test_union_variants_turtle ... ok

test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-generate CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) generated Artifacts' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-generate CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/test_source-b22b7e21618ed629 --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 2 tests
test test_generate_module_empty ... ok
test test_generate_module_empty_with_base ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-parse CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Simple Domain Modeling Language (SDML)' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-parse CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/sdml_parse-140eb02aa4444297 --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 3 tests
test load::tests::test_generate_catalog ... ok
test load::tests::test_parse_catalog ... ok
test load::tests::test_parse_catalog_with_group ... ok

test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-parse CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Simple Domain Modeling Language (SDML)' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-parse CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/test_api-11ddf78425261d9d --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 4 tests
test test_parse_empty_module ... ok
test test_parse_datatype ... ok
test test_parse_module_with_imports ... ok
test test_parse_module_with_annotations ... ok

test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-parse CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Simple Domain Modeling Language (SDML)' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-parse CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/test_examples-07b646b8faa8db4b --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 54 tests
test annotation_property_tests::test_annotation_multiple_integer ... ok
test annotation_property_tests::test_annotation_multiple_decimal ... ok
test annotation_property_tests::test_annotation_multiple_iri ... ok
test annotation_property_tests::test_annotation_multiple_language_string ... ok
test annotation_property_tests::test_annotation_multiple_separate ... ok
test annotation_property_tests::test_annotation_multiple_string ... ok
test annotation_property_tests::test_annotation_single_boolean ... ok
test annotation_property_tests::test_annotation_single_constructor ... ok
test annotation_property_tests::test_annotation_single_decimal ... ok
test annotation_property_tests::test_annotation_single_integer ... ok
test annotation_property_tests::test_annotation_single_binary ... FAILED
test annotation_property_tests::test_annotation_single_iri ... ok
test annotation_property_tests::test_annotation_single_language_string ... ok
test annotation_property_tests::test_annotation_single_mapping ... ok
test annotation_property_tests::test_annotation_single_string ... ok
test datatype_tests::test_datatype_empty ... ok
test datatype_tests::test_datatype_from_string ... ok
test entity_tests::test_entity_empty ... ok
test datatype_tests::test_datatype_with_restrictions ... ok
test entity_tests::test_entity_with_diff_members ... ok
test entity_tests::test_entity_with_constraints ... ok
test entity_tests::test_entity_with_members ... ok
test entity_tests::test_entity_with_unknowns ... ok
test enum_tests::test_enum_empty ... ok
test enum_tests::test_enum_variants ... ok
test event_tests::test_event_empty ... ok
test import_tests::test_import_member_only ... ok
test import_tests::test_import_module_only ... ok
test import_tests::test_import_module_version ... ok
test import_tests::test_import_multiple_members ... ok
test import_tests::test_import_multiple_mixed ... ok
test import_tests::test_import_multiple_module_version ... ok
test import_tests::test_import_multiple_modules ... ok
test informal_constraint_tests::test_constraint_informal ... ok
test informal_constraint_tests::test_constraint_informal_language ... ok
test informal_constraint_tests::test_constraint_informal_language_controlled 
... ok
test module_tests::test_module_empty ... ok
test module_tests::test_module_annotations ... ok
test module_tests::test_module_empty_with_base ... ok
test module_tests::test_module_empty_with_comments ... ok
test module_tests::test_module_empty_with_version ... ok
test module_tests::test_module_with_underscore ... ok
test property_tests::test_property_def_some ... ok
test property_tests::test_property_def_used ... ok
test structure_tests::test_structure_empty ... ok
test structure_tests::test_structure_mapping_type ... ok
test rdf_tests::test_rdf_definitions ... ok
test type_class_tests::test_type_class_empty ... ok
test structure_tests::test_structure_simple_types ... ok
test type_class_tests::test_type_class_subtype ... ok
test union_tests::test_union_empty ... ok
test union_tests::test_union_rename_variant ... ok
test type_class_tests::test_type_class_methods ... ok
test union_tests::test_union_variants ... ok

failures:

---- annotation_property_tests::test_annotation_single_binary stdout ----
Reading test example from 
"/<<PKGBUILDDIR>>/sdml-parse/tests/examples/annotation_single_binary.sdm"
thread 'annotation_property_tests::test_annotation_single_binary' panicked at 
sdml-parse/src/parse/values.rs:276:41:
Invalid value for Byte: ParseIntError { kind: InvalidDigit }
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::result::unwrap_failed
   3: sdml_parse::parse::values::parse_simple_value
   4: sdml_parse::parse::values::parse_value
   5: sdml_parse::parse::annotations::parse_annotation
   6: sdml_parse::parse::modules::parse_module_body
   7: sdml_parse::parse::modules::parse_module
   8: sdml_parse::parse::parse_str
   9: sdml_parse::load::FsModuleLoader::load_from_file
  10: test_examples::annotation_property_tests::test_annotation_single_binary
  11: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose 
backtrace.


failures:
    annotation_property_tests::test_annotation_single_binary

test result: FAILED. 53 passed; 1 failed; 0 ignored; 0 measured; 2 filtered 
out; finished in 0.01s

error: test failed, to rerun pass `-p sdml-parse --test test_examples`
     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-tera CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) Tera Integration' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-tera CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/sdml_tera-5824583351c509b4 --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-tera CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) Tera Integration' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-tera CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/test_context-18be1ee86a6c2c8d --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 5 tests
{
  "__type": "module",
  "base_uri": "http://example.org/v/2#";,
  "is_library_module": false,
  "name": "foo",
  "source_span": {
    "end": 43,
    "start": 0
  }
}test test_context_from_empty_module ... ok
{
  "__type": "module",
  "annotations": [
    {
      "__type": "property",
      "name": "dc:title",
      "source_span": {
        "end": 83,
        "start": 54
      },
      "value": {
        "__type": "string",
        "value": "\"The Foo module.\""
      }
    }
  ],
  "base_uri": "http://example.org/v/2#";,
  "imports": [
    {
      "module": "dc"
    }
  ],
  "is_library_module": false,
  "name": "foo",
  "source_span": {
    "end": 87,
    "start": 0
  }
}test test_context_from_module_with_annotations ... ok
{
  "__type": "module",
  "base_uri": "http://example.org/v/2#";,
  "is_library_module": false,
  "name": "foo",
  "source_span": {
    "end": 90,
    "start": 0
  },
  "version_info": "v2",
  "version_uri": "http://example.org/v/2024-10-4#";
}test test_context_from_module_with_version ... ok
{
  "__type": "module",
  "base_uri": "http://example.org/v/2#";,
  "imports": [
    {
      "module": "dc"
    },
    {
      "module": "skos"
    },
    {
      "module": "sdml"
    }
  ],
  "is_library_module": false,
  "name": "foo",
  "source_span": {
    "end": 76,
    "start": 0
  }
}{
  "__type": "module",
  "is_library_module": false,
  "name": "foo",
  "source_span": {
    "end": 17,
    "start": 0
  }
}test test_context_from_module_with_imports ... ok
test test_context_from_very_empty_module ... ok

test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-tera CARGO_PKG_AUTHORS='Simon Johnston 
<johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) Tera Integration' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-tera CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/test_render-f2e8449010f437a1 --skip 
'annotation_property_tests::test_annotation_multiple_double' --skip 'annotation_property_tests::test_annotation_single_double'`

running 5 tests
test test_render_empty_module ... ok
test test_render_module_with_annotations ... ok
test test_render_module_with_version ... ok
test test_render_module_with_imports ... ok
test test_render_very_empty_module ... ok

test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

   Doc-tests sdml_core
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sdml_core CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-core CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Core Model for Simple Domain Modeling Language (SDML)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-core CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustdoc --edition=2021 --crate-type lib --color auto --crate-name sdml_core --test sdml-core/src/lib.rs --test-run-directory 
/<<PKGBUILDDIR>>/sdml-core --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out -L native=/usr/lib/x86_64-linux-gnu --test-args --skip --test-args 
'annotation_property_tests::test_annotation_multiple_double' --test-args --skip --test-args 'annotation_property_tests::test_annotation_single_double' --extern codespan_reporting=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcodespan_reporting-7630b6891c00c124.rlib --extern 
convert_case=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libconvert_case-8e45ce6a9ddf9ed8.rlib --extern language_tags=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liblanguage_tags-10718d87e7e6ed99.rlib --extern lazy_static=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liblazy_static-36d449fceec60ce4.rlib --extern 
ordered_float=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libordered_float-b14dcc64d001fe9c.rlib --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libregex-bdb8091fd502700b.rlib --extern 
rust_decimal=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librust_decimal-996ae55c9fdf63be.rlib --extern sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern 
serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-9290bc0973811670.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern serde_regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_regex-8d771c9a323f3cf2.rlib --extern 
tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern tree_sitter=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter-9b9e6d3edb01f19a.rlib --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 
'feature="serde"' --cfg 'feature="terms"' --cfg 'feature="tree-sitter"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "terms", "tree-sitter"))' --error-format human`

running 5 tests
test sdml-core/src/model/walk.rs - model::walk (line 10) ... ignored
test sdml-core/src/load.rs - load (line 8) ... ok
test sdml-core/src/store.rs - store (line 5) ... ok
test sdml-core/src/store.rs - store::ModuleStore::resolve (line 147) ... ok
test sdml-core/src/store.rs - store::ModuleStore::resolve_or_in (line 173) ... 
ok

test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; 
finished in 1.16s

   Doc-tests sdml_errors
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sdml_errors CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-errors CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) errors and diagnostics.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' 
CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-errors CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustdoc --edition=2021 --crate-type lib --color auto --crate-name sdml_errors --test sdml-errors/src/lib.rs --test-run-directory /<<PKGBUILDDIR>>/sdml-errors --target x86_64-unknown-linux-gnu -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out -L native=/usr/lib/x86_64-linux-gnu --test-args --skip --test-args 
'annotation_property_tests::test_annotation_multiple_double' --test-args --skip --test-args 'annotation_property_tests::test_annotation_single_double' --extern codespan_reporting=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcodespan_reporting-7630b6891c00c124.rlib --extern 
heck=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libheck-549a9732da4187ae.rlib --extern i18n_embed=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libi18n_embed-42c0d92a5f4b99ac.rlib --extern i18n_embed_fl=/<<PKGBUILDDIR>>/target/release/deps/libi18n_embed_fl-090f5dd0142857f4.so 
--extern language_tags=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liblanguage_tags-10718d87e7e6ed99.rlib --extern rust_embed=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librust_embed-178bab4564363afd.rlib --extern 
sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern tera=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtera-99a1804df15200b8.rlib --extern 
tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern tracing_subscriber=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing_subscriber-b5f605331d694aa9.rlib --extern 
url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="templates"' --cfg 'feature="tera"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "templates", 
"tera"))' --error-format human`

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.00s

   Doc-tests sdml_generate
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sdml_generate CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-generate CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) generated Artifacts' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-generate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustdoc --edition=2021 --crate-type lib --color auto --crate-name sdml_generate --test sdml-generate/src/lib.rs --test-run-directory /<<PKGBUILDDIR>>/sdml-generate --target x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps -L 
native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out -L native=/usr/lib/x86_64-linux-gnu --test-args --skip --test-args 'annotation_property_tests::test_annotation_multiple_double' --test-args --skip --test-args 'annotation_property_tests::test_annotation_single_double' --extern console=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libconsole-a03c2b5d758b065b.rlib --extern 
indicatif=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libindicatif-489c5c565fd077bf.rlib --extern nu_ansi_term=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnu_ansi_term-625eac06ca428d13.rlib --extern paste=/<<PKGBUILDDIR>>/target/release/deps/libpaste-1348df7cb93691de.so --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern 
regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libregex-bdb8091fd502700b.rlib --extern sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern sdml_generate=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_generate-7c4bddbd9cfc42ff.rlib --extern 
sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-9290bc0973811670.rlib --extern serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern serde_regex=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_regex-8d771c9a323f3cf2.rlib --extern 
tempfile=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtempfile-2cffccbafa210266.rlib --extern text_trees=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtext_trees-44baadc600eff9bb.rlib --extern tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern tree_sitter_highlight=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_highlight-d038374765d25826.rlib --extern 
tree_sitter_sdml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_sdml-e8ab77d823a48072.rlib --extern url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="deps"' --cfg 'feature="hl"' --cfg 'feature="json"' --cfg 'feature="s-expr"' --cfg 'feature="serde_json"' --cfg 'feature="text_trees"' --cfg 
'feature="tree-sitter-highlight"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deps", "hl", "json", "s-expr", "serde_json", "text_trees", "tree-sitter-highlight"))' --error-format human`

running 6 tests
test sdml-generate/src/draw/concepts.rs - draw::concepts (line 5) - compile ... 
ok
test sdml-generate/src/convert/source.rs - convert::source (line 6) ... ok
test sdml-generate/src/draw/filter.rs - draw::filter (line 41) ... ok
test sdml-generate/src/draw/filter.rs - draw::filter::DefinitionFilter (line 
252) ... ok
test sdml-generate/src/draw/filter.rs - draw::filter (line 77) ... ok
test sdml-generate/src/lib.rs - (line 12) ... ok

test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 1.65s

   Doc-tests sdml_parse
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sdml_parse CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-parse CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Simple Domain Modeling Language (SDML)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' 
CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustdoc --edition=2021 --crate-type lib --color auto --crate-name sdml_parse --test sdml-parse/src/lib.rs --test-run-directory /<<PKGBUILDDIR>>/sdml-parse --target x86_64-unknown-linux-gnu -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps -L native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out -L native=/usr/lib/x86_64-linux-gnu --test-args --skip 
--test-args 'annotation_property_tests::test_annotation_multiple_double' --test-args --skip --test-args 'annotation_property_tests::test_annotation_single_double' --extern codespan_reporting=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcodespan_reporting-7630b6891c00c124.rlib --extern 
paste=/<<PKGBUILDDIR>>/target/release/deps/libpaste-1348df7cb93691de.so --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern 
rust_decimal=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librust_decimal-996ae55c9fdf63be.rlib --extern sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern 
sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern 
search_path=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsearch_path-5361ce90b1792ba3.rlib --extern serde=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde-9290bc0973811670.rlib --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern tracing=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtracing-411dc1edd4f5baf9.rlib --extern 
tree_sitter=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter-9b9e6d3edb01f19a.rlib --extern tree_sitter_sdml=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtree_sitter_sdml-e8ab77d823a48072.rlib --extern 
url=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/liburl-d2350bf3f0bb2377.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --error-format human`

running 1 test
test sdml-parse/src/lib.rs - (line 12) - compile ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.05s

   Doc-tests sdml_tera
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=sdml_tera CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/sdml-tera CARGO_PKG_AUTHORS='Simon Johnston <johnston...@gmail.com>' CARGO_PKG_DESCRIPTION='Simple Domain Modeling Language (SDML) Tera Integration' CARGO_PKG_HOMEPAGE='' 
CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE=../LICENSE CARGO_PKG_NAME=sdml-tera CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/johnstonskj/rust-sdml.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 
CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustdoc --edition=2021 --crate-type lib --color auto --crate-name sdml_tera --test sdml-tera/src/lib.rs --test-run-directory /<<PKGBUILDDIR>>/sdml-tera --target 
x86_64-unknown-linux-gnu -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L dependency=/<<PKGBUILDDIR>>/target/release/deps -L 
native=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/build/tree-sitter-sdml-125fe92c39323d86/out -L native=/usr/lib/x86_64-linux-gnu --test-args --skip --test-args 'annotation_property_tests::test_annotation_multiple_double' --test-args --skip --test-args 
'annotation_property_tests::test_annotation_single_double' --extern pretty_assertions=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libpretty_assertions-613243efa204a5aa.rlib --extern 
sdml_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_core-4c19e8bfb8bd608d.rlib --extern sdml_errors=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_errors-cd8ab0faae6d8034.rlib --extern 
sdml_parse=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_parse-7478295c6002b80e.rlib --extern sdml_tera=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libsdml_tera-ff320957d68f1f6a.rlib --extern 
serde_json=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libserde_json-f879a75c28899aa5.rlib --extern tera=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtera-99a1804df15200b8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' 
--check-cfg 'cfg(feature, values("clap", "cli", "clio", "human-panic", "sdml-parse"))' --error-format human`

running 1 test
test sdml-tera/src/lib.rs - (line 94) ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.20s

error: 1 target failed:
    `-p sdml-parse --test test_examples`
dh_auto_test: error: /usr/share/dh-rust/bin/cargo test --no-fail-fast -- --skip 
annotation_property_tests::test_annotation_multiple_double --skip 
annotation_property_tests::test_annotation_single_double returned exit code 101
make[1]: *** [debian/rules:41: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:38: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202410/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

Reply via email to