[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 try#e6563ac70cbfd3196492061900e9e9793e065e4d for pr-69410 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlight%2Fproceed" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dlight/proceed on toolchain e6563ac70cbfd3196492061900e9e9793e065e4d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "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-10/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" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "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] 91d7da4e65cb62965759219eb55d1e5ddeaf9cdb207370666df0c463dcc0077d [INFO] running `"docker" "start" "-a" "91d7da4e65cb62965759219eb55d1e5ddeaf9cdb207370666df0c463dcc0077d"` [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 arrayvec v0.4.12 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking nodrop v0.1.14 [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=6df03de662ef08a4 -C extra-filename=-6df03de662ef08a4 --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=2fa95a08f7e48822 -C extra-filename=-2fa95a08f7e48822 --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=e90ed88f044785f8 -C extra-filename=-e90ed88f044785f8 --out-dir /opt/rustwide/target/debug/build/byteorder-e90ed88f044785f8 -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=92e41d55ba3bd846 -C extra-filename=-92e41d55ba3bd846 --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=8cacf0393025a00f -C extra-filename=-8cacf0393025a00f --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/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=7134e0bee5486ebb -C extra-filename=-7134e0bee5486ebb --out-dir /opt/rustwide/target/debug/build/proc-macro2-7134e0bee5486ebb -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=d4e03e40ea5717e5 -C extra-filename=-d4e03e40ea5717e5 --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 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=f4628ca27cfaeaa6 -C extra-filename=-f4628ca27cfaeaa6 --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/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=4d3a419d3278d6ae -C extra-filename=-4d3a419d3278d6ae --out-dir /opt/rustwide/target/debug/build/log-4d3a419d3278d6ae -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=36b565451b0de90b -C extra-filename=-36b565451b0de90b --out-dir /opt/rustwide/target/debug/build/bitflags-36b565451b0de90b -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=a045b505d21c2f95 -C extra-filename=-a045b505d21c2f95 --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=8c0bcfb04cf1c5f9 -C extra-filename=-8c0bcfb04cf1c5f9 --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/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=8d8296c2e9192610 -C extra-filename=-8d8296c2e9192610 --out-dir /opt/rustwide/target/debug/build/arrayvec-8d8296c2e9192610 -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=6521c8590a355740 -C extra-filename=-6521c8590a355740 --out-dir /opt/rustwide/target/debug/build/libc-6521c8590a355740 -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=f2b295a60bea799a -C extra-filename=-f2b295a60bea799a --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=6c176284988aeb54 -C extra-filename=-6c176284988aeb54 --out-dir /opt/rustwide/target/debug/build/khronos_api-6c176284988aeb54 -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=9b9220346a1aaa1f -C extra-filename=-9b9220346a1aaa1f --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,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=d246114e15f6606b -C extra-filename=-d246114e15f6606b --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=a25ea288d6968f45 -C extra-filename=-a25ea288d6968f45 --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=85c7c57715c647a6 -C extra-filename=-85c7c57715c647a6 --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=bc903f5851d22cdc -C extra-filename=-bc903f5851d22cdc --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=ec116f83f7869228 -C extra-filename=-ec116f83f7869228 --out-dir /opt/rustwide/target/debug/build/syn-ec116f83f7869228 -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=1fa7a5f12388e6b9 -C extra-filename=-1fa7a5f12388e6b9 --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.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=b30288f3fe05786d -C extra-filename=-b30288f3fe05786d --out-dir /opt/rustwide/target/debug/build/nix-b30288f3fe05786d -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=39bb652b18f7af31 -C extra-filename=-39bb652b18f7af31 --out-dir /opt/rustwide/target/debug/build/getrandom-39bb652b18f7af31 -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=ac467c4ba4633a87 -C extra-filename=-ac467c4ba4633a87 --out-dir /opt/rustwide/target/debug/build/maybe-uninit-ac467c4ba4633a87 -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=39baf4fb622c56b3 -C extra-filename=-39baf4fb622c56b3 --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=5b0b4682a1dba3c4 -C extra-filename=-5b0b4682a1dba3c4 --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] 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=5ccafbe2f27801c2 -C extra-filename=-5ccafbe2f27801c2 --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=afcc761460369a9f -C extra-filename=-afcc761460369a9f --out-dir /opt/rustwide/target/debug/deps -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=71c519f7ffb7c379 -C extra-filename=-71c519f7ffb7c379 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling rayon-core v1.6.0 [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=df059c77248b888c -C extra-filename=-df059c77248b888c --out-dir /opt/rustwide/target/debug/build/rayon-core-df059c77248b888c -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=7b0c8f069911eef8 -C extra-filename=-7b0c8f069911eef8 --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=f51b070be51da3af -C extra-filename=-f51b070be51da3af --out-dir /opt/rustwide/target/debug/build/libm-f51b070be51da3af -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=33546ebeadbb6619 -C extra-filename=-33546ebeadbb6619 --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=e85931f6e5d56567 -C extra-filename=-e85931f6e5d56567 --out-dir /opt/rustwide/target/debug/build/nix-e85931f6e5d56567 -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=99564aa1901e5809 -C extra-filename=-99564aa1901e5809 --out-dir /opt/rustwide/target/debug/build/typenum-99564aa1901e5809 -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=1de31a0d2dc7fe93 -C extra-filename=-1de31a0d2dc7fe93 --out-dir /opt/rustwide/target/debug/deps -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=3f870f3c53f0628c -C extra-filename=-3f870f3c53f0628c --out-dir /opt/rustwide/target/debug/build/num-derive-3f870f3c53f0628c -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking percent-encoding v2.1.0 [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=101506eaa63c000f -C extra-filename=-101506eaa63c000f --out-dir /opt/rustwide/target/debug/deps -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=8d5bf3e32e8f85fb -C extra-filename=-8d5bf3e32e8f85fb --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=3d9b905696c7ed85 -C extra-filename=-3d9b905696c7ed85 --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=8abd2852fc8a2200 -C extra-filename=-8abd2852fc8a2200 --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=2d7c66cafb91d5fd -C extra-filename=-2d7c66cafb91d5fd --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=6af4134e429f9378 -C extra-filename=-6af4134e429f9378 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [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=a1f998db57b3267a -C extra-filename=-a1f998db57b3267a --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=91d4d51c5df2a5cb -C extra-filename=-91d4d51c5df2a5cb --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=4534cdd32651edfe -C extra-filename=-4534cdd32651edfe --out-dir /opt/rustwide/target/debug/build/coffee-4534cdd32651edfe -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking scoped_threadpool v0.1.9 [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=79eaef174fa5c00c -C extra-filename=-79eaef174fa5c00c --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] Checking crossbeam-utils v0.6.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=69c05c61eea9d38f -C extra-filename=-69c05c61eea9d38f --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 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=d6c4bee8e0ebcbef -C extra-filename=-d6c4bee8e0ebcbef --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-8c0bcfb04cf1c5f9.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-2fa95a08f7e48822.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking lock_api v0.3.1 [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=a30fa65582020c3f -C extra-filename=-a30fa65582020c3f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern scopeguard=/opt/rustwide/target/debug/deps/libscopeguard-a045b505d21c2f95.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=3ef5b5763bc8b27c -C extra-filename=-3ef5b5763bc8b27c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern semver_parser=/opt/rustwide/target/debug/deps/libsemver_parser-92e41d55ba3bd846.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/log-4d3a419d3278d6ae/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/nix-b30288f3fe05786d/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=99aef1861dec072c -C extra-filename=-99aef1861dec072c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-1fa7a5f12388e6b9.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=5031e07b1f6d8694 -C extra-filename=-5031e07b1f6d8694 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-1fa7a5f12388e6b9.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/bitflags-36b565451b0de90b/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/khronos_api-6c176284988aeb54/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/libc-6521c8590a355740/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/getrandom-39bb652b18f7af31/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=214389012675868b -C extra-filename=-214389012675868b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern same_file=/opt/rustwide/target/debug/deps/libsame_file-5b0b4682a1dba3c4.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/arrayvec-8d8296c2e9192610/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/proc-macro2-7134e0bee5486ebb/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=b6f070c24a8d2d86 -C extra-filename=-b6f070c24a8d2d86 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adler32=/opt/rustwide/target/debug/deps/libadler32-33546ebeadbb6619.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/syn-ec116f83f7869228/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/rayon-core-df059c77248b888c/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/byteorder-e90ed88f044785f8/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/maybe-uninit-ac467c4ba4633a87/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/nix-e85931f6e5d56567/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/libm-f51b070be51da3af/build-script-build` [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Checking gif v0.10.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=44445a02183d7af2 -C extra-filename=-44445a02183d7af2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rawpointer=/opt/rustwide/target/debug/deps/librawpointer-2d7c66cafb91d5fd.rmeta --cap-lints allow --cap-lints=forbid` [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=c9903d6fed82b69c -C extra-filename=-c9903d6fed82b69c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern color_quant=/opt/rustwide/target/debug/deps/libcolor_quant-8abd2852fc8a2200.rmeta --extern lzw=/opt/rustwide/target/debug/deps/liblzw-3d9b905696c7ed85.rmeta --cap-lints allow --cap-lints=forbid` [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=5cacc4a7069a715a -C extra-filename=-5cacc4a7069a715a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-2fa95a08f7e48822.rmeta --extern ppv_lite86=/opt/rustwide/target/debug/deps/libppv_lite86-39baf4fb622c56b3.rmeta --cap-lints allow --cap-lints=forbid` [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=d3a49091509b2587 -C extra-filename=-d3a49091509b2587 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-d246114e15f6606b.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=57b39a134dfe0abb -C extra-filename=-57b39a134dfe0abb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-8c0bcfb04cf1c5f9.rmeta --cap-lints allow --cap-lints=forbid --cfg atomic_cas` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/coffee-4534cdd32651edfe/build-script-build` [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=112f773e99caab32 -C extra-filename=-112f773e99caab32 --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=012cd2f00dffc110 -C extra-filename=-012cd2f00dffc110 --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=4215f71f162e77b4 -C extra-filename=-4215f71f162e77b4 --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=e6779cf1c87eede7 -C extra-filename=-e6779cf1c87eede7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-f4628ca27cfaeaa6.rmeta --cap-lints allow --cap-lints=forbid --cfg u128 --cfg use_proc_macro --cfg wrap_proc_macro --cfg proc_macro_span` [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=d8a9d6c8f391c00d -C extra-filename=-d8a9d6c8f391c00d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern nodrop=/opt/rustwide/target/debug/deps/libnodrop-8cacf0393025a00f.rmeta --cap-lints allow --cap-lints=forbid --cfg has_stable_maybe_uninit` [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=d0e08c1b246ac612 -C extra-filename=-d0e08c1b246ac612 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-99aef1861dec072c.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=b4e38da149677f0e -C extra-filename=-b4e38da149677f0e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-99aef1861dec072c.rmeta --cap-lints allow --cap-lints=forbid` [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=4539994a56c7464d -C extra-filename=-4539994a56c7464d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-99aef1861dec072c.rmeta --cap-lints allow --cap-lints=forbid` [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=cce10fcbb7921367 -C extra-filename=-cce10fcbb7921367 --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 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=2c9de48593b72f3a -C extra-filename=-2c9de48593b72f3a --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 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=25d416050a353413 -C extra-filename=-25d416050a353413 --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] Compiling num-traits v0.2.8 [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-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=12eb66f1795ceb43 -C extra-filename=-12eb66f1795ceb43 --out-dir /opt/rustwide/target/debug/build/num-traits-12eb66f1795ceb43 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-6df03de662ef08a4.rlib --cap-lints allow --cap-lints=forbid` [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=8bdb6f63c8d64c4d -C extra-filename=-8bdb6f63c8d64c4d --out-dir /opt/rustwide/target/debug/build/num-integer-8bdb6f63c8d64c4d -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-6df03de662ef08a4.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling rand_pcg v0.1.2 [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/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=6611b2401757741c -C extra-filename=-6611b2401757741c --out-dir /opt/rustwide/target/debug/build/rand_pcg-6611b2401757741c -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-6df03de662ef08a4.rlib --cap-lints allow --cap-lints=forbid` [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=4987a0ea2c40d4e3 -C extra-filename=-4987a0ea2c40d4e3 --out-dir /opt/rustwide/target/debug/build/num-rational-4987a0ea2c40d4e3 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-6df03de662ef08a4.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling num-complex v0.2.3 [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/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=3530ace83ecfea39 -C extra-filename=-3530ace83ecfea39 --out-dir /opt/rustwide/target/debug/build/num-complex-3530ace83ecfea39 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-6df03de662ef08a4.rlib --cap-lints allow --cap-lints=forbid` [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=b7c30775b8e8b40d -C extra-filename=-b7c30775b8e8b40d --out-dir /opt/rustwide/target/debug/build/rand_chacha-b7c30775b8e8b40d -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-6df03de662ef08a4.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=c96e1274be27e833 -C extra-filename=-c96e1274be27e833 --out-dir /opt/rustwide/target/debug/build/num-iter-c96e1274be27e833 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-6df03de662ef08a4.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=775b38367d538530 -C extra-filename=-775b38367d538530 --out-dir /opt/rustwide/target/debug/build/rand-775b38367d538530 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-6df03de662ef08a4.rlib --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=04faa3e65a6adbaf -C extra-filename=-04faa3e65a6adbaf --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-d6c4bee8e0ebcbef.rmeta --cap-lints allow --cap-lints=forbid` [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=c37503b3641e6cff -C extra-filename=-c37503b3641e6cff --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-112f773e99caab32.rmeta --cap-lints allow --cap-lints=forbid` [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=79905b746f8ca4de -C extra-filename=-79905b746f8ca4de --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern semver=/opt/rustwide/target/debug/deps/libsemver-3ef5b5763bc8b27c.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=b0cdbd0e4d1984a4 -C extra-filename=-b0cdbd0e4d1984a4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern khronos_api=/opt/rustwide/target/debug/deps/libkhronos_api-012cd2f00dffc110.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-d3a49091509b2587.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-d4e03e40ea5717e5.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/num-derive-3f870f3c53f0628c/build-script-build` [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=ee13e248236642aa -C extra-filename=-ee13e248236642aa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.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=2f0668a52b95c717 -C extra-filename=-2f0668a52b95c717 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-8c0bcfb04cf1c5f9.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.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=deaf6391457ba1e8 -C extra-filename=-deaf6391457ba1e8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-112f773e99caab32.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-8c0bcfb04cf1c5f9.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --extern void=/opt/rustwide/target/debug/deps/libvoid-bc903f5851d22cdc.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=f6672604f6ed019e -C extra-filename=-f6672604f6ed019e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.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=df3a4c49995d4b65 -C extra-filename=-df3a4c49995d4b65 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-2fa95a08f7e48822.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.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=ffdce6fbddd6a37e -C extra-filename=-ffdce6fbddd6a37e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.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=a107027818318dbd -C extra-filename=-a107027818318dbd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-112f773e99caab32.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-8c0bcfb04cf1c5f9.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --extern void=/opt/rustwide/target/debug/deps/libvoid-bc903f5851d22cdc.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=7c6c49535c7b3abf -C extra-filename=-7c6c49535c7b3abf --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-1fa7a5f12388e6b9.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/typenum-99564aa1901e5809/build-script-main` [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=2d0d6c0eb5e77bd6 -C extra-filename=-2d0d6c0eb5e77bd6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e6779cf1c87eede7.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/rand_pcg-6611b2401757741c/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/num-integer-8bdb6f63c8d64c4d/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/num-traits-12eb66f1795ceb43/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/num-rational-4987a0ea2c40d4e3/build-script-build` [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=2a7f74f4d6eb0cb4 -C extra-filename=-2a7f74f4d6eb0cb4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-2c9de48593b72f3a.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=7d669b657ae47799 -C extra-filename=-7d669b657ae47799 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-2c9de48593b72f3a.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=1a499bffa6ec3e6d -C extra-filename=-1a499bffa6ec3e6d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adler32=/opt/rustwide/target/debug/deps/libadler32-33546ebeadbb6619.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-2c9de48593b72f3a.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/rand_chacha-b7c30775b8e8b40d/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/num-complex-3530ace83ecfea39/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/num-iter-c96e1274be27e833/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/rand-775b38367d538530/build-script-build` [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=640c76fb8fe31b84 -C extra-filename=-640c76fb8fe31b84 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libm=/opt/rustwide/target/debug/deps/liblibm-cce10fcbb7921367.rmeta --cap-lints allow --cap-lints=forbid` [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=e56863e7a70880b6 -C extra-filename=-e56863e7a70880b6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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=7f251edcbecf0eb3 -C extra-filename=-7f251edcbecf0eb3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern getrandom=/opt/rustwide/target/debug/deps/libgetrandom-2f0668a52b95c717.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=7b7dfdc0f51409e2 -C extra-filename=-7b7dfdc0f51409e2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-1fa7a5f12388e6b9.rmeta --cap-lints allow --cap-lints=forbid --cfg rustc_1_26` [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=3448bd8d104c3fc8 -C extra-filename=-3448bd8d104c3fc8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern shared_library=/opt/rustwide/target/debug/deps/libshared_library-df3a4c49995d4b65.rmeta --cap-lints allow --cap-lints=forbid` [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=c7858c5ec2252f29 -C extra-filename=-c7858c5ec2252f29 --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=40bb4d07058f3d37 -C extra-filename=-40bb4d07058f3d37 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-112f773e99caab32.rmeta --extern draw_state=/opt/rustwide/target/debug/deps/libdraw_state-c37503b3641e6cff.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-57b39a134dfe0abb.rmeta --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=7b5d450935408a2e -C extra-filename=-7b5d450935408a2e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-99aef1861dec072c.rmeta --cap-lints allow --cap-lints=forbid --cfg rustc_1_26` [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=ad767f23291b490c -C extra-filename=-ad767f23291b490c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e6779cf1c87eede7.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-2d0d6c0eb5e77bd6.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-d4e03e40ea5717e5.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=7e6a9dc0120e245d -C extra-filename=-7e6a9dc0120e245d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e6779cf1c87eede7.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-2d0d6c0eb5e77bd6.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-f4628ca27cfaeaa6.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] 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=dabcdc3f2c5a4caa -C extra-filename=-dabcdc3f2c5a4caa --out-dir /opt/rustwide/target/debug/build/x11-dl-dabcdc3f2c5a4caa -L dependency=/opt/rustwide/target/debug/deps --extern pkg_config=/opt/rustwide/target/debug/deps/libpkg_config-9b9220346a1aaa1f.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=be54c9c4e1b90e3b -C extra-filename=-be54c9c4e1b90e3b --out-dir /opt/rustwide/target/debug/build/libudev-sys-be54c9c4e1b90e3b -L dependency=/opt/rustwide/target/debug/deps --extern pkg_config=/opt/rustwide/target/debug/deps/libpkg_config-9b9220346a1aaa1f.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=44fd1b75af4d4303 -C extra-filename=-44fd1b75af4d4303 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern c2_chacha=/opt/rustwide/target/debug/deps/libc2_chacha-5cacc4a7069a715a.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-7f251edcbecf0eb3.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=4f2400e651a8ee82 -C extra-filename=-4f2400e651a8ee82 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-7b5d450935408a2e.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-1fa7a5f12388e6b9.rmeta --extern rand_hc=/opt/rustwide/target/debug/deps/librand_hc-4539994a56c7464d.rmeta --extern rand_isaac=/opt/rustwide/target/debug/deps/librand_isaac-b4e38da149677f0e.rmeta --extern rand_jitter=/opt/rustwide/target/debug/deps/librand_jitter-5031e07b1f6d8694.rmeta --extern rand_os=/opt/rustwide/target/debug/deps/librand_os-7c6c49535c7b3abf.rmeta --extern rand_pcg=/opt/rustwide/target/debug/deps/librand_pcg-7b7dfdc0f51409e2.rmeta --extern rand_xorshift=/opt/rustwide/target/debug/deps/librand_xorshift-d0e08c1b246ac612.rmeta --cap-lints allow --cap-lints=forbid --cfg rustc_1_25 --cfg rustc_1_26 --cfg rustc_1_27` [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=c2c033f588142d92 -C extra-filename=-c2c033f588142d92 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern typenum=/opt/rustwide/target/debug/deps/libtypenum-e56863e7a70880b6.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rand v0.7.2 [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=3bdd82be5174602b -C extra-filename=-3bdd82be5174602b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern getrandom_package=/opt/rustwide/target/debug/deps/libgetrandom-2f0668a52b95c717.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-44fd1b75af4d4303.rmeta --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-7f251edcbecf0eb3.rmeta --cap-lints allow --cap-lints=forbid` [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=28126c3432b63b49 -C extra-filename=-28126c3432b63b49 --out-dir /opt/rustwide/target/debug/build/memoffset-28126c3432b63b49 -L dependency=/opt/rustwide/target/debug/deps --extern rustc_version=/opt/rustwide/target/debug/deps/librustc_version-79905b746f8ca4de.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=9bdd2e47e506bc92 -C extra-filename=-9bdd2e47e506bc92 --out-dir /opt/rustwide/target/debug/build/parking_lot_core-9bdd2e47e506bc92 -L dependency=/opt/rustwide/target/debug/deps --extern rustc_version=/opt/rustwide/target/debug/deps/librustc_version-79905b746f8ca4de.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=288b3b7b28aa900c -C extra-filename=-288b3b7b28aa900c --out-dir /opt/rustwide/target/debug/build/parking_lot-288b3b7b28aa900c -L dependency=/opt/rustwide/target/debug/deps --extern rustc_version=/opt/rustwide/target/debug/deps/librustc_version-79905b746f8ca4de.rlib --cap-lints allow --cap-lints=forbid` [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=26c61b547377f85a -C extra-filename=-26c61b547377f85a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.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=c480c172a51859c8 -C extra-filename=-c480c172a51859c8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.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=5e9f5f5547cde548 -C extra-filename=-5e9f5f5547cde548 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.rmeta --cap-lints allow --cap-lints=forbid --cfg has_i128` [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=ec60d8b2a13c6417 -C extra-filename=-ec60d8b2a13c6417 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.rmeta --cap-lints allow --cap-lints=forbid` [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=e34434035a9cecc1 -C extra-filename=-e34434035a9cecc1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.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=b0b9ebacccc454c2 -C extra-filename=-b0b9ebacccc454c2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.rmeta --cap-lints allow --cap-lints=forbid --cfg has_i128` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/x11-dl-dabcdc3f2c5a4caa/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/memoffset-28126c3432b63b49/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/parking_lot_core-9bdd2e47e506bc92/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/libudev-sys-be54c9c4e1b90e3b/build-script-build` [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=290547d85cd43522 -C extra-filename=-290547d85cd43522 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-e34434035a9cecc1.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/parking_lot-288b3b7b28aa900c/build-script-build` [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=4c22ac003b69d308 -C extra-filename=-4c22ac003b69d308 --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 `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=978857b71b22aa66 -C extra-filename=-978857b71b22aa66 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-2fa95a08f7e48822.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --extern maybe_uninit=/opt/rustwide/target/debug/deps/libmaybe_uninit-25d416050a353413.rmeta --cap-lints allow --cap-lints=forbid -l dl` [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=4f4f77efc45802d2 -C extra-filename=-4f4f77efc45802d2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-8c0bcfb04cf1c5f9.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-71c519f7ffb7c379.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=995edc0704f0546e -C extra-filename=-995edc0704f0546e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-d8a9d6c8f391c00d.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-8c0bcfb04cf1c5f9.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-d6c4bee8e0ebcbef.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-2fa95a08f7e48822.rmeta --extern memoffset=/opt/rustwide/target/debug/deps/libmemoffset-4c22ac003b69d308.rmeta --extern scopeguard=/opt/rustwide/target/debug/deps/libscopeguard-a045b505d21c2f95.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=8dae8ad9712859fb -C extra-filename=-8dae8ad9712859fb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand=/opt/rustwide/target/debug/deps/librand-3bdd82be5174602b.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=bdd61742cce0a53a -C extra-filename=-bdd61742cce0a53a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --cap-lints allow --cap-lints=forbid -L native=/lib/x86_64-linux-gnu --cfg hwdb -l udev` [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=fc3821c08b392606 -C extra-filename=-fc3821c08b392606 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-5e9f5f5547cde548.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.rmeta --cap-lints allow --cap-lints=forbid --cfg has_i128` [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=b07d90b7675fa304 -C extra-filename=-b07d90b7675fa304 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-5e9f5f5547cde548.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.rmeta --cap-lints allow --cap-lints=forbid --cfg has_i128` [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=c92b5ca1a990a748 -C extra-filename=-c92b5ca1a990a748 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-26c61b547377f85a.rmeta --extern libm=/opt/rustwide/target/debug/deps/liblibm-cce10fcbb7921367.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-b0b9ebacccc454c2.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.rmeta --cap-lints allow --cap-lints=forbid` [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=0c7ee31cdbb851ab -C extra-filename=-0c7ee31cdbb851ab --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_epoch=/opt/rustwide/target/debug/deps/libcrossbeam_epoch-995edc0704f0546e.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-d6c4bee8e0ebcbef.rmeta --cap-lints allow --cap-lints=forbid` [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=5387518fc38f8944 -C extra-filename=-5387518fc38f8944 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lock_api=/opt/rustwide/target/debug/deps/liblock_api-a30fa65582020c3f.rmeta --extern parking_lot_core=/opt/rustwide/target/debug/deps/libparking_lot_core-4f4f77efc45802d2.rmeta --cap-lints allow --cap-lints=forbid --cfg has_sized_atomics --cfg has_checked_instant` [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=df7723cb9292e50a -C extra-filename=-df7723cb9292e50a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-112f773e99caab32.rmeta --extern deflate=/opt/rustwide/target/debug/deps/libdeflate-1a499bffa6ec3e6d.rmeta --extern inflate=/opt/rustwide/target/debug/deps/libinflate-b6f070c24a8d2d86.rmeta --extern num_iter=/opt/rustwide/target/debug/deps/libnum_iter-fc3821c08b392606.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=99e673c5f0769cd2 -C extra-filename=-99e673c5f0769cd2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --extern libudev_sys=/opt/rustwide/target/debug/deps/liblibudev_sys-bdd61742cce0a53a.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-57b39a134dfe0abb.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-a107027818318dbd.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-91d4d51c5df2a5cb.rmeta --extern vec_map=/opt/rustwide/target/debug/deps/libvec_map-6af4134e429f9378.rmeta --cap-lints allow --cap-lints=forbid -L native=/lib/x86_64-linux-gnu` [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=3c733cd08d71192a -C extra-filename=-3c733cd08d71192a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-26c61b547377f85a.rmeta --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-85c7c57715c647a6.rmeta --extern crossbeam_deque=/opt/rustwide/target/debug/deps/libcrossbeam_deque-0c7ee31cdbb851ab.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-d6c4bee8e0ebcbef.rmeta --extern linked_hash_map=/opt/rustwide/target/debug/deps/liblinked_hash_map-a25ea288d6968f45.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-ee13e248236642aa.rmeta --extern ordered_float=/opt/rustwide/target/debug/deps/libordered_float-c480c172a51859c8.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-7d669b657ae47799.rmeta --extern stb_truetype=/opt/rustwide/target/debug/deps/libstb_truetype-2a7f74f4d6eb0cb4.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=f2f3aa9754b20a83 -C extra-filename=-f2f3aa9754b20a83 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_deque=/opt/rustwide/target/debug/deps/libcrossbeam_deque-0c7ee31cdbb851ab.rmeta --extern crossbeam_queue=/opt/rustwide/target/debug/deps/libcrossbeam_queue-04faa3e65a6adbaf.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-d6c4bee8e0ebcbef.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-2fa95a08f7e48822.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-ee13e248236642aa.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=53fd55553f3dce2a -C extra-filename=-53fd55553f3dce2a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern fnv=/opt/rustwide/target/debug/deps/libfnv-69c05c61eea9d38f.rmeta --extern gilrs_core=/opt/rustwide/target/debug/deps/libgilrs_core-99e673c5f0769cd2.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-57b39a134dfe0abb.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-91d4d51c5df2a5cb.rmeta --extern vec_map=/opt/rustwide/target/debug/deps/libvec_map-6af4134e429f9378.rmeta --cap-lints allow --cap-lints=forbid -L native=/lib/x86_64-linux-gnu` [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=39ccf18099e9fec4 -C extra-filename=-39ccf18099e9fec4 --out-dir /opt/rustwide/target/debug/build/glutin_egl_sys-39ccf18099e9fec4 -L dependency=/opt/rustwide/target/debug/deps --extern gl_generator=/opt/rustwide/target/debug/deps/libgl_generator-b0cdbd0e4d1984a4.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=012750d2b4a0fc68 -C extra-filename=-012750d2b4a0fc68 --out-dir /opt/rustwide/target/debug/build/glutin_glx_sys-012750d2b4a0fc68 -L dependency=/opt/rustwide/target/debug/deps --extern gl_generator=/opt/rustwide/target/debug/deps/libgl_generator-b0cdbd0e4d1984a4.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=79dc80de9a8540bf -C extra-filename=-79dc80de9a8540bf --out-dir /opt/rustwide/target/debug/build/gfx_gl-79dc80de9a8540bf -L dependency=/opt/rustwide/target/debug/deps --extern gl_generator=/opt/rustwide/target/debug/deps/libgl_generator-b0cdbd0e4d1984a4.rlib --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=9da5776782965515 -C extra-filename=-9da5776782965515 --out-dir /opt/rustwide/target/debug/build/libloading-9da5776782965515 -L dependency=/opt/rustwide/target/debug/deps --extern cc=/opt/rustwide/target/debug/deps/libcc-f2b295a60bea799a.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=c63fe228d588b423 -C extra-filename=-c63fe228d588b423 --out-dir /opt/rustwide/target/debug/build/backtrace-sys-c63fe228d588b423 -L dependency=/opt/rustwide/target/debug/deps --extern cc=/opt/rustwide/target/debug/deps/libcc-f2b295a60bea799a.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=de1f69d0c7fe336d -C extra-filename=-de1f69d0c7fe336d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alga=/opt/rustwide/target/debug/deps/libalga-c92b5ca1a990a748.rmeta --extern approx=/opt/rustwide/target/debug/deps/libapprox-26c61b547377f85a.rmeta --extern generic_array=/opt/rustwide/target/debug/deps/libgeneric_array-c2c033f588142d92.rmeta --extern matrixmultiply=/opt/rustwide/target/debug/deps/libmatrixmultiply-44445a02183d7af2.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-b0b9ebacccc454c2.rmeta --extern num_rational=/opt/rustwide/target/debug/deps/libnum_rational-b07d90b7675fa304.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-4f2400e651a8ee82.rmeta --extern typenum=/opt/rustwide/target/debug/deps/libtypenum-e56863e7a70880b6.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=ce07d771efe8423f -C extra-filename=-ce07d771efe8423f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rusttype_next=/opt/rustwide/target/debug/deps/librusttype-3c733cd08d71192a.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=b5fa2f4ff29fb7e8 -C extra-filename=-b5fa2f4ff29fb7e8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern full_rusttype=/opt/rustwide/target/debug/deps/librusttype-3c733cd08d71192a.rmeta --extern xi_unicode=/opt/rustwide/target/debug/deps/libxi_unicode-1de31a0d2dc7fe93.rmeta --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=3d59f36f9322a357 -C extra-filename=-3d59f36f9322a357 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_deque=/opt/rustwide/target/debug/deps/libcrossbeam_deque-0c7ee31cdbb851ab.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-8d5bf3e32e8f85fb.rmeta --extern rayon_core=/opt/rustwide/target/debug/deps/librayon_core-f2f3aa9754b20a83.rmeta --cap-lints allow --cap-lints=forbid` [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=34e6716254c5d7d3 -C extra-filename=-34e6716254c5d7d3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-112f773e99caab32.rmeta --extern line_drawing=/opt/rustwide/target/debug/deps/libline_drawing-ec60d8b2a13c6417.rmeta --extern rusttype=/opt/rustwide/target/debug/deps/librusttype-ce07d771efe8423f.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-214389012675868b.rmeta --extern xdg=/opt/rustwide/target/debug/deps/libxdg-afcc761460369a9f.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-7b0c8f069911eef8.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/libloading-9da5776782965515/build-script-build` [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=1ef8f7766d3a26db -C extra-filename=-1ef8f7766d3a26db --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-b5fa2f4ff29fb7e8.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-57b39a134dfe0abb.rmeta --extern ordered_float=/opt/rustwide/target/debug/deps/libordered_float-c480c172a51859c8.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-7d669b657ae47799.rmeta --extern full_rusttype=/opt/rustwide/target/debug/deps/librusttype-3c733cd08d71192a.rmeta --extern twox_hash=/opt/rustwide/target/debug/deps/libtwox_hash-8dae8ad9712859fb.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/backtrace-sys-c63fe228d588b423/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=ba3d3b2a5f6de9f7 -C extra-filename=-ba3d3b2a5f6de9f7 --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-1194ef1d1c887894/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=7410945ec490ecbf -C extra-filename=-7410945ec490ecbf --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-1ef8f7766d3a26db.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=b966125b178772a5 -C extra-filename=-b966125b178772a5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-ba3d3b2a5f6de9f7.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-1194ef1d1c887894/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=a39ac9e78670c163 -C extra-filename=-a39ac9e78670c163 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern dlib=/opt/rustwide/target/debug/deps/libdlib-b966125b178772a5.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-2fa95a08f7e48822.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-1194ef1d1c887894/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=678648a31aebc67e -C extra-filename=-678648a31aebc67e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern nix=/opt/rustwide/target/debug/deps/libnix-deaf6391457ba1e8.rmeta --extern wayland_sys=/opt/rustwide/target/debug/deps/libwayland_sys-a39ac9e78670c163.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-1194ef1d1c887894/out` [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=0534131e74e40893 -C extra-filename=-0534131e74e40893 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-8030df534298336a/out --cfg rbt -l static=backtrace` [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=324160387ad82b7c -C extra-filename=-324160387ad82b7c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern draw_state=/opt/rustwide/target/debug/deps/libdraw_state-c37503b3641e6cff.rmeta --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-40bb4d07058f3d37.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-57b39a134dfe0abb.rmeta --cap-lints allow --cap-lints=forbid` [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=76f818c4fa42095f -C extra-filename=-76f818c4fa42095f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern backtrace_sys=/opt/rustwide/target/debug/deps/libbacktrace_sys-0534131e74e40893.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-8c0bcfb04cf1c5f9.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --extern rustc_demangle=/opt/rustwide/target/debug/deps/librustc_demangle-a1f998db57b3267a.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-8030df534298336a/out` [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=8bd2293b99b42040 -C extra-filename=-8bd2293b99b42040 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-2c9de48593b72f3a.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-3d59f36f9322a357.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/glutin_egl_sys-39ccf18099e9fec4/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=667ce2e2f696c713 -C extra-filename=-667ce2e2f696c713 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [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=0f7109fddbf6f571 -C extra-filename=-0f7109fddbf6f571 --out-dir /opt/rustwide/target/debug/build/wayland-client-0f7109fddbf6f571 -L dependency=/opt/rustwide/target/debug/deps --extern wayland_scanner=/opt/rustwide/target/debug/deps/libwayland_scanner-ad767f23291b490c.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=3cd6f9a1561a7c50 -C extra-filename=-3cd6f9a1561a7c50 --out-dir /opt/rustwide/target/debug/build/wayland-protocols-3cd6f9a1561a7c50 -L dependency=/opt/rustwide/target/debug/deps --extern wayland_scanner=/opt/rustwide/target/debug/deps/libwayland_scanner-ad767f23291b490c.rlib --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/glutin_glx_sys-012750d2b4a0fc68/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=85dd477b6eca03ed -C extra-filename=-85dd477b6eca03ed --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern x11_dl=/opt/rustwide/target/debug/deps/libx11_dl-978857b71b22aa66.rmeta --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/gfx_gl-79dc80de9a8540bf/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=f5488678cb6f0f88 -C extra-filename=-f5488678cb6f0f88 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e6779cf1c87eede7.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-2d0d6c0eb5e77bd6.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-7e6a9dc0120e245d.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=9a2e0ebd85924a09 -C extra-filename=-9a2e0ebd85924a09 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e6779cf1c87eede7.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-2d0d6c0eb5e77bd6.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-7e6a9dc0120e245d.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=663fd58b82851d53 -C extra-filename=-663fd58b82851d53 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [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=45bcb3771ef08955 -C extra-filename=-45bcb3771ef08955 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern backtrace=/opt/rustwide/target/debug/deps/libbacktrace-76f818c4fa42095f.rmeta --extern gfx=/opt/rustwide/target/debug/deps/libgfx-324160387ad82b7c.rmeta --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-40bb4d07058f3d37.rmeta --extern glyph_brush=/opt/rustwide/target/debug/deps/libglyph_brush-7410945ec490ecbf.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-57b39a134dfe0abb.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-8030df534298336a/out` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/wayland-client-0f7109fddbf6f571/build-script-build` [INFO] [stderr] Running `/opt/rustwide/target/debug/build/wayland-protocols-3cd6f9a1561a7c50/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=7e8c9cb93940dc9c -C extra-filename=-7e8c9cb93940dc9c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-112f773e99caab32.rmeta --extern downcast_rs=/opt/rustwide/target/debug/deps/libdowncast_rs-5ccafbe2f27801c2.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-deaf6391457ba1e8.rmeta --extern wayland_commons=/opt/rustwide/target/debug/deps/libwayland_commons-678648a31aebc67e.rmeta --extern wayland_sys=/opt/rustwide/target/debug/deps/libwayland_sys-a39ac9e78670c163.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-1194ef1d1c887894/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=fc272c4cbd5a1d8a -C extra-filename=-fc272c4cbd5a1d8a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-40bb4d07058f3d37.rmeta --extern gfx_gl=/opt/rustwide/target/debug/deps/libgfx_gl-663fd58b82851d53.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-57b39a134dfe0abb.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=68d71835b2727240 -C extra-filename=-68d71835b2727240 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-112f773e99caab32.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-7e8c9cb93940dc9c.rmeta --extern wayland_commons=/opt/rustwide/target/debug/deps/libwayland_commons-678648a31aebc67e.rmeta --extern wayland_sys=/opt/rustwide/target/debug/deps/libwayland_sys-a39ac9e78670c163.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-1194ef1d1c887894/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=00cbe8ab8730fef4 -C extra-filename=-00cbe8ab8730fef4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern euclid_macros=/opt/rustwide/target/debug/deps/libeuclid_macros-f5488678cb6f0f88.so --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.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=8d15bf2a98d8060c -C extra-filename=-8d15bf2a98d8060c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-d8a9d6c8f391c00d.rmeta --extern euclid=/opt/rustwide/target/debug/deps/libeuclid-00cbe8ab8730fef4.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.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=665e2ec1c28af223 -C extra-filename=-665e2ec1c28af223 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern andrew=/opt/rustwide/target/debug/deps/libandrew-34e6716254c5d7d3.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-112f773e99caab32.rmeta --extern dlib=/opt/rustwide/target/debug/deps/libdlib-b966125b178772a5.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-2fa95a08f7e48822.rmeta --extern memmap=/opt/rustwide/target/debug/deps/libmemmap-f6672604f6ed019e.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-deaf6391457ba1e8.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-7e8c9cb93940dc9c.rmeta --extern wayland_commons=/opt/rustwide/target/debug/deps/libwayland_commons-678648a31aebc67e.rmeta --extern wayland_protocols=/opt/rustwide/target/debug/deps/libwayland_protocols-68d71835b2727240.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-1194ef1d1c887894/out` [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=3b373f8bc4ecf236 -C extra-filename=-3b373f8bc4ecf236 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-2c9de48593b72f3a.rmeta --extern lzw=/opt/rustwide/target/debug/deps/liblzw-3d9b905696c7ed85.rmeta --extern num_derive=/opt/rustwide/target/debug/deps/libnum_derive-9a2e0ebd85924a09.so --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.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=8b22f19dc5aed477 -C extra-filename=-8b22f19dc5aed477 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lyon_geom=/opt/rustwide/target/debug/deps/liblyon_geom-8d15bf2a98d8060c.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=2fa2b4dc7245849b -C extra-filename=-2fa2b4dc7245849b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-2c9de48593b72f3a.rmeta --extern gif=/opt/rustwide/target/debug/deps/libgif-c9903d6fed82b69c.rmeta --extern jpeg_decoder=/opt/rustwide/target/debug/deps/libjpeg_decoder-8bd2293b99b42040.rmeta --extern lzw=/opt/rustwide/target/debug/deps/liblzw-3d9b905696c7ed85.rmeta --extern num_iter=/opt/rustwide/target/debug/deps/libnum_iter-fc3821c08b392606.rmeta --extern num_rational=/opt/rustwide/target/debug/deps/libnum_rational-b07d90b7675fa304.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c7858c5ec2252f29.rmeta --extern png=/opt/rustwide/target/debug/deps/libpng-df7723cb9292e50a.rmeta --extern scoped_threadpool=/opt/rustwide/target/debug/deps/libscoped_threadpool-79eaef174fa5c00c.rmeta --extern tiff=/opt/rustwide/target/debug/deps/libtiff-3b373f8bc4ecf236.rmeta --cap-lints allow --cap-lints=forbid` [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=6f05397f51fd84a0 -C extra-filename=-6f05397f51fd84a0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lyon_path=/opt/rustwide/target/debug/deps/liblyon_path-8b22f19dc5aed477.rmeta --extern sid=/opt/rustwide/target/debug/deps/libsid-290547d85cd43522.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=ae12a8a2b4247804 -C extra-filename=-ae12a8a2b4247804 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-2fa95a08f7e48822.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-57b39a134dfe0abb.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-5387518fc38f8944.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-101506eaa63c000f.rmeta --extern raw_window_handle=/opt/rustwide/target/debug/deps/libraw_window_handle-ffdce6fbddd6a37e.rmeta --extern smithay_client_toolkit=/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-665e2ec1c28af223.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-7e8c9cb93940dc9c.rmeta --extern x11_dl=/opt/rustwide/target/debug/deps/libx11_dl-978857b71b22aa66.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-1194ef1d1c887894/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=818406029a536f85 -C extra-filename=-818406029a536f85 --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-667ce2e2f696c713.rmeta --extern glutin_glx_sys=/opt/rustwide/target/debug/deps/libglutin_glx_sys-85dd477b6eca03ed.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-2fa95a08f7e48822.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4215f71f162e77b4.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-ba3d3b2a5f6de9f7.rmeta --extern osmesa_sys=/opt/rustwide/target/debug/deps/libosmesa_sys-3448bd8d104c3fc8.rmeta --extern shared_library=/opt/rustwide/target/debug/deps/libshared_library-df3a4c49995d4b65.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-7e8c9cb93940dc9c.rmeta --extern winit=/opt/rustwide/target/debug/deps/libwinit-ae12a8a2b4247804.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-1194ef1d1c887894/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=862394685b22c403 -C extra-filename=-862394685b22c403 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-40bb4d07058f3d37.rmeta --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-fc272c4cbd5a1d8a.rmeta --extern glutin=/opt/rustwide/target/debug/deps/libglutin-818406029a536f85.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-1194ef1d1c887894/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=79ea042fce70d7ec -C extra-filename=-79ea042fce70d7ec --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gfx=/opt/rustwide/target/debug/deps/libgfx-324160387ad82b7c.rmeta --extern gfx_core=/opt/rustwide/target/debug/deps/libgfx_core-40bb4d07058f3d37.rmeta --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-fc272c4cbd5a1d8a.rmeta --extern gfx_glyph=/opt/rustwide/target/debug/deps/libgfx_glyph-45bcb3771ef08955.rmeta --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-862394685b22c403.rmeta --extern gilrs=/opt/rustwide/target/debug/deps/libgilrs-53fd55553f3dce2a.rmeta --extern glutin=/opt/rustwide/target/debug/deps/libglutin-818406029a536f85.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-2fa2b4dc7245849b.rmeta --extern lyon_tessellation=/opt/rustwide/target/debug/deps/liblyon_tessellation-6f05397f51fd84a0.rmeta --extern nalgebra=/opt/rustwide/target/debug/deps/libnalgebra-de1f69d0c7fe336d.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-3d59f36f9322a357.rmeta --extern stretch=/opt/rustwide/target/debug/deps/libstretch-640c76fb8fe31b84.rmeta --extern twox_hash=/opt/rustwide/target/debug/deps/libtwox_hash-8dae8ad9712859fb.rmeta --extern gfx_winit=/opt/rustwide/target/debug/deps/libwinit-ae12a8a2b4247804.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-8030df534298336a/out -L native=/opt/rustwide/target/debug/build/libloading-1194ef1d1c887894/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=aeef2d71580c1aed -C extra-filename=-aeef2d71580c1aed --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-112f773e99caab32.rmeta --extern coffee=/opt/rustwide/target/debug/deps/libcoffee-79ea042fce70d7ec.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-2fa2b4dc7245849b.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-3bdd82be5174602b.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-8030df534298336a/out -L native=/opt/rustwide/target/debug/build/libloading-1194ef1d1c887894/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=b4af1c2bf45f8854 -C extra-filename=-b4af1c2bf45f8854 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-112f773e99caab32.rmeta --extern coffee=/opt/rustwide/target/debug/deps/libcoffee-79ea042fce70d7ec.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-2fa2b4dc7245849b.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-3bdd82be5174602b.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/backtrace-sys-8030df534298336a/out -L native=/opt/rustwide/target/debug/build/libloading-1194ef1d1c887894/out -L native=/lib/x86_64-linux-gnu` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 37s [INFO] running `"docker" "inspect" "91d7da4e65cb62965759219eb55d1e5ddeaf9cdb207370666df0c463dcc0077d"` [INFO] running `"docker" "rm" "-f" "91d7da4e65cb62965759219eb55d1e5ddeaf9cdb207370666df0c463dcc0077d"` [INFO] [stdout] 91d7da4e65cb62965759219eb55d1e5ddeaf9cdb207370666df0c463dcc0077d