[INFO] cloning repository https://github.com/kafkesc/kcl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kafkesc/kcl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkafkesc%2Fkcl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkafkesc%2Fkcl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b9d46dcceafd7b97fb68291e94548105cee1d497
[INFO] testing kafkesc/kcl against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkafkesc%2Fkcl" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kafkesc/kcl
[INFO] finished tweaking git repo https://github.com/kafkesc/kcl
[INFO] tweaked toml for git repo https://github.com/kafkesc/kcl written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kafkesc/kcl on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kafkesc/kcl already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7fc72b52cb996bfd4f007fc6df9a2218f827d7ae1b2e830817d90692ec196e39
[INFO] running `Command { std: "docker" "start" "-a" "7fc72b52cb996bfd4f007fc6df9a2218f827d7ae1b2e830817d90692ec196e39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7fc72b52cb996bfd4f007fc6df9a2218f827d7ae1b2e830817d90692ec196e39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fc72b52cb996bfd4f007fc6df9a2218f827d7ae1b2e830817d90692ec196e39", kill_on_drop: false }`
[INFO] [stdout] 7fc72b52cb996bfd4f007fc6df9a2218f827d7ae1b2e830817d90692ec196e39
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7480febaa9f0f196dedde5d832db0b24fc9eb0ce9365c8386ea75445c2481a78
[INFO] running `Command { std: "docker" "start" "-a" "7480febaa9f0f196dedde5d832db0b24fc9eb0ce9365c8386ea75445c2481a78", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling toml_datetime v0.6.6
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling anstyle-query v1.0.3
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling rdkafka-sys v4.7.0+2.3.0
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling openssl-src v300.2.3+3.2.1
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling parking_lot v0.12.2
[INFO] [stderr]    Compiling os_pipe v1.1.5
[INFO] [stderr]    Compiling shared_child v1.0.0
[INFO] [stderr]    Compiling duct v0.13.7
[INFO] [stderr]    Compiling exit-code v1.0.0
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling libz-sys v1.1.16
[INFO] [stderr]    Compiling krb5-src v0.3.3+1.19.2
[INFO] [stderr]    Compiling sasl2-sys v0.1.22+2.1.28
[INFO] [stderr]    Compiling syn v2.0.65
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.32
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling ctrlc v3.4.4
[INFO] [stderr]    Compiling const_format v0.2.32
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling num_enum_derive v0.5.11
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling num_enum v0.5.11
[INFO] [stderr]    Compiling env_filter v0.1.0
[INFO] [stderr]    Compiling env_logger v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling bytes_parser v0.1.5
[INFO] [stderr]    Compiling konsumer_offsets v0.3.2
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling h2 v0.4.5
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.16
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustcgufR6T"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `serde_path_to_error` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustcIrOFyK"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `serde_json` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write /tmp/rustcqddzlx/lib.rmeta: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `h2` (lib) due to 1 previous error
[INFO] [stderr] error: failed to run custom build command for `openssl-sys v0.9.102`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/openssl-sys-75c19f969b0bc9a7/build-script-main` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR
[INFO] [stderr]   X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR unset
[INFO] [stderr]   cargo:rerun-if-env-changed=OPENSSL_NO_VENDOR
[INFO] [stderr]   OPENSSL_NO_VENDOR unset
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CC
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC
[INFO] [stderr]   CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR_x86_64-unknown-linux-gnu
[INFO] [stderr]   AR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR_x86_64_unknown_linux_gnu
[INFO] [stderr]   AR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_AR
[INFO] [stderr]   HOST_AR = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR
[INFO] [stderr]   AR = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   ARFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   ARFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_ARFLAGS
[INFO] [stderr]   HOST_ARFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS
[INFO] [stderr]   ARFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=RANLIB_x86_64-unknown-linux-gnu
[INFO] [stderr]   RANLIB_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=RANLIB_x86_64_unknown_linux_gnu
[INFO] [stderr]   RANLIB_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_RANLIB
[INFO] [stderr]   HOST_RANLIB = None
[INFO] [stderr]   cargo:rerun-if-env-changed=RANLIB
[INFO] [stderr]   RANLIB = None
[INFO] [stderr]   cargo:rerun-if-env-changed=RANLIBFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   RANLIBFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=RANLIBFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   RANLIBFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_RANLIBFLAGS
[INFO] [stderr]   HOST_RANLIBFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=RANLIBFLAGS
[INFO] [stderr]   RANLIBFLAGS = None
[INFO] [stderr]   running cd "/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/build/src" && env -u CROSS_COMPILE AR="ar" CC="cc" RANLIB="ranlib" "perl" "./Configure" "--prefix=/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install" "--openssldir=/usr/local/ssl" "no-dso" "no-shared" "no-ssl3" "no-tests" "no-comp" "no-zlib" "no-zlib-dynamic" "--libdir=lib" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64"
[INFO] [stderr]   Configuring OpenSSL version 3.2.1 for target linux-x86_64
[INFO] [stderr]   Using os-specific seed configuration
[INFO] [stderr]   Created configdata.pm
[INFO] [stderr]   Running configdata.pm
[INFO] [stderr]   Created Makefile.in
[INFO] [stderr]   Created Makefile
[INFO] [stderr]   Created include/openssl/configuration.h
[INFO] [stderr] 
[INFO] [stderr]   **********************************************************************
[INFO] [stderr]   ***                                                                ***
[INFO] [stderr]   ***   OpenSSL has been successfully configured                     ***
[INFO] [stderr]   ***                                                                ***
[INFO] [stderr]   ***   If you encounter a problem while building, please open an    ***
[INFO] [stderr]   ***   issue on GitHub <https://github.com/openssl/openssl/issues>  ***
[INFO] [stderr]   ***   and include the output from the following command:           ***
[INFO] [stderr]   ***                                                                ***
[INFO] [stderr]   ***       perl configdata.pm --dump                                ***
[INFO] [stderr]   ***                                                                ***
[INFO] [stderr]   ***   (If you are new to OpenSSL, you might want to consult the    ***
[INFO] [stderr]   ***   'Troubleshooting' section in the INSTALL.md file first)      ***
[INFO] [stderr]   ***                                                                ***
[INFO] [stderr]   **********************************************************************
[INFO] [stderr]   running cd "/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/build/src" && "make" "depend"
[INFO] [stderr]   running cd "/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/build/src" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "make" "build_libs"
[INFO] [stderr]   /usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" crypto/params_idx.c.in > crypto/params_idx.c
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/crypto/dso_conf.h.in > include/crypto/dso_conf.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" include/internal/param_names.h.in > include/internal/param_names.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/asn1.h.in > include/openssl/asn1.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/asn1t.h.in > include/openssl/asn1t.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/bio.h.in > include/openssl/bio.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/cmp.h.in > include/openssl/cmp.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/cms.h.in > include/openssl/cms.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/conf.h.in > include/openssl/conf.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" include/openssl/core_names.h.in > include/openssl/core_names.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/crmf.h.in > include/openssl/crmf.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/crypto.h.in > include/openssl/crypto.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ct.h.in > include/openssl/ct.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/err.h.in > include/openssl/err.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ess.h.in > include/openssl/ess.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/fipskey.h.in > include/openssl/fipskey.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/lhash.h.in > include/openssl/lhash.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ocsp.h.in > include/openssl/ocsp.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/opensslv.h.in > include/openssl/opensslv.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/pkcs12.h.in > include/openssl/pkcs12.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/pkcs7.h.in > include/openssl/pkcs7.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/safestack.h.in > include/openssl/safestack.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/srp.h.in > include/openssl/srp.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ssl.h.in > include/openssl/ssl.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ui.h.in > include/openssl/ui.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/x509.h.in > include/openssl/x509.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/x509_vfy.h.in > include/openssl/x509_vfy.h
[INFO] [stderr]   /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/x509v3.h.in > include/openssl/x509v3.h
[INFO] [stderr]   make depend && make _build_libs
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/build/src'
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/build/src'
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/build/src'
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-app_libctx.d.tmp -MT apps/lib/libapps-lib-app_libctx.o -c -o apps/lib/libapps-lib-app_libctx.o apps/lib/app_libctx.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-app_params.d.tmp -MT apps/lib/libapps-lib-app_params.o -c -o apps/lib/libapps-lib-app_params.o apps/lib/app_params.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-app_provider.d.tmp -MT apps/lib/libapps-lib-app_provider.o -c -o apps/lib/libapps-lib-app_provider.o apps/lib/app_provider.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-app_rand.d.tmp -MT apps/lib/libapps-lib-app_rand.o -c -o apps/lib/libapps-lib-app_rand.o apps/lib/app_rand.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-app_x509.d.tmp -MT apps/lib/libapps-lib-app_x509.o -c -o apps/lib/libapps-lib-app_x509.o apps/lib/app_x509.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-apps.d.tmp -MT apps/lib/libapps-lib-apps.o -c -o apps/lib/libapps-lib-apps.o apps/lib/apps.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-apps_opt_printf.d.tmp -MT apps/lib/libapps-lib-apps_opt_printf.o -c -o apps/lib/libapps-lib-apps_opt_printf.o apps/lib/apps_opt_printf.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-apps_ui.d.tmp -MT apps/lib/libapps-lib-apps_ui.o -c -o apps/lib/libapps-lib-apps_ui.o apps/lib/apps_ui.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-columns.d.tmp -MT apps/lib/libapps-lib-columns.o -c -o apps/lib/libapps-lib-columns.o apps/lib/columns.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-engine.d.tmp -MT apps/lib/libapps-lib-engine.o -c -o apps/lib/libapps-lib-engine.o apps/lib/engine.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-engine_loader.d.tmp -MT apps/lib/libapps-lib-engine_loader.o -c -o apps/lib/libapps-lib-engine_loader.o apps/lib/engine_loader.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-fmt.d.tmp -MT apps/lib/libapps-lib-fmt.o -c -o apps/lib/libapps-lib-fmt.o apps/lib/fmt.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-http_server.d.tmp -MT apps/lib/libapps-lib-http_server.o -c -o apps/lib/libapps-lib-http_server.o apps/lib/http_server.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-log.d.tmp -MT apps/lib/libapps-lib-log.o -c -o apps/lib/libapps-lib-log.o apps/lib/log.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-names.d.tmp -MT apps/lib/libapps-lib-names.o -c -o apps/lib/libapps-lib-names.o apps/lib/names.c
[INFO] [stderr]   cc  -I. -Iinclude -Iapps/include  -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG  -MMD -MF apps/lib/libapps-lib-opt.d.tmp -MT apps/lib/libapps-lib-opt.o -c -o apps/lib/libapps-lib-opt.o apps/lib/opt.c
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/build/src'
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   apps/lib/names.c:45:1: fatal error: error writing to /tmp/ccdfylKs.s: No space left on device
[INFO] [stderr]      45 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   make[1]: *** [Makefile:3928: apps/lib/libapps-lib-names.o] Error 1
[INFO] [stderr]   make[1]: *** Waiting for unfinished jobs....
[INFO] [stderr]   apps/lib/log.c:108:1: fatal error: error writing to /tmp/ccw6Hqh9.s: No space left on device
[INFO] [stderr]     108 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   apps/lib/app_libctx.c:47:1: fatal error: error writing to /tmp/ccDMKbjc.s: No space left on device
[INFO] [stderr]      47 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   apps/lib/columns.c:26:1: fatal error: error writing to /tmp/ccftCm7C.s: No space left on device
[INFO] [stderr]      26 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   apps/lib/app_x509.c:137:1: fatal error: error writing to /tmp/cccO3Nww.s: No space left on device
[INFO] [stderr]     137 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   apps/lib/app_provider.c:92:1: fatal error: error writing to /tmp/ccWhnBiI.s: No space left on device
[INFO] [stderr]      92 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   make[1]: *** [Makefile:3920: apps/lib/libapps-lib-log.o] Error 1
[INFO] [stderr]   apps/lib/app_params.c:131:1: fatal error: error writing to /tmp/ccyfevUX.s: No space left on device
[INFO] [stderr]     131 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   apps/lib/engine.c:193:1: fatal error: error writing to /tmp/ccg2PNP4.s: No space left on device
[INFO] [stderr]     193 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   make[1]: *** [Makefile:3880: apps/lib/libapps-lib-columns.o] Error 1
[INFO] [stderr]   make[1]: *** [Makefile:3816: apps/lib/libapps-lib-app_libctx.o] Error 1
[INFO] [stderr]   make[1]: *** [Makefile:3848: apps/lib/libapps-lib-app_x509.o] Error 1
[INFO] [stderr]   make[1]: *** [Makefile:3824: apps/lib/libapps-lib-app_params.o] Error 1
[INFO] [stderr]   make[1]: *** [Makefile:3832: apps/lib/libapps-lib-app_provider.o] Error 1
[INFO] [stderr]   make[1]: *** [Makefile:3888: apps/lib/libapps-lib-engine.o] Error 1
[INFO] [stderr]   apps/lib/apps_ui.c:223:1: fatal error: error writing to /tmp/ccCPe3Bz.s: No space left on device
[INFO] [stderr]     223 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   make[1]: *** [Makefile:3872: apps/lib/libapps-lib-apps_ui.o] Error 1
[INFO] [stderr]   apps/lib/engine_loader.c:188:1: fatal error: error writing to /tmp/ccEpSd8X.s: No space left on device
[INFO] [stderr]     188 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   apps/lib/app_rand.c:122:1: fatal error: error writing to /tmp/ccCzsuix.s: No space left on device
[INFO] [stderr]     122 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   make[1]: *** [Makefile:3896: apps/lib/libapps-lib-engine_loader.o] Error 1
[INFO] [stderr]   make[1]: *** [Makefile:3840: apps/lib/libapps-lib-app_rand.o] Error 1
[INFO] [stderr]   apps/lib/http_server.c:549:1: fatal error: error writing to /tmp/ccUwZSHz.s: No space left on device
[INFO] [stderr]     549 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   make[1]: *** [Makefile:3912: apps/lib/libapps-lib-http_server.o] Error 1
[INFO] [stderr]   apps/lib/opt.c:1279:1: fatal error: error writing to /tmp/cc74cCyO.s: No space left on device
[INFO] [stderr]    1279 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   make[1]: *** [Makefile:3936: apps/lib/libapps-lib-opt.o] Error 1
[INFO] [stderr]   apps/lib/apps.c:3458:1: fatal error: error writing to /tmp/cccEU7ac.s: No space left on device
[INFO] [stderr]    3458 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   make[1]: *** [Makefile:3856: apps/lib/libapps-lib-apps.o] Error 1
[INFO] [stderr]   make: *** [Makefile:2315: build_libs] Error 2
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (988) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-src-300.2.3+3.2.1/src/lib.rs:611:9:
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   Error building OpenSSL:
[INFO] [stderr]       Command: cd "/opt/rustwide/target/debug/build/openssl-sys-25883f6826d73a9a/out/openssl-build/build/src" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "make" "build_libs"
[INFO] [stderr]       Exit status: exit status: 2
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]       
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x603e5a318152 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x603e5a318152 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x603e5a318152 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x603e5a318152 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x603e5a328fef - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x603e5a328fef - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stderr]      6:     0x603e5a2e6223 - std::io::default_write_fmt::hf7668c9f69c3a921
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x603e5a2e6223 - std::io::Write::write_fmt::ha6503cd07dd1d506
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x603e5a2f2452 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x603e5a2f574c - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stderr]     10:     0x603e5a2f55a6 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:328:9
[INFO] [stderr]     11:     0x603e5a2f5d25 - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:834:13
[INFO] [stderr]     12:     0x603e5a2f5bba - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stderr]     13:     0x603e5a2f2589 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x603e5a2da3bd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stderr]     15:     0x603e5a32cf50 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x603e5a27096d - openssl_src::Build::run_command::hab2563315b36555c
[INFO] [stderr]     17:     0x603e5a27575e - openssl_src::Build::build::h1cd58a7e1e6c2ef5
[INFO] [stderr]     18:     0x603e5a1fd813 - build_script_main::find_vendored::get_openssl::h29c264231d302c74
[INFO] [stderr]     19:     0x603e5a1fd748 - build_script_main::find_openssl::ha8f3f44012992589
[INFO] [stderr]     20:     0x603e5a201351 - build_script_main::main::hb879697ba626e0ce
[INFO] [stderr]     21:     0x603e5a2089f3 - core::ops::function::FnOnce::call_once::hfc31d252387368c6
[INFO] [stderr]     22:     0x603e5a208176 - std::sys::backtrace::__rust_begin_short_backtrace::h51e304505a95a3e5
[INFO] [stderr]     23:     0x603e5a207e59 - std::rt::lang_start::{{closure}}::hf8d9b3c7e5f0e908
[INFO] [stderr]     24:     0x603e5a2e7b00 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hfe01ef9c04091e5f
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     25:     0x603e5a2e7b00 - std::panicking::catch_unwind::do_call::h3720541c1dc2745c
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stderr]     26:     0x603e5a2e7b00 - std::panicking::catch_unwind::hf812e1c72a8544c2
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stderr]     27:     0x603e5a2e7b00 - std::panic::catch_unwind::h9e80dffea8831154
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stderr]     28:     0x603e5a2e7b00 - std::rt::lang_start_internal::{{closure}}::h03410fa218b2c977
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:175:24
[INFO] [stderr]     29:     0x603e5a2e7b00 - std::panicking::catch_unwind::do_call::hcc46efa18e4a9c15
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stderr]     30:     0x603e5a2e7b00 - std::panicking::catch_unwind::hc0afbf6668eb863a
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stderr]     31:     0x603e5a2e7b00 - std::panic::catch_unwind::h9640c0d1343096b8
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stderr]     32:     0x603e5a2e7b00 - std::rt::lang_start_internal::hea659f61d058debe
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:171:5
[INFO] [stderr]     33:     0x603e5a207e41 - std::rt::lang_start::h838d825ba9db1538
[INFO] [stderr]     34:     0x603e5a204de5 - main
[INFO] [stderr]     35:     0x755f408d21ca - <unknown>
[INFO] [stderr]     36:     0x755f408d228b - __libc_start_main
[INFO] [stderr]     37:     0x603e5a1faae5 - _start
[INFO] [stderr]     38:                0x0 - <unknown>
[INFO] [stderr] error: failed to run custom build command for `krb5-src v0.3.3+1.19.2`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/krb5-src-462c985f224f9c6b/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   checking for gcc... gcc
[INFO] [stderr]   checking whether the C compiler works... yes
[INFO] [stderr]   checking for C compiler default output file name... a.out
[INFO] [stderr]   checking for suffix of executables... 
[INFO] [stderr]   checking whether we are cross compiling... no
[INFO] [stderr]   checking for suffix of object files... o
[INFO] [stderr]   checking whether the compiler supports GNU C... yes
[INFO] [stderr]   checking whether gcc accepts -g... yes
[INFO] [stderr]   checking for gcc option to enable C11 features... none needed
[INFO] [stderr]   checking for g++... g++
[INFO] [stderr]   checking whether the compiler supports GNU C++... yes
[INFO] [stderr]   checking whether g++ accepts -g... yes
[INFO] [stderr]   checking for g++ option to enable C++11 features... none needed
[INFO] [stderr]   checking if C compiler supports -Werror=unknown-warning-option... no
[INFO] [stderr]   checking how to run the C preprocessor... gcc -E
[INFO] [stderr]   checking for pkg-config... /usr/bin/pkg-config
[INFO] [stderr]   checking pkg-config is at least version 0.9.0... yes
[INFO] [stderr]   checking build system type... x86_64-pc-linux-gnu
[INFO] [stderr]   checking host system type... x86_64-pc-linux-gnu
[INFO] [stderr]   checking for a sed that does not truncate output... /usr/bin/sed
[INFO] [stderr]   checking for grep that handles long lines and -e... /usr/bin/grep
[INFO] [stderr]   checking for egrep... /usr/bin/grep -E
[INFO] [stderr]   checking for GNU linker... yes
[INFO] [stderr]   configure: adding extra warning flags for gcc
[INFO] [stderr]   configure: skipping pedantic warnings on Linux
[INFO] [stderr]   configure: adding extra warning flags for g++
[INFO] [stderr]   checking if C compiler supports -Wno-format-zero-length... yes
[INFO] [stderr]   checking if C compiler supports -Woverflow... yes
[INFO] [stderr]   checking if C compiler supports -Wstrict-overflow... yes
[INFO] [stderr]   checking if C compiler supports -Wmissing-format-attribute... yes
[INFO] [stderr]   checking if C compiler supports -Wmissing-prototypes... yes
[INFO] [stderr]   checking if C compiler supports -Wreturn-type... yes
[INFO] [stderr]   checking if C compiler supports -Wmissing-braces... yes
[INFO] [stderr]   checking if C compiler supports -Wparentheses... yes
[INFO] [stderr]   checking if C compiler supports -Wswitch... yes
[INFO] [stderr]   checking if C compiler supports -Wunused-function... yes
[INFO] [stderr]   checking if C compiler supports -Wunused-label... yes
[INFO] [stderr]   checking if C compiler supports -Wunused-variable... yes
[INFO] [stderr]   checking if C compiler supports -Wunused-value... yes
[INFO] [stderr]   checking if C compiler supports -Wunknown-pragmas... yes
[INFO] [stderr]   checking if C compiler supports -Wsign-compare... yes
[INFO] [stderr]   checking if C compiler supports -Wnewline-eof... no
[INFO] [stderr]   checking if C compiler supports -Werror=uninitialized... yes
[INFO] [stderr]   checking if C compiler supports -Wno-maybe-uninitialized... yes
[INFO] [stderr]   checking if C compiler supports -Werror=pointer-arith... yes
[INFO] [stderr]   checking if C compiler supports -Werror=int-conversion... yes
[INFO] [stderr]   checking if C compiler supports -Werror=incompatible-pointer-types... yes
[INFO] [stderr]   checking if C compiler supports -Werror=discarded-qualifiers... yes
[INFO] [stderr]   checking if C compiler supports -Werror=implicit-int... yes
[INFO] [stderr]   checking if C compiler supports -Werror=declaration-after-statement... yes
[INFO] [stderr]   checking if C compiler supports -Werror-implicit-function-declaration... yes
[INFO] [stderr]   checking which version of com_err to use... krb5
[INFO] [stderr]   checking which version of subsystem package to use... krb5
[INFO] [stderr]   checking for an ANSI C-conforming const... yes
[INFO] [stderr]   checking for gethostbyname... yes
[INFO] [stderr]   checking for socket... yes
[INFO] [stderr]   checking for main in -lresolv... yes
[INFO] [stderr]   checking for res_ninit... yes
[INFO] [stderr]   checking for res_nclose... yes
[INFO] [stderr]   checking for res_ndestroy... no
[INFO] [stderr]   checking for res_nsearch... yes
[INFO] [stderr]   checking for ns_initparse... yes
[INFO] [stderr]   checking for ns_name_uncompress... yes
[INFO] [stderr]   checking for dn_skipname... yes
[INFO] [stderr]   checking for res_search... yes
[INFO] [stderr]   checking whether pragma weak references are supported... yes
[INFO] [stderr]   checking for constructor/destructor attribute support... yes,yes
[INFO] [stderr]   configure: enabling thread support
[INFO] [stderr]   checking whether gcc is Clang... no
[INFO] [stderr]   checking whether pthreads work with -pthread... yes
[INFO] [stderr]   checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
[INFO] [stderr]   checking whether more special flags are required for pthreads... no
[INFO] [stderr]   checking for PTHREAD_PRIO_INHERIT... yes
[INFO] [stderr]   configure: PTHREAD_CC = gcc
[INFO] [stderr]   configure: PTHREAD_CFLAGS = -pthread
[INFO] [stderr]   configure: PTHREAD_LIBS = 
[INFO] [stderr]   checking for pthread_once... yes
[INFO] [stderr]   checking for pthread_rwlock_init... yes
[INFO] [stderr]   configure: rechecking with PTHREAD_... options
[INFO] [stderr]   checking for pthread_rwlock_init in -lc... yes
[INFO] [stderr]   checking for library containing dlopen... none required
[INFO] [stderr]   checking for pkg-config... (cached) /usr/bin/pkg-config
[INFO] [stderr]   checking pkg-config is at least version 0.9.0... yes
[INFO] [stderr]   checking for stdio.h... yes
[INFO] [stderr]   checking for stdlib.h... yes
[INFO] [stderr]   checking for string.h... yes
[INFO] [stderr]   checking for inttypes.h... yes
[INFO] [stderr]   checking for stdint.h... yes
[INFO] [stderr]   checking for strings.h... yes
[INFO] [stderr]   checking for sys/stat.h... yes
[INFO] [stderr]   checking for sys/types.h... yes
[INFO] [stderr]   checking for unistd.h... yes
[INFO] [stderr]   checking for sys/time.h... yes
[INFO] [stderr]   checking for stdint.h... (cached) yes
[INFO] [stderr]   checking whether integers are two's complement... yes
[INFO] [stderr]   checking whether CHAR_BIT is 8... yes
[INFO] [stderr]   checking if va_copy is available... yes
[INFO] [stderr]   checking if va_list objects can be copied by assignment... no
[INFO] [stderr]   configure: using static libraries
[INFO] [stderr]   checking for tclConfig.sh... not found
[INFO] [stderr]   checking whether ln -s works... yes
[INFO] [stderr]   checking for ranlib... ranlib
[INFO] [stderr]   checking for a BSD-compatible install... /usr/bin/install -c
[INFO] [stderr]   checking for ar... ar
[INFO] [stderr]   checking for perl... perl
[INFO] [stderr]   checking for working regcomp... yes
[INFO] [stderr]   checking for mode_t... yes
[INFO] [stderr]   checking if daemon needs a prototype provided... no
[INFO] [stderr]   checking if getsockname() takes arguments struct sockaddr * and size_t *... no
[INFO] [stderr]   checking if getsockname() takes arguments struct sockaddr * and int *... no
[INFO] [stderr]   checking if getsockname() takes arguments struct sockaddr * and socklen_t *... yes
[INFO] [stderr]   checking for main in -lutil... yes
[INFO] [stderr]   checking for sys/sockio.h... no
[INFO] [stderr]   checking for ifaddrs.h... yes
[INFO] [stderr]   checking for unistd.h... (cached) yes
[INFO] [stderr]   checking for fnmatch.h... yes
[INFO] [stderr]   checking for vsprintf... yes
[INFO] [stderr]   checking for vasprintf... yes
[INFO] [stderr]   checking for vsnprintf... yes
[INFO] [stderr]   checking for strlcpy... yes
[INFO] [stderr]   checking for fnmatch... yes
[INFO] [stderr]   checking for secure_getenv... yes
[INFO] [stderr]   checking for strlcpy... (cached) yes
[INFO] [stderr]   checking for getopt... yes
[INFO] [stderr]   checking for getopt_long... yes
[INFO] [stderr]   checking for fnmatch... (cached) yes
[INFO] [stderr]   checking for vasprintf... (cached) yes
[INFO] [stderr]   checking if vasprintf needs a prototype provided... no
[INFO] [stderr]   checking if swab needs a prototype provided... no
[INFO] [stderr]   checking for secure_getenv... (cached) yes
[INFO] [stderr]   checking for gawk... no
[INFO] [stderr]   checking for mawk... mawk
[INFO] [stderr]   checking for struct sockaddr.sa_len... no
[INFO] [stderr]   checking for sys/types.h... (cached) yes
[INFO] [stderr]   checking for sys/socket.h... yes
[INFO] [stderr]   checking for netinet/in.h... yes
[INFO] [stderr]   checking for netdb.h... yes
[INFO] [stderr]   checking for inet_ntop... yes
[INFO] [stderr]   checking for inet_pton... yes
[INFO] [stderr]   checking for getnameinfo... yes
[INFO] [stderr]   checking for getaddrinfo... yes
[INFO] [stderr]   checking for IPv6 compile-time support without -DINET6... yes
[INFO] [stderr]   checking for struct sockaddr.sa_len... (cached) no
[INFO] [stderr]   checking for sigprocmask... yes
[INFO] [stderr]   checking for sigset_t and POSIX_SIGNALS... yes
[INFO] [stderr]   checking for SSL_CTX_new in -lssl... yes
[INFO] [stderr]   checking for OpenSSL... yes
[INFO] [stderr]   configure: TLS module will use OpenSSL
[INFO] [stderr]   checking for keyutils.h... no
[INFO] [stderr]   checking for EC_POINT_new in -lcrypto... yes
[INFO] [stderr]   checking for yasm... no
[INFO] [stderr]   checking for cpuid.h... yes
[INFO] [stderr]   checking return type of signal handlers... void
[INFO] [stderr]   checking for flex... no
[INFO] [stderr]   checking for lex... no
[INFO] [stderr]   checking for an ANSI C-conforming const... (cached) yes
[INFO] [stderr]   checking for dirent.h that defines DIR... yes
[INFO] [stderr]   checking for library containing opendir... none required
[INFO] [stderr]   checking for gcc options needed to detect all undeclared functions... none needed
[INFO] [stderr]   checking whether strerror_r is declared... yes
[INFO] [stderr]   checking whether strerror_r returns char *... yes
[INFO] [stderr]   checking for strdup... yes
[INFO] [stderr]   checking for setvbuf... yes
[INFO] [stderr]   checking for seteuid... yes
[INFO] [stderr]   checking for setresuid... yes
[INFO] [stderr]   checking for setreuid... yes
[INFO] [stderr]   checking for setegid... yes
[INFO] [stderr]   checking for setresgid... yes
[INFO] [stderr]   checking for setregid... yes
[INFO] [stderr]   checking for setsid... yes
[INFO] [stderr]   checking for flock... yes
[INFO] [stderr]   checking for fchmod... yes
[INFO] [stderr]   checking for chmod... yes
[INFO] [stderr]   checking for strptime... yes
[INFO] [stderr]   checking for geteuid... yes
[INFO] [stderr]   checking for setenv... yes
[INFO] [stderr]   checking for unsetenv... yes
[INFO] [stderr]   checking for getenv... yes
[INFO] [stderr]   checking for gmtime_r... yes
[INFO] [stderr]   checking for localtime_r... yes
[INFO] [stderr]   checking for bswap16... no
[INFO] [stderr]   checking for bswap64... no
[INFO] [stderr]   checking for mkstemp... yes
[INFO] [stderr]   checking for getusershell... yes
[INFO] [stderr]   checking for access... yes
[INFO] [stderr]   checking for getcwd... yes
[INFO] [stderr]   checking for srand48... yes
[INFO] [stderr]   checking for srand... yes
[INFO] [stderr]   checking for srandom... yes
[INFO] [stderr]   checking for stat... yes
[INFO] [stderr]   checking for strchr... yes
[INFO] [stderr]   checking for strerror... yes
[INFO] [stderr]   checking for timegm... yes
[INFO] [stderr]   checking for explicit_bzero... yes
[INFO] [stderr]   checking for explicit_memset... no
[INFO] [stderr]   checking for getresuid... yes
[INFO] [stderr]   checking for getresgid... yes
[INFO] [stderr]   checking for mkstemp... (cached) yes
[INFO] [stderr]   checking for gettimeofday... yes
[INFO] [stderr]   checking for sys_errlist declaration... no
[INFO] [stderr]   checking for sys_errlist in libc... no
[INFO] [stderr]   checking for unistd.h... (cached) yes
[INFO] [stderr]   checking for paths.h... yes
[INFO] [stderr]   checking for regex.h... yes
[INFO] [stderr]   checking for regexpr.h... no
[INFO] [stderr]   checking for fcntl.h... yes
[INFO] [stderr]   checking for memory.h... yes
[INFO] [stderr]   checking for ifaddrs.h... (cached) yes
[INFO] [stderr]   checking for sys/filio.h... no
[INFO] [stderr]   checking for byteswap.h... yes
[INFO] [stderr]   checking for machine/endian.h... no
[INFO] [stderr]   checking for machine/byte_order.h... no
[INFO] [stderr]   checking for sys/bswap.h... no
[INFO] [stderr]   checking for endian.h... yes
[INFO] [stderr]   checking for pwd.h... yes
[INFO] [stderr]   checking for arpa/inet.h... yes
[INFO] [stderr]   checking for alloca.h... yes
[INFO] [stderr]   checking for dlfcn.h... yes
[INFO] [stderr]   checking for limits.h... yes
[INFO] [stderr]   checking for regexp.h... no
[INFO] [stderr]   checking for struct stat.st_mtimensec... no
[INFO] [stderr]   checking for struct stat.st_mtimespec.tv_nsec... no
[INFO] [stderr]   checking for struct stat.st_mtim.tv_nsec... no
[INFO] [stderr]   checking for re_comp... no
[INFO] [stderr]   checking for re_exec... no
[INFO] [stderr]   checking for regexec... no
[INFO] [stderr]   checking for off_t... no
[INFO] [stderr]   checking for perror declaration... no
[INFO] [stderr]   checking if strptime needs a prototype provided... no
[INFO] [stderr]   checking if argument to wait is int *... no
[INFO] [stderr]   checking for use of sigprocmask... yes
[INFO] [stderr]   checking for uid_t in sys/types.h... yes
[INFO] [stderr]   checking type of array argument to getgroups... int
[INFO] [stderr]   checking for sigsetjmp... no
[INFO] [stderr]   checking return type of setrpcent... int
[INFO] [stderr]   checking return type of endrpcent... int
[INFO] [stderr]   checking for bswap_16... no
[INFO] [stderr]   checking for bswap_64... no
[INFO] [stderr]   checking for gethostbyname_r... no
[INFO] [stderr]   checking for getpwnam_r... no
[INFO] [stderr]   checking for getpwuid_r... no
[INFO] [stderr]   checking whether gmtime_r returns int... unknown -- ignoring gmtime_r
[INFO] [stderr]   checking for getservbyname_r... no
[INFO] [stderr]   checking for yylineno declaration... no
[INFO] [stderr]   checking for dirent.h... no
[INFO] [stderr]   checking for uid_t in sys/types.h... (cached) yes
[INFO] [stderr]   checking for termios.h... no
[INFO] [stderr]   checking POSIX signal handlers... no
[INFO] [stderr]   checking for poll.h... no
[INFO] [stderr]   checking for stdlib.h... (cached) yes
[INFO] [stderr]   checking for string.h... (cached) yes
[INFO] [stderr]   checking for stddef.h... no
[INFO] [stderr]   checking for sys/types.h... (cached) yes
[INFO] [stderr]   checking for sys/file.h... no
[INFO] [stderr]   checking for sys/param.h... no
[INFO] [stderr]   checking for sys/stat.h... (cached) yes
[INFO] [stderr]   checking for sys/time.h... (cached) yes
[INFO] [stderr]   checking for netinet/in.h... (cached) yes
[INFO] [stderr]   checking for sys/uio.h... no
[INFO] [stderr]   checking for sys/filio.h... (cached) no
[INFO] [stderr]   checking for sys/select.h... no
[INFO] [stderr]   checking for time.h... no
[INFO] [stderr]   checking for paths.h... (cached) yes
[INFO] [stderr]   checking for errno.h... no
[INFO] [stderr]   checking for in6addr_any definition in library... no
[INFO] [stderr]   checking for time_t... no
[INFO] [stderr]   checking size of time_t... 0
[INFO] [stderr]   checking for replay cache directory... /var/tmp
[INFO] [stderr]   checking for socklen_t... no
[INFO] [stderr]   checking for struct lifconf... no
[INFO] [stderr]   checking for struct if_laddrconf... no
[INFO] [stderr]   checking for h_errno in netdb.h... no
[INFO] [stderr]   checking for inline... no
[INFO] [stderr]   checking for struct cmsghdr... no
[INFO] [stderr]   checking for struct in_pktinfo... no
[INFO] [stderr]   checking for struct in6_pktinfo... no
[INFO] [stderr]   checking for struct sockaddr_storage... no
[INFO] [stderr]   checking for struct rt_msghdr... no
[INFO] [stderr]   checking size of size_t... 0
[INFO] [stderr]   checking for __int128_t... no
[INFO] [stderr]   checking for __uint128_t... no
[INFO] [stderr]   checking for ssize_t... no
[INFO] [stderr]   checking for u_char... no
[INFO] [stderr]   checking for u_int... no
[INFO] [stderr]   checking for u_long... no
[INFO] [stderr]   checking for u_int8_t... no
[INFO] [stderr]   checking for u_int16_t... no
[INFO] [stderr]   checking for u_int32_t... no
[INFO] [stderr]   checking for int8_t... no
[INFO] [stderr]   checking for int16_t... no
[INFO] [stderr]   checking for int32_t... no
[INFO] [stderr]   checking for sh... /usr/bin/sh
[INFO] [stderr]   checking for sh5... false
[INFO] [stderr]   checking for bash... /bin/bash
[INFO] [stderr]   checking if /usr/bin/sh supports functions... yes
[INFO] [stderr]   checking for POSIX printf positional specification support... no
[INFO] [stderr]   checking for dig... false
[INFO] [stderr]   checking for nslookup... false
[INFO] [stderr]   checking for bison... bison -y
[INFO] [stderr]   checking for runtest... no
[INFO] [stderr]   checking for perl... perl
[INFO] [stderr]   checking for expect... no
[INFO] [stderr]   checking whether to use priocntl hack... no
[INFO] [stderr]   checking for runtest... no
[INFO] [stderr]   checking for perl... (cached) perl
[INFO] [stderr]   checking for xom.h... no
[INFO] [stderr]   checking where struct rpcent is declared... nowhere
[INFO] [stderr]   checking for sys/select.h... (cached) no
[INFO] [stderr]   checking for sys/time.h... (cached) yes
[INFO] [stderr]   checking for unistd.h... (cached) yes
[INFO] [stderr]   checking for MAXHOSTNAMELEN in sys/param.h... no
[INFO] [stderr]   checking for MAXHOSTNAMELEN in netdb.h... no
[INFO] [stderr]   checking for BSD type aliases... no
[INFO] [stderr]   checking return type of setrpcent... (cached) int
[INFO] [stderr]   checking return type of endrpcent... (cached) int
[INFO] [stderr]   checking for a recent enough OpenSSL... yes
[INFO] [stderr]   checking for PKCS7_get_signer_info in -lcrypto... yes
[INFO] [stderr]   checking for CMS_get0_content in -lcrypto... yes
[INFO] [stderr]   checking for daemon... yes
[INFO] [stderr]   checking for python3... python3
[INFO] [stderr]   checking for cmocka.h... no
[INFO] [stderr]   checking for _cmocka_run_group_tests in -lcmocka... no
[INFO] [stderr]   checking for gethostbyname_r... (cached) no
[INFO] [stderr]   checking for getservbyname_r... (cached) no
[INFO] [stderr]   checking for gmtime_r... (cached) no
[INFO] [stderr]   checking for localtime_r... (cached) yes
[INFO] [stderr]   checking for SD_Init in -laceclnt... no
[INFO] [stderr]   checking for mdb_env_create in -llmdb... yes
[INFO] [stderr]   checking for libedit... no
[INFO] [stderr]   configure: Not using any readline support
[INFO] [stderr]   checking for libverto... no
[INFO] [stderr]   configure: Using built-in libverto
[INFO] [stderr]   checking for groff... /usr/bin/groff
[INFO] [stderr]   configure: Using krb5-config for build defaults
[INFO] [stderr]   configure: Default ccache name: FILE:/tmp/krb5cc_%{uid}
[INFO] [stderr]   configure: Default keytab name: FILE:/etc/krb5.keytab
[INFO] [stderr]   configure: Default client keytab name: FILE:/etc/krb5/user/%{euid}/client.keytab
[INFO] [stderr]   configure: creating ./config.status
[INFO] [stderr]   config.status: creating kadmin/testing/scripts/env-setup.sh
[INFO] [stderr]   config.status: creating include/gssrpc/types.h
[INFO] [stderr]   config.status: creating plugins/preauth/pkinit/Makefile
[INFO] [stderr]   config.status: creating tests/softpkcs11/Makefile
[INFO] [stderr]   config.status: creating util/et/Makefile
[INFO] [stderr]   config.status: creating util/ss/Makefile
[INFO] [stderr]   config.status: creating plugins/kdb/lmdb/Makefile
[INFO] [stderr]   config.status: creating build-tools/krb5-config
[INFO] [stderr]   config.status: creating build-tools/kadm-server.pc
[INFO] [stderr]   config.status: creating build-tools/kadm-client.pc
[INFO] [stderr]   config.status: creating build-tools/kdb.pc
[INFO] [stderr]   config.status: creating build-tools/krb5.pc
[INFO] [stderr]   config.status: creating build-tools/krb5-gssapi.pc
[INFO] [stderr]   config.status: creating build-tools/mit-krb5.pc
[INFO] [stderr]   config.status: creating build-tools/mit-krb5-gssapi.pc
[INFO] [stderr]   config.status: creating build-tools/gssrpc.pc
[INFO] [stderr]   config.status: creating ./Makefile
[INFO] [stderr]   config.status: creating util/Makefile
[INFO] [stderr]   config.status: creating util/support/Makefile
[INFO] [stderr]   config.status: creating util/profile/Makefile
[INFO] [stderr]   config.status: creating util/profile/testmod/Makefile
[INFO] [stderr]   config.status: creating util/verto/Makefile
[INFO] [stderr]   config.status: creating lib/Makefile
[INFO] [stderr]   config.status: creating lib/kdb/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/krb/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/builtin/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/builtin/enc_provider/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/builtin/hash_provider/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/builtin/des/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/builtin/md4/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/builtin/md5/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/builtin/sha1/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/builtin/sha2/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/builtin/aes/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/builtin/camellia/Makefile
[INFO] [stderr]   config.status: creating lib/crypto/crypto_tests/Makefile
[INFO] [stderr]   config.status: creating lib/krb5/Makefile
[INFO] [stderr]   config.status: creating lib/krb5/error_tables/Makefile
[INFO] [stderr]   config.status: creating lib/krb5/asn.1/Makefile
[INFO] [stderr]   config.status: creating lib/krb5/ccache/Makefile
[INFO] [stderr]   config.status: creating lib/krb5/keytab/Makefile
[INFO] [stderr]   config.status: creating lib/krb5/krb/Makefile
[INFO] [stderr]   config.status: creating lib/krb5/rcache/Makefile
[INFO] [stderr]   config.status: creating lib/krb5/os/Makefile
[INFO] [stderr]   config.status: creating lib/krb5/unicode/Makefile
[INFO] [stderr]   config.status: creating lib/gssapi/Makefile
[INFO] [stderr]   config.status: creating lib/gssapi/generic/Makefile
[INFO] [stderr]   config.status: creating lib/gssapi/krb5/Makefile
[INFO] [stderr]   config.status: creating lib/gssapi/spnego/Makefile
[INFO] [stderr]   config.status: creating lib/gssapi/mechglue/Makefile
[INFO] [stderr]   config.status: creating lib/rpc/Makefile
[INFO] [stderr]   config.status: creating lib/rpc/unit-test/Makefile
[INFO] [stderr]   config.status: creating lib/kadm5/Makefile
[INFO] [stderr]   config.status: creating lib/kadm5/clnt/Makefile
[INFO] [stderr]   config.status: creating lib/kadm5/srv/Makefile
[INFO] [stderr]   config.status: creating lib/kadm5/unit-test/Makefile
[INFO] [stderr]   config.status: creating lib/krad/Makefile
[INFO] [stderr]   config.status: creating lib/apputils/Makefile
[INFO] [stderr]   config.status: creating kdc/Makefile
[INFO] [stderr]   config.status: creating kprop/Makefile
[INFO] [stderr]   config.status: creating config-files/Makefile
[INFO] [stderr]   config.status: creating build-tools/Makefile
[INFO] [stderr]   config.status: creating man/Makefile
[INFO] [stderr]   config.status: creating doc/Makefile
[INFO] [stderr]   config.status: creating include/Makefile
[INFO] [stderr]   config.status: creating plugins/certauth/test/Makefile
[INFO] [stderr]   config.status: creating plugins/gssapi/negoextest/Makefile
[INFO] [stderr]   config.status: creating plugins/hostrealm/test/Makefile
[INFO] [stderr]   config.status: creating plugins/localauth/test/Makefile
[INFO] [stderr]   config.status: creating plugins/kadm5_hook/test/Makefile
[INFO] [stderr]   config.status: creating plugins/kadm5_auth/test/Makefile
[INFO] [stderr]   config.status: creating plugins/pwqual/test/Makefile
[INFO] [stderr]   config.status: creating plugins/audit/Makefile
[INFO] [stderr]   config.status: creating plugins/audit/test/Makefile
[INFO] [stderr]   config.status: creating plugins/kdb/db2/Makefile
[INFO] [stderr]   config.status: creating plugins/kdb/db2/libdb2/Makefile
[INFO] [stderr]   config.status: creating plugins/kdb/db2/libdb2/hash/Makefile
[INFO] [stderr]   config.status: creating plugins/kdb/db2/libdb2/btree/Makefile
[INFO] [stderr]   config.status: creating plugins/kdb/db2/libdb2/db/Makefile
[INFO] [stderr]   config.status: creating plugins/kdb/db2/libdb2/mpool/Makefile
[INFO] [stderr]   config.status: creating plugins/kdb/db2/libdb2/recno/Makefile
[INFO] [stderr]   config.status: creating plugins/kdb/db2/libdb2/test/Makefile
[INFO] [stderr]   config.status: creating plugins/kdb/test/Makefile
[INFO] [stderr]   config.status: creating plugins/kdcpolicy/test/Makefile
[INFO] [stderr]   config.status: creating plugins/preauth/otp/Makefile
[INFO] [stderr]   config.status: creating plugins/preauth/spake/Makefile
[INFO] [stderr]   config.status: creating plugins/preauth/test/Makefile
[INFO] [stderr]   config.status: creating plugins/authdata/greet_client/Makefile
[INFO] [stderr]   config.status: creating plugins/authdata/greet_server/Makefile
[INFO] [stderr]   config.status: creating plugins/tls/k5tls/Makefile
[INFO] [stderr]   config.status: creating clients/Makefile
[INFO] [stderr]   config.status: creating clients/klist/Makefile
[INFO] [stderr]   config.status: creating clients/kinit/Makefile
[INFO] [stderr]   config.status: creating clients/kvno/Makefile
[INFO] [stderr]   config.status: creating clients/kdestroy/Makefile
[INFO] [stderr]   config.status: creating clients/kpasswd/Makefile
[INFO] [stderr]   config.status: creating clients/ksu/Makefile
[INFO] [stderr]   config.status: creating clients/kswitch/Makefile
[INFO] [stderr]   config.status: creating kadmin/Makefile
[INFO] [stderr]   config.status: creating kadmin/cli/Makefile
[INFO] [stderr]   config.status: creating kadmin/dbutil/Makefile
[INFO] [stderr]   config.status: creating kadmin/ktutil/Makefile
[INFO] [stderr]   config.status: creating kadmin/server/Makefile
[INFO] [stderr]   config.status: creating kadmin/testing/Makefile
[INFO] [stderr]   config.status: creating kadmin/testing/scripts/Makefile
[INFO] [stderr]   config.status: creating kadmin/testing/util/Makefile
[INFO] [stderr]   config.status: creating appl/Makefile
[INFO] [stderr]   config.status: creating appl/sample/Makefile
[INFO] [stderr]   config.status: creating appl/sample/sclient/Makefile
[INFO] [stderr]   config.status: creating appl/sample/sserver/Makefile
[INFO] [stderr]   config.status: creating appl/simple/Makefile
[INFO] [stderr]   config.status: creating appl/simple/client/Makefile
[INFO] [stderr]   config.status: creating appl/simple/server/Makefile
[INFO] [stderr]   config.status: creating appl/gss-sample/Makefile
[INFO] [stderr]   config.status: creating appl/user_user/Makefile
[INFO] [stderr]   config.status: creating tests/Makefile
[INFO] [stderr]   config.status: creating tests/asn.1/Makefile
[INFO] [stderr]   config.status: creating tests/create/Makefile
[INFO] [stderr]   config.status: creating tests/hammer/Makefile
[INFO] [stderr]   config.status: creating tests/verify/Makefile
[INFO] [stderr]   config.status: creating tests/gssapi/Makefile
[INFO] [stderr]   config.status: creating tests/dejagnu/Makefile
[INFO] [stderr]   config.status: creating tests/threads/Makefile
[INFO] [stderr]   config.status: creating tests/shlib/Makefile
[INFO] [stderr]   config.status: creating tests/gss-threads/Makefile
[INFO] [stderr]   config.status: creating tests/misc/Makefile
[INFO] [stderr]   config.status: creating include/autoconf.h
[INFO] [stderr]   config.status: executing CRYPTO_IMPL commands
[INFO] [stderr]   config.status: executing PRNG_ALG commands
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/share
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/share/man
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/sbin
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/bin
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/share/man/man8
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/share/man/man1
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/share/man/man5
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/share/man/man7
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/share/man/cat8
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/share/man/cat1
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/share/man/cat5
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/share/man/cat7
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/lib
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/include
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/lib/krb5
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/lib/krb5/plugins
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/lib/krb5/plugins/kdb
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/lib/krb5/plugins/preauth
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/lib/krb5/plugins/authdata
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/lib/krb5/plugins/libkrb5
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/lib/krb5/plugins/tls
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/var
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/var/krb5kdc
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/var/run
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/var/run/krb5kdc
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/include/kadm5
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/include/krb5
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/include/gssapi
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/include/gssrpc
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/share/examples
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/share/examples/krb5
[INFO] [stderr]   mkdir /opt/rustwide/target/debug/build/krb5-src-304d3bf7fe065515/out/install/lib/pkgconfig
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/threads.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/init-addrinfo.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/plugins.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/errors.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/k5buf.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/gmt_mktime.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/fake-addrinfo.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/utf8.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/utf8_conv.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/zap.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/path.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/base64.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/json.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/hex.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/hashtab.c
[INFO] [stderr]   gcc -DHAVE_CONFIG_H  -I../../include -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -fPIC -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/bcmp.c
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   configure: WARNING: Could not find Tcl which is needed for some tests
[INFO] [stderr]   configure: WARNING: sys_errlist is neither in errno.h nor in libc
[INFO] [stderr]   configure: WARNING: can't find MAXHOSTNAMELEN definition; faking it
[INFO] [stderr]   configure: WARNING: Some functions that are needed for library thread
[INFO] [stderr]   configure: WARNING: safety appear to be missing.
[INFO] [stderr]   configure: WARNING:   missing thread-safe function: gethostbyname_r
[INFO] [stderr]   configure: WARNING:   missing thread-safe function: getservbyname_r
[INFO] [stderr]   configure: WARNING:   missing thread-safe function: gmtime_r
[INFO] [stderr]   configure: WARNING: Without these functions, the installed libraries
[INFO] [stderr]   configure: WARNING: may not be thread-safe.
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/gmt_mktime.c:4:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/threads.c:28:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/plugins.c:27:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/errors.c:7:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/k5buf.c:33:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/init-addrinfo.c:49:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/fake-addrinfo.c:104:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/gmt_mktime.c:53:1: fatal error: error closing /tmp/cca1BJzx.s: No space left on device
[INFO] [stderr]      53 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/utf8.c:51:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/utf8_conv.c:61:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   make: *** [Makefile:500: gmt_mktime.o] Error 1
[INFO] [stderr]   make: *** Waiting for unfinished jobs....
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/base64.c:36:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/json.c:73:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/hex.c:33:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/bcmp.c:33:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/zap.c:33:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/path.c:27:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:668:1: warning: 'store_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     668 | store_64_le (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:653:1: warning: 'store_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     653 | store_32_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:640:1: warning: 'store_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     640 | store_16_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:583:1: warning: 'store_64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     583 | store_64_be (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:568:1: warning: 'store_32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     568 | store_32_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:555:1: warning: 'store_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     555 | store_16_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/errors.c:122:1: fatal error: error closing /tmp/ccsJN3E5.s: No space left on device
[INFO] [stderr]     122 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/k5buf.c:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:157:1: warning: 'k5_buf_add_uint64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     157 | k5_buf_add_uint64_le(struct k5buf *buf, uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:148:1: warning: 'k5_buf_add_uint64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     148 | k5_buf_add_uint64_be(struct k5buf *buf, uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:139:1: warning: 'k5_buf_add_uint32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     139 | k5_buf_add_uint32_le(struct k5buf *buf, uint32_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:130:1: warning: 'k5_buf_add_uint32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     130 | k5_buf_add_uint32_be(struct k5buf *buf, uint32_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:121:1: warning: 'k5_buf_add_uint16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     121 | k5_buf_add_uint16_le(struct k5buf *buf, uint16_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   make: *** [Makefile:500: errors.o] Error 1
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:112:1: warning: 'k5_buf_add_uint16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     112 | k5_buf_add_uint16_be(struct k5buf *buf, uint16_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:360:19: warning: 'k5_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     360 | static inline int k5_mutex_finish_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/k5buf.c:272:1: fatal error: error closing /tmp/cctZuz13.s: No space left on device
[INFO] [stderr]     272 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:668:1: warning: 'store_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     668 | store_64_le (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:653:1: warning: 'store_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     653 | store_32_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:640:1: warning: 'store_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     640 | store_16_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:583:1: warning: 'store_64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     583 | store_64_be (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:568:1: warning: 'store_32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     568 | store_32_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:555:1: warning: 'store_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     555 | store_16_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:360:19: warning: 'k5_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     360 | static inline int k5_mutex_finish_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/bcmp.c:44:1: fatal error: error closing /tmp/ccbV29Cs.s: No space left on device
[INFO] [stderr]      44 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:668:1: warning: 'store_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     668 | store_64_le (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:653:1: warning: 'store_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     653 | store_32_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:640:1: warning: 'store_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     640 | store_16_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:583:1: warning: 'store_64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     583 | store_64_be (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:568:1: warning: 'store_32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     568 | store_32_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:555:1: warning: 'store_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     555 | store_16_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:360:19: warning: 'k5_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     360 | static inline int k5_mutex_finish_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/plugins.c:802:1: fatal error: error closing /tmp/ccpaGQLn.s: No space left on device
[INFO] [stderr]     802 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:668:1: warning: 'store_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     668 | store_64_le (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:653:1: warning: 'store_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     653 | store_32_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:640:1: warning: 'store_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     640 | store_16_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:583:1: warning: 'store_64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     583 | store_64_be (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:568:1: warning: 'store_32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     568 | store_32_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:555:1: warning: 'store_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     555 | store_16_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:360:19: warning: 'k5_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     360 | static inline int k5_mutex_finish_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   make: *** [Makefile:500: bcmp.o] Error 1
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/base64.c:145:1: fatal error: error closing /tmp/ccobHpgU.s: No space left on device
[INFO] [stderr]     145 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   make: *** [Makefile:500: k5buf.o] Error 1
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:668:1: warning: 'store_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     668 | store_64_le (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:653:1: warning: 'store_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     653 | store_32_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:640:1: warning: 'store_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     640 | store_16_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:583:1: warning: 'store_64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     583 | store_64_be (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:568:1: warning: 'store_32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     568 | store_32_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:555:1: warning: 'store_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     555 | store_16_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:360:19: warning: 'k5_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     360 | static inline int k5_mutex_finish_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   make: *** [Makefile:500: base64.o] Error 1
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/hex.c:116:1: fatal error: error closing /tmp/ccZD9Vwz.s: No space left on device
[INFO] [stderr]     116 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   make: *** [Makefile:500: plugins.o] Error 1
[INFO] [stderr]   make: *** [Makefile:500: hex.o] Error 1
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:668:1: warning: 'store_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     668 | store_64_le (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:653:1: warning: 'store_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     653 | store_32_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:640:1: warning: 'store_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     640 | store_16_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:583:1: warning: 'store_64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     583 | store_64_be (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:568:1: warning: 'store_32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     568 | store_32_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:555:1: warning: 'store_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     555 | store_16_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:360:19: warning: 'k5_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     360 | static inline int k5_mutex_finish_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/utf8.c:511:1: fatal error: error closing /tmp/ccJpS2gw.s: No space left on device
[INFO] [stderr]     511 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/fake-addrinfo.c:106:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/port-sockets.h:185:13: error: conflicting types for 'socklen_t'; have 'int'
[INFO] [stderr]     185 | typedef int socklen_t;
[INFO] [stderr]         |             ^~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:70:
[INFO] [stderr]   /usr/include/unistd.h:274:21: note: previous declaration of 'socklen_t' with type 'socklen_t' {aka 'unsigned int'}
[INFO] [stderr]     274 | typedef __socklen_t socklen_t;
[INFO] [stderr]         |                     ^~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/cache-addrinfo.h:105,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/threads.c:404:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/port-sockets.h:185:13: error: conflicting types for 'socklen_t'; have 'int'
[INFO] [stderr]     185 | typedef int socklen_t;
[INFO] [stderr]         |             ^~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:70:
[INFO] [stderr]   /usr/include/unistd.h:274:21: note: previous declaration of 'socklen_t' with type 'socklen_t' {aka 'unsigned int'}
[INFO] [stderr]     274 | typedef __socklen_t socklen_t;
[INFO] [stderr]         |                     ^~~~~~~~~
[INFO] [stderr]   make: *** [Makefile:500: utf8.o] Error 1
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/hashtab.c:33:
[INFO] [stderr]   ../../include/autoconf.h:772:15: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |               ^~~~
[INFO] [stderr]   ../../include/autoconf.h:772:20: error: two or more data types in declaration specifiers
[INFO] [stderr]     772 | #define off_t long int
[INFO] [stderr]         |                    ^~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/json.c:76:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:157:1: warning: 'k5_buf_add_uint64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     157 | k5_buf_add_uint64_le(struct k5buf *buf, uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:148:1: warning: 'k5_buf_add_uint64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     148 | k5_buf_add_uint64_be(struct k5buf *buf, uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:139:1: warning: 'k5_buf_add_uint32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     139 | k5_buf_add_uint32_le(struct k5buf *buf, uint32_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:130:1: warning: 'k5_buf_add_uint32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     130 | k5_buf_add_uint32_be(struct k5buf *buf, uint32_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:121:1: warning: 'k5_buf_add_uint16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     121 | k5_buf_add_uint16_le(struct k5buf *buf, uint16_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:112:1: warning: 'k5_buf_add_uint16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     112 | k5_buf_add_uint16_be(struct k5buf *buf, uint16_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   ../../include/autoconf.h:775:16: error: two or more data types in declaration specifiers
[INFO] [stderr]     775 | #define time_t long
[INFO] [stderr]         |                ^~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:360:19: warning: 'k5_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     360 | static inline int k5_mutex_finish_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/json.c:1092:1: fatal error: error closing /tmp/ccomaV4L.s: No space left on device
[INFO] [stderr]    1092 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/utf8_conv.c:64:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-input.h:137:1: warning: 'k5_input_get_uint64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     137 | k5_input_get_uint64_le(struct k5input *in)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-input.h:130:1: warning: 'k5_input_get_uint64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     130 | k5_input_get_uint64_be(struct k5input *in)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-input.h:123:1: warning: 'k5_input_get_uint32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     123 | k5_input_get_uint32_n(struct k5input *in)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-input.h:116:1: warning: 'k5_input_get_uint32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     116 | k5_input_get_uint32_le(struct k5input *in)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-input.h:109:1: warning: 'k5_input_get_uint32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     109 | k5_input_get_uint32_be(struct k5input *in)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-input.h:102:1: warning: 'k5_input_get_uint16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     102 | k5_input_get_uint16_n(struct k5input *in)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-input.h:88:1: warning: 'k5_input_get_uint16_be' defined but not used [-Wunused-function]
[INFO] [stderr]      88 | k5_input_get_uint16_be(struct k5input *in)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-input.h:81:1: warning: 'k5_input_get_byte' defined but not used [-Wunused-function]
[INFO] [stderr]      81 | k5_input_get_byte(struct k5input *in)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/utf8_conv.c:63:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:157:1: warning: 'k5_buf_add_uint64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     157 | k5_buf_add_uint64_le(struct k5buf *buf, uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:148:1: warning: 'k5_buf_add_uint64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     148 | k5_buf_add_uint64_be(struct k5buf *buf, uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:139:1: warning: 'k5_buf_add_uint32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     139 | k5_buf_add_uint32_le(struct k5buf *buf, uint32_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:130:1: warning: 'k5_buf_add_uint32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     130 | k5_buf_add_uint32_be(struct k5buf *buf, uint32_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   make: *** [Makefile:500: json.o] Error 1
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-buf.h:112:1: warning: 'k5_buf_add_uint16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     112 | k5_buf_add_uint16_be(struct k5buf *buf, uint16_t val)
[INFO] [stderr]         | ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:360:19: warning: 'k5_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     360 | static inline int k5_mutex_finish_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/fake-addrinfo.c:107:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:136:1: warning: 'sa_socklen' defined but not used [-Wunused-function]
[INFO] [stderr]     136 | sa_socklen(struct sockaddr *sa)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/utf8_conv.c:200:1: fatal error: error closing /tmp/ccsfbaxA.s: No space left on device
[INFO] [stderr]     200 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:124:1: warning: 'sa_is_wildcard' defined but not used [-Wunused-function]
[INFO] [stderr]     124 | sa_is_wildcard(struct sockaddr *sa)
[INFO] [stderr]         | ^~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:117:1: warning: 'sa_is_inet' defined but not used [-Wunused-function]
[INFO] [stderr]     117 | sa_is_inet(struct sockaddr *sa)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:105:1: warning: 'sa_getport' defined but not used [-Wunused-function]
[INFO] [stderr]     105 | sa_getport(struct sockaddr *sa)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:95:1: warning: 'sa_setport' defined but not used [-Wunused-function]
[INFO] [stderr]      95 | sa_setport(struct sockaddr *sa, uint16_t port)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:87:36: warning: 'ss2sin6' defined but not used [-Wunused-function]
[INFO] [stderr]      87 | static inline struct sockaddr_in6 *ss2sin6 (struct sockaddr_storage *ss)
[INFO] [stderr]         |                                    ^~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:83:35: warning: 'ss2sin' defined but not used [-Wunused-function]
[INFO] [stderr]      83 | static inline struct sockaddr_in *ss2sin (struct sockaddr_storage *ss)
[INFO] [stderr]         |                                   ^~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:79:32: warning: 'ss2sa' defined but not used [-Wunused-function]
[INFO] [stderr]      79 | static inline struct sockaddr *ss2sa (struct sockaddr_storage *ss)
[INFO] [stderr]         |                                ^~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/port-sockets.h:249:1: warning: 'socket_sendmsg' defined but not used [-Wunused-function]
[INFO] [stderr]     249 | socket_sendmsg(SOCKET fd, sg_buf *iov, int iovcnt)
[INFO] [stderr]         | ^~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/port-sockets.h:224:1: warning: 'socket_connect' defined but not used [-Wunused-function]
[INFO] [stderr]     224 | socket_connect(int fd, const struct sockaddr *addr, socklen_t addrlen)
[INFO] [stderr]         | ^~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:668:1: warning: 'store_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     668 | store_64_le (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:653:1: warning: 'store_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     653 | store_32_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:640:1: warning: 'store_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     640 | store_16_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:583:1: warning: 'store_64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     583 | store_64_be (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:568:1: warning: 'store_32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     568 | store_32_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:555:1: warning: 'store_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     555 | store_16_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:360:19: warning: 'k5_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     360 | static inline int k5_mutex_finish_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/cache-addrinfo.h:106:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:136:1: warning: 'sa_socklen' defined but not used [-Wunused-function]
[INFO] [stderr]     136 | sa_socklen(struct sockaddr *sa)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:124:1: warning: 'sa_is_wildcard' defined but not used [-Wunused-function]
[INFO] [stderr]     124 | sa_is_wildcard(struct sockaddr *sa)
[INFO] [stderr]         | ^~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:117:1: warning: 'sa_is_inet' defined but not used [-Wunused-function]
[INFO] [stderr]     117 | sa_is_inet(struct sockaddr *sa)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:105:1: warning: 'sa_getport' defined but not used [-Wunused-function]
[INFO] [stderr]     105 | sa_getport(struct sockaddr *sa)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:95:1: warning: 'sa_setport' defined but not used [-Wunused-function]
[INFO] [stderr]      95 | sa_setport(struct sockaddr *sa, uint16_t port)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:87:36: warning: 'ss2sin6' defined but not used [-Wunused-function]
[INFO] [stderr]      87 | static inline struct sockaddr_in6 *ss2sin6 (struct sockaddr_storage *ss)
[INFO] [stderr]         |                                    ^~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:83:35: warning: 'ss2sin' defined but not used [-Wunused-function]
[INFO] [stderr]      83 | static inline struct sockaddr_in *ss2sin (struct sockaddr_storage *ss)
[INFO] [stderr]         |                                   ^~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:79:32: warning: 'ss2sa' defined but not used [-Wunused-function]
[INFO] [stderr]      79 | static inline struct sockaddr *ss2sa (struct sockaddr_storage *ss)
[INFO] [stderr]         |                                ^~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/port-sockets.h:249:1: warning: 'socket_sendmsg' defined but not used [-Wunused-function]
[INFO] [stderr]     249 | socket_sendmsg(SOCKET fd, sg_buf *iov, int iovcnt)
[INFO] [stderr]         | ^~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/fake-addrinfo.c:1343:1: fatal error: error closing /tmp/cc0m2Fm6.s: No space left on device
[INFO] [stderr]    1343 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/port-sockets.h:224:1: warning: 'socket_connect' defined but not used [-Wunused-function]
[INFO] [stderr]     224 | socket_connect(int fd, const struct sockaddr *addr, socklen_t addrlen)
[INFO] [stderr]         | ^~~~~~~~~~~~~~
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:668:1: warning: 'store_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     668 | store_64_le (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:653:1: warning: 'store_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     653 | store_32_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:640:1: warning: 'store_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     640 | store_16_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:583:1: warning: 'store_64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     583 | store_64_be (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:568:1: warning: 'store_32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     568 | store_32_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:555:1: warning: 'store_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     555 | store_16_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/threads.c:565:1: fatal error: error closing /tmp/ccUQBBzd.s: No space left on device
[INFO] [stderr]     565 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   make: *** [Makefile:500: utf8_conv.o] Error 1
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:668:1: warning: 'store_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     668 | store_64_le (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:653:1: warning: 'store_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     653 | store_32_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:640:1: warning: 'store_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     640 | store_16_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:583:1: warning: 'store_64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     583 | store_64_be (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:568:1: warning: 'store_32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     568 | store_32_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:555:1: warning: 'store_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     555 | store_16_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:360:19: warning: 'k5_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     360 | static inline int k5_mutex_finish_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/zap.c:41:1: fatal error: error closing /tmp/ccctwbpo.s: No space left on device
[INFO] [stderr]      41 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   make: *** [Makefile:500: fake-addrinfo.o] Error 1
[INFO] [stderr]   make: *** [Makefile:500: threads.o] Error 1
[INFO] [stderr]   make: *** [Makefile:500: zap.o] Error 1
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:668:1: warning: 'store_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     668 | store_64_le (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:653:1: warning: 'store_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     653 | store_32_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:640:1: warning: 'store_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     640 | store_16_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:583:1: warning: 'store_64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     583 | store_64_be (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:568:1: warning: 'store_32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     568 | store_32_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:555:1: warning: 'store_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     555 | store_16_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:360:19: warning: 'k5_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     360 | static inline int k5_mutex_finish_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/path.c:161:1: fatal error: error closing /tmp/ccRfL3rK.s: No space left on device
[INFO] [stderr]     161 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   make: *** [Makefile:500: path.o] Error 1
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:668:1: warning: 'store_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     668 | store_64_le (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:653:1: warning: 'store_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     653 | store_32_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:640:1: warning: 'store_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     640 | store_16_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:583:1: warning: 'store_64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     583 | store_64_be (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:568:1: warning: 'store_32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     568 | store_32_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:555:1: warning: 'store_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     555 | store_16_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:360:19: warning: 'k5_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     360 | static inline int k5_mutex_finish_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   make: *** [Makefile:500: hashtab.o] Error 1
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/init-addrinfo.c:51:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/port-sockets.h:185:13: error: conflicting types for 'socklen_t'; have 'int'
[INFO] [stderr]     185 | typedef int socklen_t;
[INFO] [stderr]         |             ^~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:70:
[INFO] [stderr]   /usr/include/unistd.h:274:21: note: previous declaration of 'socklen_t' with type 'socklen_t' {aka 'unsigned int'}
[INFO] [stderr]     274 | typedef __socklen_t socklen_t;
[INFO] [stderr]         |                     ^~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/util/support/init-addrinfo.c:52:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:136:1: warning: 'sa_socklen' defined but not used [-Wunused-function]
[INFO] [stderr]     136 | sa_socklen(struct sockaddr *sa)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:124:1: warning: 'sa_is_wildcard' defined but not used [-Wunused-function]
[INFO] [stderr]     124 | sa_is_wildcard(struct sockaddr *sa)
[INFO] [stderr]         | ^~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:117:1: warning: 'sa_is_inet' defined but not used [-Wunused-function]
[INFO] [stderr]     117 | sa_is_inet(struct sockaddr *sa)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:105:1: warning: 'sa_getport' defined but not used [-Wunused-function]
[INFO] [stderr]     105 | sa_getport(struct sockaddr *sa)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:95:1: warning: 'sa_setport' defined but not used [-Wunused-function]
[INFO] [stderr]      95 | sa_setport(struct sockaddr *sa, uint16_t port)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:87:36: warning: 'ss2sin6' defined but not used [-Wunused-function]
[INFO] [stderr]      87 | static inline struct sockaddr_in6 *ss2sin6 (struct sockaddr_storage *ss)
[INFO] [stderr]         |                                    ^~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:83:35: warning: 'ss2sin' defined but not used [-Wunused-function]
[INFO] [stderr]      83 | static inline struct sockaddr_in *ss2sin (struct sockaddr_storage *ss)
[INFO] [stderr]         |                                   ^~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/socket-utils.h:79:32: warning: 'ss2sa' defined but not used [-Wunused-function]
[INFO] [stderr]      79 | static inline struct sockaddr *ss2sa (struct sockaddr_storage *ss)
[INFO] [stderr]         |                                ^~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/port-sockets.h:249:1: warning: 'socket_sendmsg' defined but not used [-Wunused-function]
[INFO] [stderr]     249 | socket_sendmsg(SOCKET fd, sg_buf *iov, int iovcnt)
[INFO] [stderr]         | ^~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/port-sockets.h:224:1: warning: 'socket_connect' defined but not used [-Wunused-function]
[INFO] [stderr]     224 | socket_connect(int fd, const struct sockaddr *addr, socklen_t addrlen)
[INFO] [stderr]         | ^~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:781:1: warning: 'k5_ntohll' defined but not used [-Wunused-function]
[INFO] [stderr]     781 | k5_ntohll (uint64_t val)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:759:1: warning: 'load_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     759 | load_64_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:752:1: warning: 'load_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     752 | load_32_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:745:1: warning: 'load_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     745 | load_16_n (const void *p)
[INFO] [stderr]         | ^~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:739:1: warning: 'store_64_n' defined but not used [-Wunused-function]
[INFO] [stderr]     739 | store_64_n (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:733:1: warning: 'store_32_n' defined but not used [-Wunused-function]
[INFO] [stderr]     733 | store_32_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:727:1: warning: 'store_16_n' defined but not used [-Wunused-function]
[INFO] [stderr]     727 | store_16_n (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:711:1: warning: 'load_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     711 | load_64_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:699:1: warning: 'load_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     699 | load_32_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:687:1: warning: 'load_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     687 | load_16_le (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:668:1: warning: 'store_64_le' defined but not used [-Wunused-function]
[INFO] [stderr]     668 | store_64_le (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:653:1: warning: 'store_32_le' defined but not used [-Wunused-function]
[INFO] [stderr]     653 | store_32_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:640:1: warning: 'store_16_le' defined but not used [-Wunused-function]
[INFO] [stderr]     640 | store_16_le (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:602:1: warning: 'load_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     602 | load_16_be (const void *cvp)
[INFO] [stderr]         | ^~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:583:1: warning: 'store_64_be' defined but not used [-Wunused-function]
[INFO] [stderr]     583 | store_64_be (uint64_t val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:568:1: warning: 'store_32_be' defined but not used [-Wunused-function]
[INFO] [stderr]     568 | store_32_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:555:1: warning: 'store_16_be' defined but not used [-Wunused-function]
[INFO] [stderr]     555 | store_16_be (unsigned int val, void *vp)
[INFO] [stderr]         | ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-platform.h:236:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:379:20: warning: 'k5_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     379 | static inline void k5_mutex_unlock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:367:20: warning: 'k5_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     367 | static inline void k5_mutex_lock(k5_mutex_t *m)
[INFO] [stderr]         |                    ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:356:19: warning: 'k5_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     356 | static inline int k5_mutex_init(k5_mutex_t *m)
[INFO] [stderr]         |                   ^~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:180:19: warning: 'k5_os_nothread_mutex_unlock' defined but not used [-Wunused-function]
[INFO] [stderr]     180 | static inline int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:177:19: warning: 'k5_os_nothread_mutex_lock' defined but not used [-Wunused-function]
[INFO] [stderr]     177 | static inline int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:174:19: warning: 'k5_os_nothread_mutex_destroy' defined but not used [-Wunused-function]
[INFO] [stderr]     174 | static inline int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:171:19: warning: 'k5_os_nothread_mutex_init' defined but not used [-Wunused-function]
[INFO] [stderr]     171 | static inline int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/krb5/src/include/k5-thread.h:168:19: warning: 'k5_os_nothread_mutex_finish_init' defined but not used [-Wunused-function]
[INFO] [stderr]     168 | static inline int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
[INFO] [stderr]         |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   make: *** [Makefile:500: init-addrinfo.o] Error 1
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (823) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/krb5-src-0.3.3+1.19.2/build.rs:139:41:
[INFO] [stderr]   make failed in util/support
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5a7bc7c8d6c2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5a7bc7c8d6c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5a7bc7c8d6c2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x5a7bc7c8d6c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x5a7bc7c9cddf - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x5a7bc7c9cddf - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stderr]      6:     0x5a7bc7c60703 - std::io::default_write_fmt::hf7668c9f69c3a921
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x5a7bc7c60703 - std::io::Write::write_fmt::ha6503cd07dd1d506
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x5a7bc7c6a782 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x5a7bc7c6d21f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stderr]     10:     0x5a7bc7c6d079 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:328:9
[INFO] [stderr]     11:     0x5a7bc7c6d7f5 - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:834:13
[INFO] [stderr]     12:     0x5a7bc7c6d68a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stderr]     13:     0x5a7bc7c6a8b9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x5a7bc7c5491d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stderr]     15:     0x5a7bc7ca06c0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x5a7bc7c2a2f0 - build_script_build::build::{{closure}}::h78643b63840add97
[INFO] [stderr]     17:     0x5a7bc7c2b300 - core::result::Result<T,E>::unwrap_or_else::hc07f985cbe732168
[INFO] [stderr]     18:     0x5a7bc7c2a1e7 - build_script_build::build::h61da18c1c297740c
[INFO] [stderr]     19:     0x5a7bc7c28ab7 - build_script_build::main::hd2e973ed1d53aad4
[INFO] [stderr]     20:     0x5a7bc7c2a843 - core::ops::function::FnOnce::call_once::h8d3033c47ab00cfa
[INFO] [stderr]     21:     0x5a7bc7c2a576 - std::sys::backtrace::__rust_begin_short_backtrace::h30c25291a3cecaac
[INFO] [stderr]     22:     0x5a7bc7c2a439 - std::rt::lang_start::{{closure}}::hf5b490c0af4bc947
[INFO] [stderr]     23:     0x5a7bc7c61e70 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hfe01ef9c04091e5f
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     24:     0x5a7bc7c61e70 - std::panicking::catch_unwind::do_call::h3720541c1dc2745c
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stderr]     25:     0x5a7bc7c61e70 - std::panicking::catch_unwind::hf812e1c72a8544c2
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stderr]     26:     0x5a7bc7c61e70 - std::panic::catch_unwind::h9e80dffea8831154
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stderr]     27:     0x5a7bc7c61e70 - std::rt::lang_start_internal::{{closure}}::h03410fa218b2c977
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:175:24
[INFO] [stderr]     28:     0x5a7bc7c61e70 - std::panicking::catch_unwind::do_call::hcc46efa18e4a9c15
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stderr]     29:     0x5a7bc7c61e70 - std::panicking::catch_unwind::hc0afbf6668eb863a
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stderr]     30:     0x5a7bc7c61e70 - std::panic::catch_unwind::h9640c0d1343096b8
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stderr]     31:     0x5a7bc7c61e70 - std::rt::lang_start_internal::hea659f61d058debe
[INFO] [stderr]                                  at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:171:5
[INFO] [stderr]     32:     0x5a7bc7c2a421 - std::rt::lang_start::heeebf51e7ead8489
[INFO] [stderr]     33:     0x5a7bc7c2d225 - main
[INFO] [stderr]     34:     0x7a9c8684f1ca - <unknown>
[INFO] [stderr]     35:     0x7a9c8684f28b - __libc_start_main
[INFO] [stderr]     36:     0x5a7bc7c28175 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "7480febaa9f0f196dedde5d832db0b24fc9eb0ce9365c8386ea75445c2481a78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7480febaa9f0f196dedde5d832db0b24fc9eb0ce9365c8386ea75445c2481a78", kill_on_drop: false }`
[INFO] [stdout] 7480febaa9f0f196dedde5d832db0b24fc9eb0ce9365c8386ea75445c2481a78
