[INFO] updating cached repository https://github.com/dlight/proceed [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9a442a454bb15393a214de29fd38a185d7f4d377 [INFO] checking dlight/proceed against master#73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de for pr-68325 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlight%2Fproceed" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dlight/proceed on toolchain 73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dlight/proceed [INFO] finished tweaking git repo https://github.com/dlight/proceed [INFO] tweaked toml for git repo https://github.com/dlight/proceed written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/dlight/proceed already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: the cargo feature `profile-overrides` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7fe9491fef270bbd91d7ed6eb7b58705333d1dd8541da353b204d5e0a94deef4 [INFO] running `"docker" "start" "-a" "7fe9491fef270bbd91d7ed6eb7b58705333d1dd8541da353b204d5e0a94deef4"` [INFO] [stderr] warning: the cargo feature `profile-overrides` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling libc v0.2.64 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Running `rustc --crate-name autocfg /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=ad3438e66b16f26a -C extra-filename=-ad3438e66b16f26a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name lazy_static /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=9a68a04576a87e40 -C extra-filename=-9a68a04576a87e40 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name cfg_if --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=b7b9fc7836c2a5f4 -C extra-filename=-b7b9fc7836c2a5f4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.64/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' -C metadata=aede4936ffce43c3 -C extra-filename=-aede4936ffce43c3 --out-dir /opt/rustwide/target/debug/build/libc-aede4936ffce43c3 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=5355cb949c866bf6 -C extra-filename=-5355cb949c866bf6 --out-dir /opt/rustwide/target/debug/build/proc-macro2-5355cb949c866bf6 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name semver_parser /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=e9c6c2c4f1e2c047 -C extra-filename=-e9c6c2c4f1e2c047 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name nodrop /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=67b799308addc6fc -C extra-filename=-67b799308addc6fc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name scopeguard /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=5955fc2f38adcbec -C extra-filename=-5955fc2f38adcbec --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/khronos_api-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=965fd813a01de354 -C extra-filename=-965fd813a01de354 --out-dir /opt/rustwide/target/debug/build/khronos_api-965fd813a01de354 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name xml /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=5b0f6dae34b8a856 -C extra-filename=-5b0f6dae34b8a856 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name cc --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cc-1.0.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=b17c980f7b64b912 -C extra-filename=-b17c980f7b64b912 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=77f5ef9a42268a07 -C extra-filename=-77f5ef9a42268a07 --out-dir /opt/rustwide/target/debug/build/byteorder-77f5ef9a42268a07 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ebdab244140344a5 -C extra-filename=-ebdab244140344a5 --out-dir /opt/rustwide/target/debug/build/arrayvec-ebdab244140344a5 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name unicode_xid /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' -C metadata=3f9450aceebe9f6f -C extra-filename=-3f9450aceebe9f6f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' -C metadata=42a671ddeac53417 -C extra-filename=-42a671ddeac53417 --out-dir /opt/rustwide/target/debug/build/bitflags-42a671ddeac53417 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=053a57a937be6bfb -C extra-filename=-053a57a937be6bfb --out-dir /opt/rustwide/target/debug/build/log-053a57a937be6bfb -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name cfg_if --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=b35babfa10d3b36c -C extra-filename=-b35babfa10d3b36c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Running `rustc --crate-name pkg_config /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=87e8219e7559d71a -C extra-filename=-87e8219e7559d71a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Running `rustc --crate-name linked_hash_map /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=d66772c76cd7840a -C extra-filename=-d66772c76cd7840a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Running `rustc --crate-name arrayvec --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=b6243d3a72ad2f29 -C extra-filename=-b6243d3a72ad2f29 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Running `rustc --crate-name void /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/void-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=93bed2850e4f45ee -C extra-filename=-93bed2850e4f45ee --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=32de3289ba42f84d -C extra-filename=-32de3289ba42f84d --out-dir /opt/rustwide/target/debug/build/syn-32de3289ba42f84d -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Running `rustc --crate-name rand_core /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=0409811fab77f321 -C extra-filename=-0409811fab77f321 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Running `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="std"' -C metadata=04d969d809906614 -C extra-filename=-04d969d809906614 --out-dir /opt/rustwide/target/debug/build/getrandom-04d969d809906614 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=3a6d6fe604a191ba -C extra-filename=-3a6d6fe604a191ba --out-dir /opt/rustwide/target/debug/build/nix-3a6d6fe604a191ba -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=842f04d7643997d8 -C extra-filename=-842f04d7643997d8 --out-dir /opt/rustwide/target/debug/build/maybe-uninit-842f04d7643997d8 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Running `rustc --crate-name ppv_lite86 --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=c53e6e56efdfbcda -C extra-filename=-c53e6e56efdfbcda --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking same-file v1.0.5 [INFO] [stderr] Running `rustc --crate-name same_file /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=bdab0caea6d65162 -C extra-filename=-bdab0caea6d65162 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking downcast-rs v1.1.0 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Running `rustc --crate-name downcast_rs /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/downcast-rs-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=4d3cb52134d80c21 -C extra-filename=-4d3cb52134d80c21 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=873e57d5acd69b3f -C extra-filename=-873e57d5acd69b3f --out-dir /opt/rustwide/target/debug/build/rayon-core-873e57d5acd69b3f -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name xml /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=e97bb1be76de7015 -C extra-filename=-e97bb1be76de7015 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Running `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libm-0.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="stable"' -C metadata=98fc1267ce3bbde2 -C extra-filename=-98fc1267ce3bbde2 --out-dir /opt/rustwide/target/debug/build/libm-98fc1267ce3bbde2 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Running `rustc --crate-name smallvec /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smallvec-0.6.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64aef4e8d633e3e0 -C extra-filename=-64aef4e8d633e3e0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Running `rustc --crate-name xdg /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xdg-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=af1fb949d5a1519b -C extra-filename=-af1fb949d5a1519b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Running `rustc --crate-name adler32 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/adler32-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=019fdf8935814c5c -C extra-filename=-019fdf8935814c5c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.11.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=7533f69c20b72646 -C extra-filename=-7533f69c20b72646 --out-dir /opt/rustwide/target/debug/build/nix-7533f69c20b72646 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking xi-unicode v0.2.0 [INFO] [stderr] Running `rustc --crate-name xi_unicode --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xi-unicode-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=0a851c6bc03ed447 -C extra-filename=-0a851c6bc03ed447 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Running `rustc --crate-name build_script_main /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2/build/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=56c63604004e70a9 -C extra-filename=-56c63604004e70a9 --out-dir /opt/rustwide/target/debug/build/typenum-56c63604004e70a9 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-derive-0.2.5/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=d1d2bc2e86a2c346 -C extra-filename=-d1d2bc2e86a2c346 --out-dir /opt/rustwide/target/debug/build/num-derive-d1d2bc2e86a2c346 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Running `rustc --crate-name either /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/either-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=7f7b819bea7347ee -C extra-filename=-7f7b819bea7347ee --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Running `rustc --crate-name lzw /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lzw-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="raii_no_panic"' -C metadata=5d839bf1cdf2c55b -C extra-filename=-5d839bf1cdf2c55b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Running `rustc --crate-name rustc_demangle /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=77a787dc0924e016 -C extra-filename=-77a787dc0924e016 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name percent_encoding /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=91bdcc787a6a5e96 -C extra-filename=-91bdcc787a6a5e96 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Running `rustc --crate-name vec_map /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=48f2c1ecbb0df9bd -C extra-filename=-48f2c1ecbb0df9bd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Running `rustc --crate-name color_quant /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/color_quant-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=c1389e0d5ff9246b -C extra-filename=-c1389e0d5ff9246b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Running `rustc --crate-name uuid /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uuid-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=543a9a5595a9c901 -C extra-filename=-543a9a5595a9c901 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Running `rustc --crate-name rawpointer /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rawpointer-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=871989487ad4f846 -C extra-filename=-871989487ad4f846 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Running `rustc --crate-name fnv /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.6/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=83ba6e2abaff6a2e -C extra-filename=-83ba6e2abaff6a2e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling coffee v0.4.0-alpha (https://github.com/hecrj/coffee#e1bb4299) [INFO] [stderr] Running `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/git/checkouts/coffee-a2c24f157d13a18b/e1bb429/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="gfx"' --cfg 'feature="gfx_core"' --cfg 'feature="gfx_device_gl"' --cfg 'feature="gfx_glyph"' --cfg 'feature="gfx_window_glutin"' --cfg 'feature="gfx_winit"' --cfg 'feature="glutin"' --cfg 'feature="opengl"' -C metadata=e68ec966a1ed75d2 -C extra-filename=-e68ec966a1ed75d2 --out-dir /opt/rustwide/target/debug/build/coffee-e68ec966a1ed75d2 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking lock_api v0.3.1 [INFO] [stderr] Running `rustc --crate-name scoped_threadpool /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped_threadpool-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=b6cda3b7ec0f05d2 -C extra-filename=-b6cda3b7ec0f05d2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name lock_api --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lock_api-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=aa4164ee7469c3e6 -C extra-filename=-aa4164ee7469c3e6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern scopeguard=/opt/rustwide/target/debug/deps/libscopeguard-5955fc2f38adcbec.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Running `rustc --crate-name crossbeam_utils /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=c63c98abfb940a57 -C extra-filename=-c63c98abfb940a57 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-b7b9fc7836c2a5f4.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-9a68a04576a87e40.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Running `rustc --crate-name semver /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' -C metadata=c04f4d8980a33fb4 -C extra-filename=-c04f4d8980a33fb4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern semver_parser=/opt/rustwide/target/debug/deps/libsemver_parser-e9c6c2c4f1e2c047.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/log-053a57a937be6bfb/build-script-build` [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Running `rustc --crate-name rand_core /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=6bc26ef443fcb142 -C extra-filename=-6bc26ef443fcb142 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-0409811fab77f321.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Running `rustc --crate-name rand_jitter /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_jitter-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="std"' -C metadata=a72e71bc096676d6 -C extra-filename=-a72e71bc096676d6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-0409811fab77f321.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/bitflags-42a671ddeac53417/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/khronos_api-965fd813a01de354/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/nix-3a6d6fe604a191ba/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/libc-aede4936ffce43c3/build-script-build` [INFO] [stderr] Checking walkdir v2.2.9 [INFO] [stderr] Running `rustc --crate-name walkdir /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/walkdir-2.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=f4fa6863cb92f6bb -C extra-filename=-f4fa6863cb92f6bb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern same_file=/opt/rustwide/target/debug/deps/libsame_file-bdab0caea6d65162.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/getrandom-04d969d809906614/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/arrayvec-ebdab244140344a5/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/proc-macro2-5355cb949c866bf6/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/syn-32de3289ba42f84d/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/rayon-core-873e57d5acd69b3f/build-script-build` [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Running `rustc --crate-name inflate /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/inflate-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' -C metadata=d5a10625606569bf -C extra-filename=-d5a10625606569bf --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adler32=/opt/rustwide/target/debug/deps/libadler32-019fdf8935814c5c.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/byteorder-77f5ef9a42268a07/build-script-build` [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Running `rustc --crate-name c2_chacha --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/c2-chacha-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="lazy_static"' --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=14e14dac8773e45c -C extra-filename=-14e14dac8773e45c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-9a68a04576a87e40.rmeta --extern ppv_lite86=/opt/rustwide/target/debug/deps/libppv_lite86-c53e6e56efdfbcda.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/libm-98fc1267ce3bbde2/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/maybe-uninit-842f04d7643997d8/build-script-build` [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f41f8a2c70a8c9e7 -C extra-filename=-f41f8a2c70a8c9e7 --out-dir /opt/rustwide/target/debug/build/num-traits-f41f8a2c70a8c9e7 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-ad3438e66b16f26a.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="std"' -C metadata=be3cb2b2b7f8cb2d -C extra-filename=-be3cb2b2b7f8cb2d --out-dir /opt/rustwide/target/debug/build/num-integer-be3cb2b2b7f8cb2d -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-ad3438e66b16f26a.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-rational-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=30b57773ed5980c4 -C extra-filename=-30b57773ed5980c4 --out-dir /opt/rustwide/target/debug/build/num-rational-30b57773ed5980c4 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-ad3438e66b16f26a.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-complex-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=5bc46b35ddc4decb -C extra-filename=-5bc46b35ddc4decb --out-dir /opt/rustwide/target/debug/build/num-complex-5bc46b35ddc4decb -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-ad3438e66b16f26a.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=242f029ed1ee8f9f -C extra-filename=-242f029ed1ee8f9f --out-dir /opt/rustwide/target/debug/build/num-iter-242f029ed1ee8f9f -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-ad3438e66b16f26a.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=4944c1a6d7cabf84 -C extra-filename=-4944c1a6d7cabf84 --out-dir /opt/rustwide/target/debug/build/rand_pcg-4944c1a6d7cabf84 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-ad3438e66b16f26a.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=99006303820385de -C extra-filename=-99006303820385de --out-dir /opt/rustwide/target/debug/build/rand_chacha-99006303820385de -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-ad3438e66b16f26a.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="rand_os"' --cfg 'feature="std"' -C metadata=963e47fcae51b0b8 -C extra-filename=-963e47fcae51b0b8 --out-dir /opt/rustwide/target/debug/build/rand-963e47fcae51b0b8 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-ad3438e66b16f26a.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Running `rustc --crate-name matrixmultiply /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/matrixmultiply-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=e8407253f7c43959 -C extra-filename=-e8407253f7c43959 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rawpointer=/opt/rustwide/target/debug/deps/librawpointer-871989487ad4f846.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/nix-7533f69c20b72646/build-script-build` [INFO] [stderr] Running `rustc --crate-name log /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=8c468fa075927058 -C extra-filename=-8c468fa075927058 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-b35babfa10d3b36c.rmeta --cap-lints allow --cap-lints=forbid --cfg atomic_cas` [INFO] [stderr] Running `rustc --crate-name log /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=87079527a2631855 -C extra-filename=-87079527a2631855 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-b7b9fc7836c2a5f4.rmeta --cap-lints allow --cap-lints=forbid --cfg atomic_cas` [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Running `rustc --crate-name gif /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gif-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="raii_no_panic"' -C metadata=f082914385261256 -C extra-filename=-f082914385261256 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern color_quant=/opt/rustwide/target/debug/deps/libcolor_quant-c1389e0d5ff9246b.rmeta --extern lzw=/opt/rustwide/target/debug/deps/liblzw-5d839bf1cdf2c55b.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name bitflags /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' -C metadata=92335dc000f5a4bb -C extra-filename=-92335dc000f5a4bb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --cfg bitflags_const_fn` [INFO] [stderr] Running `rustc --crate-name khronos_api /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/khronos_api-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=5f1a6bbe8c0f2ca7 -C extra-filename=-5f1a6bbe8c0f2ca7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name libc /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' -C metadata=344224bf7baaeb43 -C extra-filename=-344224bf7baaeb43 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN` [INFO] [stderr] Running `rustc --crate-name proc_macro2 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=de63cb0672294113 -C extra-filename=-de63cb0672294113 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-3f9450aceebe9f6f.rmeta --cap-lints allow --cap-lints=forbid --cfg u128 --cfg use_proc_macro --cfg wrap_proc_macro --cfg proc_macro_span` [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Running `rustc --crate-name rand_hc /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_hc-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=ceb23a7268d308e0 -C extra-filename=-ceb23a7268d308e0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-6bc26ef443fcb142.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Running `rustc --crate-name rand_isaac /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_isaac-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=bf36daa1a298dbcc -C extra-filename=-bf36daa1a298dbcc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-6bc26ef443fcb142.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Running `rustc --crate-name rand_xorshift /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_xorshift-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=ac5b0dbf2d2eef37 -C extra-filename=-ac5b0dbf2d2eef37 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-6bc26ef443fcb142.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name byteorder /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6553657d1909773f -C extra-filename=-6553657d1909773f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --cfg byteorder_i128` [INFO] [stderr] Running `rustc --crate-name libm --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libm-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="stable"' -C metadata=cc893664a0bb3148 -C extra-filename=-cc893664a0bb3148 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --cfg assert_no_panic` [INFO] [stderr] Running `rustc --crate-name maybe_uninit /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=a2db3de23ea018d1 -C extra-filename=-a2db3de23ea018d1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --cfg derive_copy --cfg repr_transparent --cfg native_uninit` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/coffee-e68ec966a1ed75d2/build-script-build` [INFO] [stderr] Running `rustc --crate-name arrayvec /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d977aa23d4c14004 -C extra-filename=-d977aa23d4c14004 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern nodrop=/opt/rustwide/target/debug/deps/libnodrop-67b799308addc6fc.rmeta --cap-lints allow --cap-lints=forbid --cfg has_stable_maybe_uninit` [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Running `rustc --crate-name rustc_version /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=3c32b5619233ce43 -C extra-filename=-3c32b5619233ce43 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern semver=/opt/rustwide/target/debug/deps/libsemver-c04f4d8980a33fb4.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Running `rustc --crate-name crossbeam_queue /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=fd29056e0088ad5e -C extra-filename=-fd29056e0088ad5e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-c63c98abfb940a57.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/num-derive-d1d2bc2e86a2c346/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/num-integer-be3cb2b2b7f8cb2d/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/num-rational-30b57773ed5980c4/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/num-iter-242f029ed1ee8f9f/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/num-complex-5bc46b35ddc4decb/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/rand_pcg-4944c1a6d7cabf84/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/rand_chacha-99006303820385de/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/num-traits-f41f8a2c70a8c9e7/build-script-build` [INFO] [stderr] Checking draw_state v0.8.0 [INFO] [stderr] Running `rustc --crate-name draw_state /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/draw_state-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=299f5ea4e2c065ab -C extra-filename=-299f5ea4e2c065ab --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-92335dc000f5a4bb.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Running `rustc --crate-name gl_generator /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gl_generator-0.11.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=e68eca1c018fbaa1 -C extra-filename=-e68eca1c018fbaa1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern khronos_api=/opt/rustwide/target/debug/deps/libkhronos_api-5f1a6bbe8c0f2ca7.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-8c468fa075927058.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-5b0f6dae34b8a856.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/rand-963e47fcae51b0b8/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/typenum-56c63604004e70a9/build-script-main` [INFO] [stderr] Checking stb_truetype v0.3.0 [INFO] [stderr] Running `rustc --crate-name stb_truetype --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="std"' -C metadata=7bb001af19ccb52f -C extra-filename=-7bb001af19ccb52f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-6553657d1909773f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rustc-hash v1.0.1 [INFO] [stderr] Running `rustc --crate-name rustc_hash /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=975c68b57f8db71c -C extra-filename=-975c68b57f8db71c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-6553657d1909773f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Running `rustc --crate-name deflate /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/deflate-0.7.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=8a9828c7da8477be -C extra-filename=-8a9828c7da8477be --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adler32=/opt/rustwide/target/debug/deps/libadler32-019fdf8935814c5c.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-6553657d1909773f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Running `rustc --crate-name quote /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-0.6.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=613e5cd4b758cba0 -C extra-filename=-613e5cd4b758cba0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-de63cb0672294113.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name rand_pcg /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=4423ca0dc76bb13d -C extra-filename=-4423ca0dc76bb13d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-0409811fab77f321.rmeta --cap-lints allow --cap-lints=forbid --cfg rustc_1_26` [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x11-dl-2.18.4/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=47eacd4da88f4b99 -C extra-filename=-47eacd4da88f4b99 --out-dir /opt/rustwide/target/debug/build/x11-dl-47eacd4da88f4b99 -L dependency=/opt/rustwide/target/debug/deps --extern pkg_config=/opt/rustwide/target/debug/deps/libpkg_config-87e8219e7559d71a.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=8d75ab42f571b479 -C extra-filename=-8d75ab42f571b479 --out-dir /opt/rustwide/target/debug/build/libudev-sys-8d75ab42f571b479 -L dependency=/opt/rustwide/target/debug/deps --extern pkg_config=/opt/rustwide/target/debug/deps/libpkg_config-87e8219e7559d71a.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name rand_chacha /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=a88cbc13b88e187a -C extra-filename=-a88cbc13b88e187a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-6bc26ef443fcb142.rmeta --cap-lints allow --cap-lints=forbid --cfg rustc_1_26` [INFO] [stderr] Running `rustc --crate-name typenum /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=2068313846776ba8 -C extra-filename=-2068313846776ba8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Running `rustc --crate-name num_cpus /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=3e3a013b7550a68b -C extra-filename=-3e3a013b7550a68b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name nix /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=8201e0242ea6e161 -C extra-filename=-8201e0242ea6e161 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-92335dc000f5a4bb.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-b7b9fc7836c2a5f4.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --extern void=/opt/rustwide/target/debug/deps/libvoid-93bed2850e4f45ee.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name getrandom --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="std"' -C metadata=038323f1e0f52743 -C extra-filename=-038323f1e0f52743 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-b7b9fc7836c2a5f4.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Running `rustc --crate-name memmap /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=a839d29a12ffee13 -C extra-filename=-a839d29a12ffee13 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking raw-window-handle v0.3.0 [INFO] [stderr] Running `rustc --crate-name raw_window_handle --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/raw-window-handle-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=aba9e86ff1e0f1a4 -C extra-filename=-aba9e86ff1e0f1a4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Running `rustc --crate-name shared_library /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/shared_library-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=fc707212c026f6f3 -C extra-filename=-fc707212c026f6f3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-9a68a04576a87e40.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name nix /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=b753cc60d00c81f6 -C extra-filename=-b753cc60d00c81f6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-92335dc000f5a4bb.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-b7b9fc7836c2a5f4.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --extern void=/opt/rustwide/target/debug/deps/libvoid-93bed2850e4f45ee.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Running `rustc --crate-name rand_os /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_os-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=b682a1b4a745ad4a -C extra-filename=-b682a1b4a745ad4a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-0409811fab77f321.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking stretch v0.2.2 [INFO] [stderr] Running `rustc --crate-name stretch --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stretch-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fe0228160faf75c6 -C extra-filename=-fe0228160faf75c6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libm=/opt/rustwide/target/debug/deps/liblibm-cc893664a0bb3148.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Running `rustc --crate-name wayland_scanner /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wayland-scanner-0.21.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=f572c41d6b38830c -C extra-filename=-f572c41d6b38830c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-de63cb0672294113.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-613e5cd4b758cba0.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-5b0f6dae34b8a856.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name syn /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=70ba756defde1336 -C extra-filename=-70ba756defde1336 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-de63cb0672294113.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-613e5cd4b758cba0.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-3f9450aceebe9f6f.rmeta --cap-lints allow --cap-lints=forbid --cfg syn_can_match_trailing_dollar --cfg syn_can_use_thread_id --cfg syn_can_use_associated_constants --cfg syn_can_call_macro_by_path` [INFO] [stderr] Running `rustc --crate-name num_traits /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c95424dcc50e355f -C extra-filename=-c95424dcc50e355f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --cfg has_i128` [INFO] [stderr] Checking gfx_core v0.9.2 [INFO] [stderr] Running `rustc --crate-name gfx_core /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_core-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=39fddc945230260c -C extra-filename=-39fddc945230260c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-92335dc000f5a4bb.rmeta --extern draw_state=/opt/rustwide/target/debug/deps/libdraw_state-299f5ea4e2c065ab.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-87079527a2631855.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Running `rustc --crate-name rand_core --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=335fe5f8c0bbf6ad -C extra-filename=-335fe5f8c0bbf6ad --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern getrandom=/opt/rustwide/target/debug/deps/libgetrandom-038323f1e0f52743.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Running `rustc --crate-name osmesa_sys /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/osmesa-sys-0.1.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=558978683a502167 -C extra-filename=-558978683a502167 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern shared_library=/opt/rustwide/target/debug/deps/libshared_library-fc707212c026f6f3.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Running `rustc --crate-name generic_array /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/generic-array-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=28df1405f8ad4561 -C extra-filename=-28df1405f8ad4561 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern typenum=/opt/rustwide/target/debug/deps/libtypenum-2068313846776ba8.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name rand /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="rand_os"' --cfg 'feature="std"' -C metadata=08565fb6538ac278 -C extra-filename=-08565fb6538ac278 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-a88cbc13b88e187a.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-0409811fab77f321.rmeta --extern rand_hc=/opt/rustwide/target/debug/deps/librand_hc-ceb23a7268d308e0.rmeta --extern rand_isaac=/opt/rustwide/target/debug/deps/librand_isaac-bf36daa1a298dbcc.rmeta --extern rand_jitter=/opt/rustwide/target/debug/deps/librand_jitter-a72e71bc096676d6.rmeta --extern rand_os=/opt/rustwide/target/debug/deps/librand_os-b682a1b4a745ad4a.rmeta --extern rand_pcg=/opt/rustwide/target/debug/deps/librand_pcg-4423ca0dc76bb13d.rmeta --extern rand_xorshift=/opt/rustwide/target/debug/deps/librand_xorshift-ac5b0dbf2d2eef37.rmeta --cap-lints allow --cap-lints=forbid --cfg rustc_1_25 --cfg rustc_1_26 --cfg rustc_1_27` [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=b3f51f868a3a02fa -C extra-filename=-b3f51f868a3a02fa --out-dir /opt/rustwide/target/debug/build/memoffset-b3f51f868a3a02fa -L dependency=/opt/rustwide/target/debug/deps --extern rustc_version=/opt/rustwide/target/debug/deps/librustc_version-3c32b5619233ce43.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Running `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=a878f4c0d41a693e -C extra-filename=-a878f4c0d41a693e --out-dir /opt/rustwide/target/debug/build/parking_lot_core-a878f4c0d41a693e -L dependency=/opt/rustwide/target/debug/deps --extern rustc_version=/opt/rustwide/target/debug/deps/librustc_version-3c32b5619233ce43.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Running `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' -C metadata=cb759754c0ac530f -C extra-filename=-cb759754c0ac530f --out-dir /opt/rustwide/target/debug/build/parking_lot-cb759754c0ac530f -L dependency=/opt/rustwide/target/debug/deps --extern rustc_version=/opt/rustwide/target/debug/deps/librustc_version-3c32b5619233ce43.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Running `rustc --crate-name rand_chacha --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="std"' -C metadata=21883469a2be876e -C extra-filename=-21883469a2be876e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern c2_chacha=/opt/rustwide/target/debug/deps/libc2_chacha-14e14dac8773e45c.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-335fe5f8c0bbf6ad.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/x11-dl-47eacd4da88f4b99/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/libudev-sys-8d75ab42f571b479/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/memoffset-b3f51f868a3a02fa/build-script-build` [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Running `rustc --crate-name x11_dl /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/x11-dl-2.18.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=2e2cbb8edffebdc4 -C extra-filename=-2e2cbb8edffebdc4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-9a68a04576a87e40.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --extern maybe_uninit=/opt/rustwide/target/debug/deps/libmaybe_uninit-a2db3de23ea018d1.rmeta --cap-lints allow --cap-lints=forbid -l dl` [INFO] [stderr] Running `rustc --crate-name rand --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="getrandom_package"' --cfg 'feature="std"' -C metadata=95407d40b898c90a -C extra-filename=-95407d40b898c90a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern getrandom_package=/opt/rustwide/target/debug/deps/libgetrandom-038323f1e0f52743.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-21883469a2be876e.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-335fe5f8c0bbf6ad.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name memoffset /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=7664b8216789d43f -C extra-filename=-7664b8216789d43f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --cfg memoffset_maybe_uninit` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/parking_lot_core-a878f4c0d41a693e/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/parking_lot-cb759754c0ac530f/build-script-build` [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Running `rustc --crate-name approx /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/approx-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=873863066dce21ee -C extra-filename=-873863066dce21ee --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Running `rustc --crate-name ordered_float /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=69f42bcc52608927 -C extra-filename=-69f42bcc52608927 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Running `rustc --crate-name line_drawing /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/line_drawing-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=0b9ffb220b37e1e5 -C extra-filename=-0b9ffb220b37e1e5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name num_integer /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="std"' -C metadata=fdc86c3f89b5a07b -C extra-filename=-fdc86c3f89b5a07b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --cap-lints allow --cap-lints=forbid --cfg has_i128` [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Running `rustc --crate-name num_traits /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=06032fba8813674f -C extra-filename=-06032fba8813674f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name num_complex /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-complex-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=93e9acca30f0b711 -C extra-filename=-93e9acca30f0b711 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --cap-lints allow --cap-lints=forbid --cfg has_i128` [INFO] [stderr] Running `rustc --crate-name parking_lot_core --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=019f96ec173fe671 -C extra-filename=-019f96ec173fe671 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-b7b9fc7836c2a5f4.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-64aef4e8d633e3e0.rmeta --cap-lints allow --cap-lints=forbid --cfg has_sized_atomics` [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Running `rustc --crate-name crossbeam_epoch /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=3df50368def6b04d -C extra-filename=-3df50368def6b04d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-d977aa23d4c14004.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-b7b9fc7836c2a5f4.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-c63c98abfb940a57.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-9a68a04576a87e40.rmeta --extern memoffset=/opt/rustwide/target/debug/deps/libmemoffset-7664b8216789d43f.rmeta --extern scopeguard=/opt/rustwide/target/debug/deps/libscopeguard-5955fc2f38adcbec.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name libudev_sys /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=d66c9283da6175c4 -C extra-filename=-d66c9283da6175c4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --cap-lints allow --cap-lints=forbid -L native=/lib/x86_64-linux-gnu --cfg hwdb -l udev` [INFO] [stderr] Checking sid v0.5.2 [INFO] [stderr] Running `rustc --crate-name sid /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sid-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=85ba943301f246c8 -C extra-filename=-85ba943301f246c8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-06032fba8813674f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name num_rational /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-rational-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=d5580d9f87e6d6a1 -C extra-filename=-d5580d9f87e6d6a1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-fdc86c3f89b5a07b.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --cap-lints allow --cap-lints=forbid --cfg has_i128` [INFO] [stderr] Running `rustc --crate-name num_iter /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=efa667ba66da0e29 -C extra-filename=-efa667ba66da0e29 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-fdc86c3f89b5a07b.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --cap-lints allow --cap-lints=forbid --cfg has_i128` [INFO] [stderr] Running `rustc --crate-name parking_lot --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' -C metadata=86091ef772f2dbf4 -C extra-filename=-86091ef772f2dbf4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lock_api=/opt/rustwide/target/debug/deps/liblock_api-aa4164ee7469c3e6.rmeta --extern parking_lot_core=/opt/rustwide/target/debug/deps/libparking_lot_core-019f96ec173fe671.rmeta --cap-lints allow --cap-lints=forbid --cfg has_sized_atomics --cfg has_checked_instant` [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Running `rustc --crate-name crossbeam_deque /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=f2bc91b71e1e8dfb -C extra-filename=-f2bc91b71e1e8dfb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_epoch=/opt/rustwide/target/debug/deps/libcrossbeam_epoch-3df50368def6b04d.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-c63c98abfb940a57.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Running `rustc --crate-name alga --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alga-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="std"' -C metadata=5af672788c2a1e0b -C extra-filename=-5af672788c2a1e0b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-873863066dce21ee.rmeta --extern libm=/opt/rustwide/target/debug/deps/liblibm-cc893664a0bb3148.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-93e9acca30f0b711.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Running `rustc --crate-name png /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/png-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="deflate"' --cfg 'feature="png-encoding"' -C metadata=03c03f802245be82 -C extra-filename=-03c03f802245be82 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-92335dc000f5a4bb.rmeta --extern deflate=/opt/rustwide/target/debug/deps/libdeflate-8a9828c7da8477be.rmeta --extern inflate=/opt/rustwide/target/debug/deps/libinflate-d5a10625606569bf.rmeta --extern num_iter=/opt/rustwide/target/debug/deps/libnum_iter-efa667ba66da0e29.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rusttype v0.8.1 [INFO] [stderr] Running `rustc --crate-name rusttype --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="gpu_cache"' --cfg 'feature="has-atomics"' --cfg 'feature="linked-hash-map"' --cfg 'feature="num_cpus"' --cfg 'feature="rustc-hash"' --cfg 'feature="std"' -C metadata=bdd2798f659c3b02 -C extra-filename=-bdd2798f659c3b02 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-873863066dce21ee.rmeta --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-b6243d3a72ad2f29.rmeta --extern crossbeam_deque=/opt/rustwide/target/debug/deps/libcrossbeam_deque-f2bc91b71e1e8dfb.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-c63c98abfb940a57.rmeta --extern linked_hash_map=/opt/rustwide/target/debug/deps/liblinked_hash_map-d66772c76cd7840a.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-3e3a013b7550a68b.rmeta --extern ordered_float=/opt/rustwide/target/debug/deps/libordered_float-69f42bcc52608927.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-975c68b57f8db71c.rmeta --extern stb_truetype=/opt/rustwide/target/debug/deps/libstb_truetype-7bb001af19ccb52f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name rayon_core /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=cbbdf75ab198e64f -C extra-filename=-cbbdf75ab198e64f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_deque=/opt/rustwide/target/debug/deps/libcrossbeam_deque-f2bc91b71e1e8dfb.rmeta --extern crossbeam_queue=/opt/rustwide/target/debug/deps/libcrossbeam_queue-fd29056e0088ad5e.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-c63c98abfb940a57.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-9a68a04576a87e40.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-3e3a013b7550a68b.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking twox-hash v1.5.0 [INFO] [stderr] Running `rustc --crate-name twox_hash --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/twox-hash-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=100fa0b3ef909717 -C extra-filename=-100fa0b3ef909717 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand=/opt/rustwide/target/debug/deps/librand-95407d40b898c90a.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Running `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glutin_egl_sys-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=b5805aa783c50c48 -C extra-filename=-b5805aa783c50c48 --out-dir /opt/rustwide/target/debug/build/glutin_egl_sys-b5805aa783c50c48 -L dependency=/opt/rustwide/target/debug/deps --extern gl_generator=/opt/rustwide/target/debug/deps/libgl_generator-e68eca1c018fbaa1.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Running `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glutin_glx_sys-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=7b9d27623f328fab -C extra-filename=-7b9d27623f328fab --out-dir /opt/rustwide/target/debug/build/glutin_glx_sys-7b9d27623f328fab -L dependency=/opt/rustwide/target/debug/deps --extern gl_generator=/opt/rustwide/target/debug/deps/libgl_generator-e68eca1c018fbaa1.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling gfx_gl v0.6.0 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_gl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=e30c93361d6e9026 -C extra-filename=-e30c93361d6e9026 --out-dir /opt/rustwide/target/debug/build/gfx_gl-e30c93361d6e9026 -L dependency=/opt/rustwide/target/debug/deps --extern gl_generator=/opt/rustwide/target/debug/deps/libgl_generator-e68eca1c018fbaa1.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Running `rustc --crate-name rayon /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=0a288630ee66bf71 -C extra-filename=-0a288630ee66bf71 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_deque=/opt/rustwide/target/debug/deps/libcrossbeam_deque-f2bc91b71e1e8dfb.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-7f7b819bea7347ee.rmeta --extern rayon_core=/opt/rustwide/target/debug/deps/librayon_core-cbbdf75ab198e64f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Running `rustc --crate-name rusttype --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=8b2a675343f7f5da -C extra-filename=-8b2a675343f7f5da --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rusttype_next=/opt/rustwide/target/debug/deps/librusttype-bdd2798f659c3b02.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking glyph_brush_layout v0.1.8 [INFO] [stderr] Running `rustc --crate-name glyph_brush_layout --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glyph_brush_layout-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=33d463055d164e30 -C extra-filename=-33d463055d164e30 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern full_rusttype=/opt/rustwide/target/debug/deps/librusttype-bdd2798f659c3b02.rmeta --extern xi_unicode=/opt/rustwide/target/debug/deps/libxi_unicode-0a851c6bc03ed447.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking gilrs-core v0.2.4 [INFO] [stderr] Running `rustc --crate-name gilrs_core /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gilrs-core-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=64dfde342d18fdc6 -C extra-filename=-64dfde342d18fdc6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --extern libudev_sys=/opt/rustwide/target/debug/deps/liblibudev_sys-d66c9283da6175c4.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-87079527a2631855.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-b753cc60d00c81f6.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-543a9a5595a9c901.rmeta --extern vec_map=/opt/rustwide/target/debug/deps/libvec_map-48f2c1ecbb0df9bd.rmeta --cap-lints allow --cap-lints=forbid -L native=/lib/x86_64-linux-gnu` [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Running `rustc --crate-name andrew /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/andrew-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=55c55f84dfbdb422 -C extra-filename=-55c55f84dfbdb422 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-92335dc000f5a4bb.rmeta --extern line_drawing=/opt/rustwide/target/debug/deps/libline_drawing-0b9ffb220b37e1e5.rmeta --extern rusttype=/opt/rustwide/target/debug/deps/librusttype-8b2a675343f7f5da.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-f4fa6863cb92f6bb.rmeta --extern xdg=/opt/rustwide/target/debug/deps/libxdg-af1fb949d5a1519b.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-e97bb1be76de7015.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libloading-0.5.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=d19d6d3ab13e6775 -C extra-filename=-d19d6d3ab13e6775 --out-dir /opt/rustwide/target/debug/build/libloading-d19d6d3ab13e6775 -L dependency=/opt/rustwide/target/debug/deps --extern cc=/opt/rustwide/target/debug/deps/libcc-b17c980f7b64b912.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.32/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=bcd259b3fd6eb517 -C extra-filename=-bcd259b3fd6eb517 --out-dir /opt/rustwide/target/debug/build/backtrace-sys-bcd259b3fd6eb517 -L dependency=/opt/rustwide/target/debug/deps --extern cc=/opt/rustwide/target/debug/deps/libcc-b17c980f7b64b912.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Running `rustc --crate-name nalgebra --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="matrixmultiply"' --cfg 'feature="std"' -C metadata=b5329a5b0c2163b3 -C extra-filename=-b5329a5b0c2163b3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alga=/opt/rustwide/target/debug/deps/libalga-5af672788c2a1e0b.rmeta --extern approx=/opt/rustwide/target/debug/deps/libapprox-873863066dce21ee.rmeta --extern generic_array=/opt/rustwide/target/debug/deps/libgeneric_array-28df1405f8ad4561.rmeta --extern matrixmultiply=/opt/rustwide/target/debug/deps/libmatrixmultiply-e8407253f7c43959.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-93e9acca30f0b711.rmeta --extern num_rational=/opt/rustwide/target/debug/deps/libnum_rational-d5580d9f87e6d6a1.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-08565fb6538ac278.rmeta --extern typenum=/opt/rustwide/target/debug/deps/libtypenum-2068313846776ba8.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking glyph_brush v0.6.0 [INFO] [stderr] Running `rustc --crate-name glyph_brush --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glyph_brush-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=b7de44ce402a7273 -C extra-filename=-b7de44ce402a7273 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern glyph_brush_layout=/opt/rustwide/target/debug/deps/libglyph_brush_layout-33d463055d164e30.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-87079527a2631855.rmeta --extern ordered_float=/opt/rustwide/target/debug/deps/libordered_float-69f42bcc52608927.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-975c68b57f8db71c.rmeta --extern full_rusttype=/opt/rustwide/target/debug/deps/librusttype-bdd2798f659c3b02.rmeta --extern twox_hash=/opt/rustwide/target/debug/deps/libtwox_hash-100fa0b3ef909717.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking gilrs v0.7.2 [INFO] [stderr] Running `rustc --crate-name gilrs /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gilrs-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=45773840b8601738 -C extra-filename=-45773840b8601738 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern fnv=/opt/rustwide/target/debug/deps/libfnv-83ba6e2abaff6a2e.rmeta --extern gilrs_core=/opt/rustwide/target/debug/deps/libgilrs_core-64dfde342d18fdc6.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-87079527a2631855.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-543a9a5595a9c901.rmeta --extern vec_map=/opt/rustwide/target/debug/deps/libvec_map-48f2c1ecbb0df9bd.rmeta --cap-lints allow --cap-lints=forbid -L native=/lib/x86_64-linux-gnu` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/libloading-d19d6d3ab13e6775/build-script-build` [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.21.13/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="cursor"' --cfg 'feature="dlopen"' --cfg 'feature="egl"' --cfg 'feature="native_lib"' --cfg 'feature="wayland-sys"' -C metadata=1b22ecf037cb16e0 -C extra-filename=-1b22ecf037cb16e0 --out-dir /opt/rustwide/target/debug/build/wayland-client-1b22ecf037cb16e0 -L dependency=/opt/rustwide/target/debug/deps --extern wayland_scanner=/opt/rustwide/target/debug/deps/libwayland_scanner-f572c41d6b38830c.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.21.13/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="client"' --cfg 'feature="native_client"' --cfg 'feature="native_lib"' --cfg 'feature="unstable_protocols"' --cfg 'feature="wayland-client"' --cfg 'feature="wayland-sys"' -C metadata=4922edc127b01861 -C extra-filename=-4922edc127b01861 --out-dir /opt/rustwide/target/debug/build/wayland-protocols-4922edc127b01861 -L dependency=/opt/rustwide/target/debug/deps --extern wayland_scanner=/opt/rustwide/target/debug/deps/libwayland_scanner-f572c41d6b38830c.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Running `rustc --crate-name jpeg_decoder /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/jpeg-decoder-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="rayon"' -C metadata=eb9d138ea35d90fd -C extra-filename=-eb9d138ea35d90fd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-6553657d1909773f.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-0a288630ee66bf71.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/backtrace-sys-bcd259b3fd6eb517/build-script-build` [INFO] [stderr] Running `rustc --crate-name libloading /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libloading-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=6ee06564f1bb6c18 -C extra-filename=-6ee06564f1bb6c18 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out -l dl -l static=global_static` [INFO] [stderr] Checking glyph_brush v0.5.4 [INFO] [stderr] Running `rustc --crate-name glyph_brush --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glyph_brush-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=dc762798b3ab7783 -C extra-filename=-dc762798b3ab7783 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern glyph_brush_next=/opt/rustwide/target/debug/deps/libglyph_brush-b7de44ce402a7273.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Running `rustc --crate-name dlib /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dlib-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="dlopen"' -C metadata=f2b86f1e5ab65b34 -C extra-filename=-f2b86f1e5ab65b34 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-6ee06564f1bb6c18.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out` [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Running `rustc --crate-name wayland_sys /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wayland-sys-0.21.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="client"' --cfg 'feature="cursor"' --cfg 'feature="dlopen"' --cfg 'feature="egl"' --cfg 'feature="lazy_static"' -C metadata=6c5cf68bea151789 -C extra-filename=-6c5cf68bea151789 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern dlib=/opt/rustwide/target/debug/deps/libdlib-f2b86f1e5ab65b34.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-9a68a04576a87e40.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/glutin_egl_sys-b5805aa783c50c48/build-script-build` [INFO] [stderr] Running `rustc --crate-name glutin_egl_sys --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glutin_egl_sys-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=8ad9caa3e8f4c843 -C extra-filename=-8ad9caa3e8f4c843 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name backtrace_sys /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=9960d2b9523a8ded -C extra-filename=-9960d2b9523a8ded --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-fa8ccfba1723a118/out --cfg rbt -l static=backtrace` [INFO] [stderr] Checking backtrace v0.3.39 [INFO] [stderr] Running `rustc --crate-name backtrace --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="backtrace-sys"' --cfg 'feature="dbghelp"' --cfg 'feature="default"' --cfg 'feature="dladdr"' --cfg 'feature="libbacktrace"' --cfg 'feature="libunwind"' --cfg 'feature="std"' -C metadata=fedbeb3746c6eeb2 -C extra-filename=-fedbeb3746c6eeb2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern backtrace_sys=/opt/rustwide/target/debug/deps/libbacktrace_sys-9960d2b9523a8ded.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-b7b9fc7836c2a5f4.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --extern rustc_demangle=/opt/rustwide/target/debug/deps/librustc_demangle-77a787dc0924e016.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-fa8ccfba1723a118/out` [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Running `rustc --crate-name wayland_commons /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wayland-commons-0.21.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="native_lib"' --cfg 'feature="wayland-sys"' -C metadata=93cb19e0d15ab029 -C extra-filename=-93cb19e0d15ab029 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern nix=/opt/rustwide/target/debug/deps/libnix-8201e0242ea6e161.rmeta --extern wayland_sys=/opt/rustwide/target/debug/deps/libwayland_sys-6c5cf68bea151789.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/gfx_gl-e30c93361d6e9026/build-script-build` [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Running `rustc --crate-name euclid_macros /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid_macros-0.1.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=9fab0611a1b55a20 -C extra-filename=-9fab0611a1b55a20 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-de63cb0672294113.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-613e5cd4b758cba0.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-70ba756defde1336.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name num_derive /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-derive-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=15d6078386804bdb -C extra-filename=-15d6078386804bdb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-de63cb0672294113.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-613e5cd4b758cba0.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-70ba756defde1336.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid --cfg has_i128` [INFO] [stderr] Running `rustc --crate-name gfx_gl /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_gl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=127be68dc1be34ac -C extra-filename=-127be68dc1be34ac --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/wayland-protocols-4922edc127b01861/build-script-build` [INFO] [stderr] Checking gfx v0.18.2 [INFO] [stderr] Running `rustc --crate-name gfx /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=7828e12ac4b3613d -C extra-filename=-7828e12ac4b3613d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern draw_state=/opt/rustwide/target/debug/deps/libdraw_state-299f5ea4e2c065ab.rmeta --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-39fddc945230260c.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-87079527a2631855.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/glutin_glx_sys-7b9d27623f328fab/build-script-build` [INFO] [stderr] Running `rustc --crate-name glutin_glx_sys --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glutin_glx_sys-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=48bac3cef95cc8f0 -C extra-filename=-48bac3cef95cc8f0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern x11_dl=/opt/rustwide/target/debug/deps/libx11_dl-2e2cbb8edffebdc4.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/wayland-client-1b22ecf037cb16e0/build-script-build` [INFO] [stderr] Running `rustc --crate-name wayland_client /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.21.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="cursor"' --cfg 'feature="dlopen"' --cfg 'feature="egl"' --cfg 'feature="native_lib"' --cfg 'feature="wayland-sys"' -C metadata=691f91358dd40c53 -C extra-filename=-691f91358dd40c53 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-92335dc000f5a4bb.rmeta --extern downcast_rs=/opt/rustwide/target/debug/deps/libdowncast_rs-4d3cb52134d80c21.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-8201e0242ea6e161.rmeta --extern wayland_commons=/opt/rustwide/target/debug/deps/libwayland_commons-93cb19e0d15ab029.rmeta --extern wayland_sys=/opt/rustwide/target/debug/deps/libwayland_sys-6c5cf68bea151789.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out` [INFO] [stderr] Checking gfx_device_gl v0.16.2 [INFO] [stderr] Running `rustc --crate-name gfx_device_gl /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=9f8e2b870e192754 -C extra-filename=-9f8e2b870e192754 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-39fddc945230260c.rmeta --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-127be68dc1be34ac.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-87079527a2631855.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name wayland_protocols /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.21.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="client"' --cfg 'feature="native_client"' --cfg 'feature="native_lib"' --cfg 'feature="unstable_protocols"' --cfg 'feature="wayland-client"' --cfg 'feature="wayland-sys"' -C metadata=9b43fc503618ec64 -C extra-filename=-9b43fc503618ec64 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-92335dc000f5a4bb.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-691f91358dd40c53.rmeta --extern wayland_commons=/opt/rustwide/target/debug/deps/libwayland_commons-93cb19e0d15ab029.rmeta --extern wayland_sys=/opt/rustwide/target/debug/deps/libwayland_sys-6c5cf68bea151789.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out` [INFO] [stderr] Checking gfx_glyph v0.15.0 [INFO] [stderr] Running `rustc --crate-name gfx_glyph --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_glyph-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=efd73a7b1d26da8f -C extra-filename=-efd73a7b1d26da8f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern backtrace=/opt/rustwide/target/debug/deps/libbacktrace-fedbeb3746c6eeb2.rmeta --extern gfx=/opt/rustwide/target/debug/deps/libgfx-7828e12ac4b3613d.rmeta --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-39fddc945230260c.rmeta --extern glyph_brush=/opt/rustwide/target/debug/deps/libglyph_brush-dc762798b3ab7783.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-87079527a2631855.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-fa8ccfba1723a118/out` [INFO] [stderr] Checking euclid v0.19.9 [INFO] [stderr] Running `rustc --crate-name euclid /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/euclid-0.19.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=cf22daa77d23e1db -C extra-filename=-cf22daa77d23e1db --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern euclid_macros=/opt/rustwide/target/debug/deps/libeuclid_macros-9fab0611a1b55a20.so --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking lyon_geom v0.12.7 [INFO] [stderr] Running `rustc --crate-name lyon_geom --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lyon_geom-0.12.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=c41a99f746a93084 -C extra-filename=-c41a99f746a93084 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-d977aa23d4c14004.rmeta --extern euclid=/opt/rustwide/target/debug/deps/libeuclid-cf22daa77d23e1db.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking lyon_path v0.13.2 [INFO] [stderr] Running `rustc --crate-name lyon_path --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lyon_path-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=93a4606866d07a85 -C extra-filename=-93a4606866d07a85 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lyon_geom=/opt/rustwide/target/debug/deps/liblyon_geom-c41a99f746a93084.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Running `rustc --crate-name smithay_client_toolkit /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smithay-client-toolkit-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=d597d530ff3d599e -C extra-filename=-d597d530ff3d599e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern andrew=/opt/rustwide/target/debug/deps/libandrew-55c55f84dfbdb422.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-92335dc000f5a4bb.rmeta --extern dlib=/opt/rustwide/target/debug/deps/libdlib-f2b86f1e5ab65b34.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-9a68a04576a87e40.rmeta --extern memmap=/opt/rustwide/target/debug/deps/libmemmap-a839d29a12ffee13.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-8201e0242ea6e161.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-691f91358dd40c53.rmeta --extern wayland_commons=/opt/rustwide/target/debug/deps/libwayland_commons-93cb19e0d15ab029.rmeta --extern wayland_protocols=/opt/rustwide/target/debug/deps/libwayland_protocols-9b43fc503618ec64.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out` [INFO] [stderr] Checking lyon_tessellation v0.13.5 [INFO] [stderr] Running `rustc --crate-name lyon_tessellation --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lyon_tessellation-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=ea722599ad55ae8d -C extra-filename=-ea722599ad55ae8d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lyon_path=/opt/rustwide/target/debug/deps/liblyon_path-93a4606866d07a85.rmeta --extern sid=/opt/rustwide/target/debug/deps/libsid-85ba943301f246c8.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Running `rustc --crate-name tiff /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tiff-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=29b46643a2c4a74d -C extra-filename=-29b46643a2c4a74d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-6553657d1909773f.rmeta --extern lzw=/opt/rustwide/target/debug/deps/liblzw-5d839bf1cdf2c55b.rmeta --extern num_derive=/opt/rustwide/target/debug/deps/libnum_derive-15d6078386804bdb.so --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking image v0.21.3 [INFO] [stderr] Running `rustc --crate-name image /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/image-0.21.3/./src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="bmp"' --cfg 'feature="default"' --cfg 'feature="dxt"' --cfg 'feature="gif"' --cfg 'feature="gif_codec"' --cfg 'feature="hdr"' --cfg 'feature="ico"' --cfg 'feature="jpeg"' --cfg 'feature="jpeg-decoder"' --cfg 'feature="jpeg_rayon"' --cfg 'feature="png"' --cfg 'feature="png_codec"' --cfg 'feature="pnm"' --cfg 'feature="scoped_threadpool"' --cfg 'feature="tga"' --cfg 'feature="tiff"' --cfg 'feature="webp"' -C metadata=dbdf2d9ddf4a6a89 -C extra-filename=-dbdf2d9ddf4a6a89 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-6553657d1909773f.rmeta --extern gif=/opt/rustwide/target/debug/deps/libgif-f082914385261256.rmeta --extern jpeg_decoder=/opt/rustwide/target/debug/deps/libjpeg_decoder-eb9d138ea35d90fd.rmeta --extern lzw=/opt/rustwide/target/debug/deps/liblzw-5d839bf1cdf2c55b.rmeta --extern num_iter=/opt/rustwide/target/debug/deps/libnum_iter-efa667ba66da0e29.rmeta --extern num_rational=/opt/rustwide/target/debug/deps/libnum_rational-d5580d9f87e6d6a1.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c95424dcc50e355f.rmeta --extern png=/opt/rustwide/target/debug/deps/libpng-03c03f802245be82.rmeta --extern scoped_threadpool=/opt/rustwide/target/debug/deps/libscoped_threadpool-b6cda3b7ec0f05d2.rmeta --extern tiff=/opt/rustwide/target/debug/deps/libtiff-29b46643a2c4a74d.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking winit v0.19.4 [INFO] [stderr] Running `rustc --crate-name winit /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/winit-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=74d66cea483f701b -C extra-filename=-74d66cea483f701b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-9a68a04576a87e40.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-87079527a2631855.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-86091ef772f2dbf4.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-91bdcc787a6a5e96.rmeta --extern raw_window_handle=/opt/rustwide/target/debug/deps/libraw_window_handle-aba9e86ff1e0f1a4.rmeta --extern smithay_client_toolkit=/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-d597d530ff3d599e.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-691f91358dd40c53.rmeta --extern x11_dl=/opt/rustwide/target/debug/deps/libx11_dl-2e2cbb8edffebdc4.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out` [INFO] [stderr] Checking glutin v0.20.1 [INFO] [stderr] Running `rustc --crate-name glutin --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glutin-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=1bd25d49bee1ef1a -C extra-filename=-1bd25d49bee1ef1a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern glutin_egl_sys=/opt/rustwide/target/debug/deps/libglutin_egl_sys-8ad9caa3e8f4c843.rmeta --extern glutin_glx_sys=/opt/rustwide/target/debug/deps/libglutin_glx_sys-48bac3cef95cc8f0.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-9a68a04576a87e40.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-344224bf7baaeb43.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-6ee06564f1bb6c18.rmeta --extern osmesa_sys=/opt/rustwide/target/debug/deps/libosmesa_sys-558978683a502167.rmeta --extern shared_library=/opt/rustwide/target/debug/deps/libshared_library-fc707212c026f6f3.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-691f91358dd40c53.rmeta --extern winit=/opt/rustwide/target/debug/deps/libwinit-74d66cea483f701b.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out` [INFO] [stderr] Checking gfx_window_glutin v0.30.0 [INFO] [stderr] Running `rustc --crate-name gfx_window_glutin /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx_window_glutin-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=fac5b56fa0701a07 -C extra-filename=-fac5b56fa0701a07 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-39fddc945230260c.rmeta --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-9f8e2b870e192754.rmeta --extern glutin=/opt/rustwide/target/debug/deps/libglutin-1bd25d49bee1ef1a.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out` [INFO] [stderr] Running `rustc --crate-name coffee --edition=2018 /opt/rustwide/cargo-home/git/checkouts/coffee-a2c24f157d13a18b/e1bb429/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="gfx"' --cfg 'feature="gfx_core"' --cfg 'feature="gfx_device_gl"' --cfg 'feature="gfx_glyph"' --cfg 'feature="gfx_window_glutin"' --cfg 'feature="gfx_winit"' --cfg 'feature="glutin"' --cfg 'feature="opengl"' -C metadata=17bfed1ac07e81f9 -C extra-filename=-17bfed1ac07e81f9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gfx=/opt/rustwide/target/debug/deps/libgfx-7828e12ac4b3613d.rmeta --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-39fddc945230260c.rmeta --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-9f8e2b870e192754.rmeta --extern gfx_glyph=/opt/rustwide/target/debug/deps/libgfx_glyph-efd73a7b1d26da8f.rmeta --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-fac5b56fa0701a07.rmeta --extern gilrs=/opt/rustwide/target/debug/deps/libgilrs-45773840b8601738.rmeta --extern glutin=/opt/rustwide/target/debug/deps/libglutin-1bd25d49bee1ef1a.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-dbdf2d9ddf4a6a89.rmeta --extern lyon_tessellation=/opt/rustwide/target/debug/deps/liblyon_tessellation-ea722599ad55ae8d.rmeta --extern nalgebra=/opt/rustwide/target/debug/deps/libnalgebra-b5329a5b0c2163b3.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-0a288630ee66bf71.rmeta --extern stretch=/opt/rustwide/target/debug/deps/libstretch-fe0228160faf75c6.rmeta --extern twox_hash=/opt/rustwide/target/debug/deps/libtwox_hash-100fa0b3ef909717.rmeta --extern gfx_winit=/opt/rustwide/target/debug/deps/libwinit-74d66cea483f701b.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-fa8ccfba1723a118/out -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out -L native=/lib/x86_64-linux-gnu` [INFO] [stderr] Checking proceed v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Running `rustc --crate-name proceed --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,metadata -C debuginfo=2 --test -C metadata=95ef88fc1463ecef -C extra-filename=-95ef88fc1463ecef --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-92335dc000f5a4bb.rmeta --extern coffee=/opt/rustwide/target/debug/deps/libcoffee-17bfed1ac07e81f9.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-dbdf2d9ddf4a6a89.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-95407d40b898c90a.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-fa8ccfba1723a118/out -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out -L native=/lib/x86_64-linux-gnu` [INFO] [stderr] Running `rustc --crate-name proceed --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,metadata -C debuginfo=2 -C metadata=33f52fca70b95a17 -C extra-filename=-33f52fca70b95a17 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-92335dc000f5a4bb.rmeta --extern coffee=/opt/rustwide/target/debug/deps/libcoffee-17bfed1ac07e81f9.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-dbdf2d9ddf4a6a89.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-95407d40b898c90a.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-fa8ccfba1723a118/out -L native=/opt/rustwide/target/debug/build/libloading-499c21aa8c0bd83c/out -L native=/lib/x86_64-linux-gnu` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 27s [INFO] running `"docker" "inspect" "7fe9491fef270bbd91d7ed6eb7b58705333d1dd8541da353b204d5e0a94deef4"` [INFO] running `"docker" "rm" "-f" "7fe9491fef270bbd91d7ed6eb7b58705333d1dd8541da353b204d5e0a94deef4"` [INFO] [stdout] 7fe9491fef270bbd91d7ed6eb7b58705333d1dd8541da353b204d5e0a94deef4