Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecryptfs causes Cargo to rebuild when it shouldn't #7775

Open
bestouff opened this issue Jan 7, 2020 · 15 comments
Open

ecryptfs causes Cargo to rebuild when it shouldn't #7775

bestouff opened this issue Jan 7, 2020 · 15 comments
Labels
A-filesystem Area: issues with filesystems A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix

Comments

@bestouff
Copy link

bestouff commented Jan 7, 2020

What I did:

  • cargo clean
  • cargo build => everything is rebuilt, that's OK
  • cargo build again => some crates are rebuilt, that's not OK
  • cargo build again => nothing is rebuilt, that's OK

Happens on my laptop running Debian/testing, rust 1.40 from rustup, 8Gb RAM.
Doesn't happen on my desktop, sames OS, same rust, 20Gb RAM.

How can I help and provide debug info ?

@bestouff bestouff added the C-bug Category: bug label Jan 7, 2020
@ehuss
Copy link
Contributor

ehuss commented Jan 7, 2020

You can run Cargo with the CARGO_LOG=cargo::core::compiler::fingerprint=trace environment variable, and it should display some information about why it thinks the crates need to be rebuilt. Perhaps that will give some clues on what's going on.

If you're able to reduce it to an example you can share publicly, I can take a look.

@bestouff
Copy link
Author

bestouff commented Jan 7, 2020

Here's something interesting I saw:

[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for legion v0.2.1/Build/Target { ..: lib_target("legion", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/legion-0.2.1/src/lib.rs", Edition2018) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated

Now the whole output:

[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gravitypilot-de0538b6d107f11d/bin-client-de0538b6d107f11d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] dependency on `build_script_build` is newer than we are
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] dependency on `build_script_build` is newer than we are
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] dependency on `build_script_build` is newer than we are
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for gravitypilot v0.1.0 (/home/xav/rust/gravitypilot)/Build/Target { name: "client", doc: true, ..: with_path("/home/xav/rust/gravitypilot/src/bin/client.rs", Edition2018) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/anyhow-8bb3d04218175f21/lib-anyhow-8bb3d04218175f21
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/anyhow-a819d161f8d40d0e/run-build-script-build_script_build-a819d161f8d40d0e
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/anyhow-c559251f8a73164c/build-script-build_script_build-c559251f8a73164c
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/bincode-2a253c7c817b6b27/lib-bincode-2a253c7c817b6b27
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/byteorder-8d7fe8c382a8f843/lib-byteorder-8d7fe8c382a8f843
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/byteorder-a0c323ed3872c873/run-build-script-build_script_build-a0c323ed3872c873
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/byteorder-3af858e68d60995e/build-script-build_script_build-3af858e68d60995e
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/serde-6be89e0f398ce656/lib-serde-6be89e0f398ce656
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/serde-9cb53e3fcec44e02/run-build-script-build_script_build-9cb53e3fcec44e02
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/serde-766e1737a7b22868/build-script-build_script_build-766e1737a7b22868
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/serde_derive-cfc4e08e05e16acf/lib-serde_derive-cfc4e08e05e16acf
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/proc-macro2-dcd3e95d9a1868c4/lib-proc_macro2-dcd3e95d9a1868c4
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/proc-macro2-92b6bc39d6d7de46/run-build-script-build_script_build-92b6bc39d6d7de46
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/proc-macro2-c11ee4cc487f90dc/build-script-build_script_build-c11ee4cc487f90dc
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/unicode-xid-c2824e4700cd323f/lib-unicode_xid-c2824e4700cd323f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/quote-023288e32c692674/lib-quote-023288e32c692674
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/syn-7d6f3295fd4707a7/lib-syn-7d6f3295fd4707a7
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/syn-bc3849266981c03d/run-build-script-build_script_build-bc3849266981c03d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/syn-dc20b04dce2ca6cd/build-script-build_script_build-dc20b04dce2ca6cd
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/color-backtrace-ee090b66db9630cd/lib-color_backtrace-ee090b66db9630cd
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/atty-980f24ea90acac6d/lib-atty-980f24ea90acac6d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/libc-109a583aa89fa1f7/lib-libc-109a583aa89fa1f7
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/libc-5381e2304f06db2b/run-build-script-build_script_build-5381e2304f06db2b
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/libc-31a9ac5ec020a4ab/build-script-build_script_build-31a9ac5ec020a4ab
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/backtrace-814039e11d2c4cb0/lib-backtrace-814039e11d2c4cb0
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/addr2line-03bf4019e0aeabc0/lib-addr2line-03bf4019e0aeabc0
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/fallible-iterator-5220df2c3ce68287/lib-fallible_iterator-5220df2c3ce68287
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gimli-73c90b2bfca951ec/lib-gimli-73c90b2bfca951ec
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/arrayvec-ee23ab5a6d4cd937/lib-arrayvec-ee23ab5a6d4cd937
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/arrayvec-04fce71be3004b9b/run-build-script-build_script_build-04fce71be3004b9b
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/arrayvec-e272460e414ab447/build-script-build_script_build-e272460e414ab447
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/nodrop-8802c450021046d9/lib-nodrop-8802c450021046d9
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/stable_deref_trait-2c884660db3bba6f/lib-stable_deref_trait-2c884660db3bba6f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/intervaltree-82a7f28a527f5e63/lib-intervaltree-82a7f28a527f5e63
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/smallvec-d126fdc6c2f538cf/lib-smallvec-d126fdc6c2f538cf
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/maybe-uninit-32550a784c96a401/lib-maybe_uninit-32550a784c96a401
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/maybe-uninit-617753b1741c6208/run-build-script-build_script_build-617753b1741c6208
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/maybe-uninit-b73fd1ccf2fa6600/build-script-build_script_build-b73fd1ccf2fa6600
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lazycell-b67eb3cc6de43cd2/lib-lazycell-b67eb3cc6de43cd2
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/backtrace-sys-452245f7f20b9ce3/lib-backtrace_sys-452245f7f20b9ce3
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/backtrace-sys-423357e87ad68a7e/run-build-script-build_script_build-423357e87ad68a7e
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/backtrace-sys-665ecb343e37bdea/build-script-build_script_build-665ecb343e37bdea
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/cc-7e4e31706663f7a8/lib-cc-7e4e31706663f7a8
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/cfg-if-010f572f4ccb52c9/lib-cfg_if-010f572f4ccb52c9
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/findshlibs-da91107587bd3806/lib-findshlibs-da91107587bd3806
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lazy_static-29b6cb1c652e1fff/lib-lazy_static-29b6cb1c652e1fff
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/goblin-b22536ccf85c0a51/lib-goblin-b22536ccf85c0a51
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/log-dcc3e0f9aafdf065/lib-log-dcc3e0f9aafdf065
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/log-39d9acbc97d22425/run-build-script-build_script_build-39d9acbc97d22425
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/log-0d0e8fced996f3e7/build-script-build_script_build-0d0e8fced996f3e7
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/plain-4ff30f8365f2f49d/lib-plain-4ff30f8365f2f49d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/scroll-4c983ef9d9c642d5/lib-scroll-4c983ef9d9c642d5
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/scroll-e3cf27b3f70200f2/run-build-script-build_script_build-e3cf27b3f70200f2
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/scroll-322e650db1518067/build-script-build_script_build-322e650db1518067
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rustc_version-140691a249032158/lib-rustc_version-140691a249032158
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/semver-2fcd25c13eb51d53/lib-semver-2fcd25c13eb51d53
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/semver-parser-8054362f7b48418d/lib-semver_parser-8054362f7b48418d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/scroll_derive-47dfe3dab273d676/lib-scroll_derive-47dfe3dab273d676
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/proc-macro2-f2bf51d89f250ada/lib-proc_macro2-f2bf51d89f250ada
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/proc-macro2-78ab79fc87c41011/run-build-script-build_script_build-78ab79fc87c41011
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/proc-macro2-4c0279bfb9c7df49/build-script-build_script_build-4c0279bfb9c7df49
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/unicode-xid-6c03d4eb67b4e332/lib-unicode_xid-6c03d4eb67b4e332
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/quote-c3ac36162cb405a8/lib-quote-c3ac36162cb405a8
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/syn-b381b5ace5f8ef5d/lib-syn-b381b5ace5f8ef5d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/syn-df59080f6a37e99a/run-build-script-build_script_build-df59080f6a37e99a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/syn-146c21d13df6a78b/build-script-build_script_build-146c21d13df6a78b
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/memmap-3d63796ae3164970/lib-memmap-3d63796ae3164970
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rustc-demangle-85dba8266072c2df/lib-rustc_demangle-85dba8266072c2df
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/termcolor-d8a14ea0555fbd2c/lib-termcolor-d8a14ea0555fbd2c
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/ggez-61d775f72f982bef/lib-ggez-61d775f72f982bef
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for ggez v0.5.1/Build/Target { ..: lib_target("ggez", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ggez-0.5.1/src/lib.rs", Edition2018) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/approx-3073580ed282b24b/lib-approx-3073580ed282b24b
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-traits-723232fa74dd79a3/lib-num_traits-723232fa74dd79a3
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-traits-08c969cdeac7d5f6/run-build-script-build_script_build-08c969cdeac7d5f6
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-traits-eee832f44eeb66aa/build-script-build_script_build-eee832f44eeb66aa
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/autocfg-897b64b3e64a496d/lib-autocfg-897b64b3e64a496d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/bitflags-65129b6f5bedcb44/lib-bitflags-65129b6f5bedcb44
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/bitflags-2af32a22e07f5a88/run-build-script-build_script_build-2af32a22e07f5a88
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/bitflags-3eada06ef826da0a/build-script-build_script_build-3eada06ef826da0a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/directories-b3a915c1309464dc/lib-directories-b3a915c1309464dc
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/dirs-sys-308fbf44c48b4c24/lib-dirs_sys-308fbf44c48b4c24
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gfx-b7847a162a6347e4/lib-gfx-b7847a162a6347e4
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/draw_state-cab78272ad96796a/lib-draw_state-cab78272ad96796a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gfx_core-50c74d8ae2e94a86/lib-gfx_core-50c74d8ae2e94a86
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gfx_device_gl-55685331e7fe20e1/lib-gfx_device_gl-55685331e7fe20e1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gfx_gl-55a4ab506aa74534/lib-gfx_gl-55a4ab506aa74534
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gfx_gl-ce26e11d8ec6312a/run-build-script-build_script_build-ce26e11d8ec6312a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gfx_gl-2acc5750a05bfb1d/build-script-build_script_build-2acc5750a05bfb1d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gl_generator-a8033c66c130239a/lib-gl_generator-a8033c66c130239a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/khronos_api-f9113cfe8ab031ec/lib-khronos_api-f9113cfe8ab031ec
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/khronos_api-f77b66ba44f433c2/run-build-script-build_script_build-f77b66ba44f433c2
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/khronos_api-54c46c1e8062af06/build-script-build_script_build-54c46c1e8062af06
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/xml-rs-21e7402d3415cd97/lib-xml-21e7402d3415cd97
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gfx_window_glutin-4d7432a70ed66a97/lib-gfx_window_glutin-4d7432a70ed66a97
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for gfx_window_glutin v0.30.0/Build/Target { ..: lib_target("gfx_window_glutin", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_window_glutin-0.30.0/src/lib.rs", Edition2015) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/glutin-a0c8e32193cc822e/lib-glutin-a0c8e32193cc822e
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for glutin v0.20.1/Build/Target { ..: lib_target("glutin", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin-0.20.1/src/lib.rs", Edition2018) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/glutin_egl_sys-6df6c268e6492137/lib-glutin_egl_sys-6df6c268e6492137
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/glutin_egl_sys-42070f38346da7db/run-build-script-build_script_build-42070f38346da7db
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/glutin_egl_sys-3610501db463908f/build-script-build_script_build-3610501db463908f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gl_generator-3fda6f07a8a42ef7/lib-gl_generator-3fda6f07a8a42ef7
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/glutin_glx_sys-632277a97934b09a/lib-glutin_glx_sys-632277a97934b09a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/glutin_glx_sys-16437dbb18b62fa1/run-build-script-build_script_build-16437dbb18b62fa1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/glutin_glx_sys-7f0ba35c4235e43f/build-script-build_script_build-7f0ba35c4235e43f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/x11-dl-b2b236d99ba9ff9d/lib-x11_dl-b2b236d99ba9ff9d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/x11-dl-98a7185ff4d0fd99/run-build-script-build_script_build-98a7185ff4d0fd99
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/x11-dl-5720d97d1c25429f/build-script-build_script_build-5720d97d1c25429f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/pkg-config-c1b7c33b0ea805ce/lib-pkg_config-c1b7c33b0ea805ce
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/libloading-c1b488650d7497ee/lib-libloading-c1b488650d7497ee
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/libloading-8503ba6b225b4ed4/run-build-script-build_script_build-8503ba6b225b4ed4
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/libloading-f19a7a4948a16e68/build-script-build_script_build-f19a7a4948a16e68
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/osmesa-sys-ef5030b80ca02b97/lib-osmesa_sys-ef5030b80ca02b97
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/shared_library-c0217636c6ad70c8/lib-shared_library-c0217636c6ad70c8
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/wayland-client-845975f7bbce45cc/lib-wayland_client-845975f7bbce45cc
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/downcast-rs-c176a8e0e250f7bb/lib-downcast_rs-c176a8e0e250f7bb
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/nix-e6742a48f1512ecb/lib-nix-e6742a48f1512ecb
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/nix-72a8341e214fe9f4/run-build-script-build_script_build-72a8341e214fe9f4
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/nix-05b2273ee3df3774/build-script-build_script_build-05b2273ee3df3774
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/void-dca6ea197cf52a27/lib-void-dca6ea197cf52a27
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/wayland-client-466f277006d20af2/run-build-script-build_script_build-466f277006d20af2
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/wayland-client-46cc6761d029663b/build-script-build_script_build-46cc6761d029663b
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/wayland-scanner-ea3b851206a563f8/lib-wayland_scanner-ea3b851206a563f8
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/wayland-commons-fc6a6f359cabf04c/lib-wayland_commons-fc6a6f359cabf04c
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/wayland-sys-38bc9c68a94b58a4/lib-wayland_sys-38bc9c68a94b58a4
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/dlib-a8c7ba860bd98bae/lib-dlib-a8c7ba860bd98bae
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/winit-c76844423451ad10/lib-winit-c76844423451ad10
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for winit v0.19.5/Build/Target { ..: lib_target("winit", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.19.5/src/lib.rs", Edition2015) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/parking_lot-305817ee804214e2/lib-parking_lot-305817ee804214e2
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for parking_lot v0.9.0/Build/Target { ..: lib_target("parking_lot", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0/src/lib.rs", Edition2018) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lock_api-0f6c218847d68072/lib-lock_api-0f6c218847d68072
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/scopeguard-4d5e784e1a2151a3/lib-scopeguard-4d5e784e1a2151a3
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/parking_lot-5d8678ad3d075ea2/run-build-script-build_script_build-5d8678ad3d075ea2
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for parking_lot v0.9.0/RunCustomBuild/Target { ..: custom_build_target("build-script-build", "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0/build.rs", Edition2018) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/parking_lot-270b6c05b0b39d30/build-script-build_script_build-270b6c05b0b39d30
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/parking_lot_core-99bd2338041c8771/lib-parking_lot_core-99bd2338041c8771
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for parking_lot_core v0.6.2/Build/Target { ..: lib_target("parking_lot_core", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2/src/lib.rs", Edition2018) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/parking_lot_core-692603b815c3ea6d/run-build-script-build_script_build-692603b815c3ea6d
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for parking_lot_core v0.6.2/RunCustomBuild/Target { ..: custom_build_target("build-script-build", "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2/build.rs", Edition2018) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/parking_lot_core-639cdd3ba80c9da4/build-script-build_script_build-639cdd3ba80c9da4
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/percent-encoding-137b852a01c26c1e/lib-percent_encoding-137b852a01c26c1e
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/raw-window-handle-f52860b3fe9cc31a/lib-raw_window_handle-f52860b3fe9cc31a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/smithay-client-toolkit-6040718f1ec4c5c0/lib-smithay_client_toolkit-6040718f1ec4c5c0
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/andrew-be9805d32d57adae/lib-andrew-be9805d32d57adae
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/line_drawing-7780e13dde446adf/lib-line_drawing-7780e13dde446adf
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rusttype-badb1f93d3f024c0/lib-rusttype-badb1f93d3f024c0
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rusttype-cb6c834eed77e725/lib-rusttype-cb6c834eed77e725
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/arrayvec-684cbe24096d5541/lib-arrayvec-684cbe24096d5541
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crossbeam-deque-a4bc1e5cac33fc78/lib-crossbeam_deque-a4bc1e5cac33fc78
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crossbeam-epoch-aac761c02f306116/lib-crossbeam_epoch-aac761c02f306116
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crossbeam-epoch-933b002a54028018/run-build-script-build_script_build-933b002a54028018
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crossbeam-epoch-787921286c00b754/build-script-build_script_build-787921286c00b754
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crossbeam-utils-b4a55ded6b1219b9/lib-crossbeam_utils-b4a55ded6b1219b9
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crossbeam-utils-314d5584e9806dc1/run-build-script-build_script_build-314d5584e9806dc1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crossbeam-utils-98f02609a3ef9be7/build-script-build_script_build-98f02609a3ef9be7
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/memoffset-9cc01947aa7af1c5/lib-memoffset-9cc01947aa7af1c5
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/memoffset-4ca6cf96c1ca67ad/run-build-script-build_script_build-4ca6cf96c1ca67ad
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/memoffset-3c93db00f3c7231b/build-script-build_script_build-3c93db00f3c7231b
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/linked-hash-map-ba83a242ed242254/lib-linked_hash_map-ba83a242ed242254
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num_cpus-3ab1aa40971f5c5f/lib-num_cpus-3ab1aa40971f5c5f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/ordered-float-0ec22dd6bdd31c68/lib-ordered_float-0ec22dd6bdd31c68
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rustc-hash-8727248fa80e5d5d/lib-rustc_hash-8727248fa80e5d5d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/stb_truetype-f8744c7cc4adfc87/lib-stb_truetype-f8744c7cc4adfc87
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/walkdir-164979a49c3f0818/lib-walkdir-164979a49c3f0818
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/same-file-c7f5e66de303d65a/lib-same_file-c7f5e66de303d65a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/xdg-b7e30ed264504af1/lib-xdg-b7e30ed264504af1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/wayland-protocols-31b65114aeaf60b8/lib-wayland_protocols-31b65114aeaf60b8
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/wayland-protocols-3e17e10beaf73f89/run-build-script-build_script_build-3e17e10beaf73f89
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/wayland-protocols-ff232ad023569b6c/build-script-build_script_build-ff232ad023569b6c
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/ggez-fde565b84756d9f8/run-build-script-build_script_build-fde565b84756d9f8
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for ggez v0.5.1/RunCustomBuild/Target { ..: custom_build_target("build-script-build", "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ggez-0.5.1/build.rs", Edition2018) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/ggez-2c91b8d50b19c97b/build-script-build_script_build-2c91b8d50b19c97b
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/skeptic-f1016f4cd54b32c9/lib-skeptic-f1016f4cd54b32c9
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/bytecount-b833426115c9e20e/lib-bytecount-b833426115c9e20e
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/cargo_metadata-62a65a805b36d6b9/lib-cargo_metadata-62a65a805b36d6b9
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/error-chain-2eecac96a0259752/lib-error_chain-2eecac96a0259752
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/error-chain-e61c752bba0bb083/run-build-script-build_script_build-e61c752bba0bb083
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/error-chain-4ef4db4bc01407e1/build-script-build_script_build-4ef4db4bc01407e1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/version_check-b3b7a05fea71a57b/lib-version_check-b3b7a05fea71a57b
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/serde_json-d40dfc3cfd866a10/lib-serde_json-d40dfc3cfd866a10
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/itoa-5791c78dd16a186a/lib-itoa-5791c78dd16a186a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/ryu-5aac1a01e4cd2efa/lib-ryu-5aac1a01e4cd2efa
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/ryu-0599c9d68545bae1/run-build-script-build_script_build-0599c9d68545bae1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/ryu-952a77131282c22a/build-script-build_script_build-952a77131282c22a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/glob-4a63129271a94e85/lib-glob-4a63129271a94e85
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/pulldown-cmark-f43b4197e27fe4d3/lib-pulldown_cmark-f43b4197e27fe4d3
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/pulldown-cmark-c57504519f2daa22/run-build-script-build_script_build-c57504519f2daa22
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/pulldown-cmark-000126eadbc3357d/build-script-build_script_build-000126eadbc3357d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/tempdir-b1a060283c0eb08d/lib-tempdir-b1a060283c0eb08d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand-19fd6db4d726c153/lib-rand-19fd6db4d726c153
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/remove_dir_all-4e21afca5fed2310/lib-remove_dir_all-4e21afca5fed2310
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gilrs-28a0adef25648ff9/lib-gilrs-28a0adef25648ff9
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/fnv-4bc6413fba454a28/lib-fnv-4bc6413fba454a28
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gilrs-core-06c0e8a2002c8284/lib-gilrs_core-06c0e8a2002c8284
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/libudev-sys-68399b07c6eb6a76/lib-libudev_sys-68399b07c6eb6a76
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/libudev-sys-d7c89a92bd1a41cb/run-build-script-build_script_build-d7c89a92bd1a41cb
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/libudev-sys-fcff70620ed07b7c/build-script-build_script_build-fcff70620ed07b7c
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/nix-3d9f1edd9b2767b3/lib-nix-3d9f1edd9b2767b3
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/nix-6c65d96c17fa0b75/run-build-script-build_script_build-6c65d96c17fa0b75
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/nix-e622bb2df386327c/build-script-build_script_build-e622bb2df386327c
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/uuid-978d614514102e19/lib-uuid-978d614514102e19
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/vec_map-d77474c90b1d404f/lib-vec_map-d77474c90b1d404f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/glyph_brush-b2bd43f26a8f2f6e/lib-glyph_brush-b2bd43f26a8f2f6e
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/glyph_brush-e4eb48b901ec4e14/lib-glyph_brush-e4eb48b901ec4e14
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/glyph_brush_layout-9279f254c2240930/lib-glyph_brush_layout-9279f254c2240930
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/xi-unicode-4a14abaa8499a10b/lib-xi_unicode-4a14abaa8499a10b
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/twox-hash-1c14021e20e6c08e/lib-twox_hash-1c14021e20e6c08e
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand-0c7e54a70aad9c48/lib-rand-0c7e54a70aad9c48
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/getrandom-b666f3658dc32067/lib-getrandom-b666f3658dc32067
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/getrandom-7f9082b4df1110c9/run-build-script-build_script_build-7f9082b4df1110c9
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/getrandom-2480a6702b04510a/build-script-build_script_build-2480a6702b04510a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_chacha-1e8e38206c376a66/lib-rand_chacha-1e8e38206c376a66
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/c2-chacha-85320329d72fc6a4/lib-c2_chacha-85320329d72fc6a4
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/ppv-lite86-121f051aed8de1c5/lib-ppv_lite86-121f051aed8de1c5
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_core-1cbdbe33cd9c45a2/lib-rand_core-1cbdbe33cd9c45a2
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/image-39e35a3a3a76619c/lib-image-39e35a3a3a76619c
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gif-9955d8f53a1355a8/lib-gif-9955d8f53a1355a8
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/color_quant-789abb9a2a5701c5/lib-color_quant-789abb9a2a5701c5
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lzw-6b9b4151293a231e/lib-lzw-6b9b4151293a231e
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/jpeg-decoder-0a1c7fab76b66ea3/lib-jpeg_decoder-0a1c7fab76b66ea3
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-iter-ebc510f630d8a049/lib-num_iter-ebc510f630d8a049
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-integer-1673168991fcf499/lib-num_integer-1673168991fcf499
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-integer-521f4e0a76d5a830/run-build-script-build_script_build-521f4e0a76d5a830
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-integer-9d32c2d181404b86/build-script-build_script_build-9d32c2d181404b86
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-iter-10163dbfce0021f2/run-build-script-build_script_build-10163dbfce0021f2
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-iter-25f0b72dd64fab36/build-script-build_script_build-25f0b72dd64fab36
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-rational-c16c5cc1b23305da/lib-num_rational-c16c5cc1b23305da
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-rational-c270aed87ffc0870/run-build-script-build_script_build-c270aed87ffc0870
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-rational-acf680cea62b0e8d/build-script-build_script_build-acf680cea62b0e8d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/png-1a236b0b4a18d43f/lib-png-1a236b0b4a18d43f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crc32fast-ccd22aa5a2d8146d/lib-crc32fast-ccd22aa5a2d8146d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crc32fast-71f1bc4546c2e1e2/run-build-script-build_script_build-71f1bc4546c2e1e2
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crc32fast-4570b03a398da544/build-script-build_script_build-4570b03a398da544
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/deflate-7a9bb5ccc3bf0781/lib-deflate-7a9bb5ccc3bf0781
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/adler32-8ddac84654b7ee59/lib-adler32-8ddac84654b7ee59
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/inflate-8abaaa4e07c327cd/lib-inflate-8abaaa4e07c327cd
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/tiff-317a470ca566d460/lib-tiff-317a470ca566d460
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-derive-1c8ada648707598f/lib-num_derive-1c8ada648707598f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-derive-f430720abfd94b7a/run-build-script-build_script_build-f430720abfd94b7a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-derive-2266c00dc504a515/build-script-build_script_build-2266c00dc504a515
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lyon-bdfc46d126dedf1d/lib-lyon-bdfc46d126dedf1d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lyon_algorithms-55e7680fd5581107/lib-lyon_algorithms-55e7680fd5581107
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lyon_path-fa06e6eafe00907c/lib-lyon_path-fa06e6eafe00907c
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lyon_geom-ecebf123fd67018d/lib-lyon_geom-ecebf123fd67018d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/euclid-d132679a2c630e3b/lib-euclid-d132679a2c630e3b
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/euclid_macros-270fc5f7137ee18d/lib-euclid_macros-270fc5f7137ee18d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/sid-cd2c0fca613e60e2/lib-sid-cd2c0fca613e60e2
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-traits-c842d5a8c005c314/lib-num_traits-c842d5a8c005c314
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lyon_tessellation-5fc453e45585c6b5/lib-lyon_tessellation-5fc453e45585c6b5
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/mint-e7ae7c434cd38401/lib-mint-e7ae7c434cd38401
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/nalgebra-01df537237d3b66d/lib-nalgebra-01df537237d3b66d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/alga-7ca545d71ff5b547/lib-alga-7ca545d71ff5b547
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/libm-f308918675f2ff1d/lib-libm-f308918675f2ff1d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/libm-b4921c9fa818ecb2/run-build-script-build_script_build-b4921c9fa818ecb2
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/libm-cf0baaf9f9877faf/build-script-build_script_build-cf0baaf9f9877faf
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-complex-d8394a7d8d5477a4/lib-num_complex-d8394a7d8d5477a4
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-complex-11f0fc9b864722af/run-build-script-build_script_build-11f0fc9b864722af
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/num-complex-b4ac0ef397de5af6/build-script-build_script_build-b4ac0ef397de5af6
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/generic-array-803988ce075adaa2/lib-generic_array-803988ce075adaa2
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/typenum-f77302ed5ee91464/lib-typenum-f77302ed5ee91464
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/typenum-8a82386758948a73/run-build-script-build_script_main-8a82386758948a73
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/typenum-a581168a58e542b5/build-script-build_script_main-a581168a58e542b5
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/matrixmultiply-f4b14a75a1711478/lib-matrixmultiply-f4b14a75a1711478
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rawpointer-6f5e9cca7b954a75/lib-rawpointer-6f5e9cca7b954a75
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand-c0673ded851bfa06/lib-rand-c0673ded851bfa06
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand-658547da6c989b0d/run-build-script-build_script_build-658547da6c989b0d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand-ca3a701b9c6fb7ae/build-script-build_script_build-ca3a701b9c6fb7ae
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_chacha-63c1aadae6b3d4aa/lib-rand_chacha-63c1aadae6b3d4aa
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_chacha-576310638ffd1e71/run-build-script-build_script_build-576310638ffd1e71
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_chacha-8df63ca86352f5f7/build-script-build_script_build-8df63ca86352f5f7
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_core-1dff8f2430ed9397/lib-rand_core-1dff8f2430ed9397
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_core-0a5b934c03ad8fb1/lib-rand_core-0a5b934c03ad8fb1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_hc-f105e0b4aa6a7c2e/lib-rand_hc-f105e0b4aa6a7c2e
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_isaac-1d4da89b6ff263b9/lib-rand_isaac-1d4da89b6ff263b9
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_jitter-5e344a16b752eb53/lib-rand_jitter-5e344a16b752eb53
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_os-0dde8b5ab1b8ac91/lib-rand_os-0dde8b5ab1b8ac91
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_pcg-9a2e3afe5fac904f/lib-rand_pcg-9a2e3afe5fac904f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_pcg-07522df90665f64f/run-build-script-build_script_build-07522df90665f64f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_pcg-729d2d8bfa958586/build-script-build_script_build-729d2d8bfa958586
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_xorshift-1f86041c4515e85f/lib-rand_xorshift-1f86041c4515e85f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rodio-d368973d50d437b3/lib-rodio-d368973d50d437b3
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/claxon-6f590918421a6cbd/lib-claxon-6f590918421a6cbd
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/cpal-7aca43ec540ec3b6/lib-cpal-7aca43ec540ec3b6
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/alsa-sys-2229f75e9864ad4a/lib-alsa_sys-2229f75e9864ad4a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/alsa-sys-72c335bfb315e1fb/run-build-script-build_script_build-72c335bfb315e1fb
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/alsa-sys-4b7791b6fbf898e0/build-script-build_script_build-4b7791b6fbf898e0
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/hound-b0e0722f4f2a8b11/lib-hound-b0e0722f4f2a8b11
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lewton-6f4ee688aa1b64f7/lib-lewton-6f4ee688aa1b64f7
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/ogg-f587df774efd9ce9/lib-ogg-f587df774efd9ce9
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/minimp3-e3f9827b800304c3/lib-minimp3-e3f9827b800304c3
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/minimp3-sys-dfc21532382161e2/lib-minimp3_sys-dfc21532382161e2
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/minimp3-sys-f60de54948f9496a/run-build-script-build_script_build-f60de54948f9496a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/minimp3-sys-88f941fcf6f3f6cd/build-script-build_script_build-88f941fcf6f3f6cd
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/slice-deque-508298bcaa9b6c39/lib-slice_deque-508298bcaa9b6c39
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/smart-default-0d4170617d1184cd/lib-smart_default-0d4170617d1184cd
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/toml-9a26763fe52ed4c1/lib-toml-9a26763fe52ed4c1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/zip-6768bf7db4ab0764/lib-zip-6768bf7db4ab0764
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/bzip2-93bb1eab14c03be5/lib-bzip2-93bb1eab14c03be5
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/bzip2-sys-57ceb1e7ea316755/lib-bzip2_sys-57ceb1e7ea316755
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/bzip2-sys-390ad23c3bf21d13/run-build-script-build_script_build-390ad23c3bf21d13
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/bzip2-sys-1fc5043a2d35c609/build-script-build_script_build-1fc5043a2d35c609
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/podio-5d724e7296b9cef1/lib-podio-5d724e7296b9cef1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gravitypilot-d3d5efd1e21ac8e6/lib-gravitypilot-d3d5efd1e21ac8e6
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for gravitypilot v0.1.0 (/home/xav/rust/gravitypilot)/Build/Target { ..: lib_target("gravitypilot", ["lib"], "/home/xav/rust/gravitypilot/src/lib.rs", Edition2018) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/laminar-78f94c360b8ba068/lib-laminar-78f94c360b8ba068
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crc-7a466780fba5f3c6/lib-crc-7a466780fba5f3c6
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crc-5c7dd4e058051f72/run-build-script-build_script_build-5c7dd4e058051f72
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crc-6dc25566a4710f0a/build-script-build_script_build-6dc25566a4710f0a
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/build_const-14fee5399280e047/lib-build_const-14fee5399280e047
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crossbeam-channel-9f6706d22cd68d3b/lib-crossbeam_channel-9f6706d22cd68d3b
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crossbeam-utils-292758d36f7028e6/lib-crossbeam_utils-292758d36f7028e6
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rand_pcg-7c99cc1019cff530/lib-rand_pcg-7c99cc1019cff530
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/legion-d531860a1dd0237c/lib-legion-d531860a1dd0237c
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for legion v0.2.1/Build/Target { ..: lib_target("legion", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/legion-0.2.1/src/lib.rs", Edition2018) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/bit-set-84db6bf58b62cff1/lib-bit_set-84db6bf58b62cff1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/bit-vec-91b0a1111afdcc61/lib-bit_vec-91b0a1111afdcc61
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crossbeam-ef56d35d568c16d1/lib-crossbeam-ef56d35d568c16d1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crossbeam-channel-3edcea009e95832e/lib-crossbeam_channel-3edcea009e95832e
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/crossbeam-queue-2941cede32ee6cce/lib-crossbeam_queue-2941cede32ee6cce
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/derivative-c74ec7f7f8064d14/lib-derivative-c74ec7f7f8064d14
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/itertools-d9be422cc02a9ce7/lib-itertools-d9be422cc02a9ce7
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/either-31e83b526b8489f5/lib-either-31e83b526b8489f5
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/paste-5c92559a426268f5/lib-paste-5c92559a426268f5
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/paste-impl-81ca0999a1ea258d/lib-paste_impl-81ca0999a1ea258d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/proc-macro-hack-2d30e871de541cbb/lib-proc_macro_hack-2d30e871de541cbb
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rayon-d91db9fa290c9371/lib-rayon-d91db9fa290c9371
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rayon-core-cf572beae976f369/lib-rayon_core-cf572beae976f369
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rayon-core-4d450d4860e333f1/run-build-script-build_script_build-4d450d4860e333f1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/rayon-core-5253378d5c463eb3/build-script-build_script_build-5253378d5c463eb3
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/shrinkwraprs-f931a6603de3602c/lib-shrinkwraprs-f931a6603de3602c
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/tracing-500be00de101e529/lib-tracing-500be00de101e529
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/tracing-attributes-69eae15718f69165/lib-tracing_attributes-69eae15718f69165
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/tracing-core-4b1b63784919bcbf/lib-tracing_core-4b1b63784919bcbf
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lyon-fefc73014fe75eed/lib-lyon-fefc73014fe75eed
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lyon_algorithms-4eebf0310b8a5e42/lib-lyon_algorithms-4eebf0310b8a5e42
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lyon_path-2180f960c363a153/lib-lyon_path-2180f960c363a153
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lyon_geom-fb9a3ab283a97ff7/lib-lyon_geom-fb9a3ab283a97ff7
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/euclid-21eaea740b63d00b/lib-euclid-21eaea740b63d00b
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/sid-5413e3d89edf8be4/lib-sid-5413e3d89edf8be4
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/lyon_tessellation-97a6f5114be8b15f/lib-lyon_tessellation-97a6f5114be8b15f
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/pretty_env_logger-4b9c82e66c2b59fe/lib-pretty_env_logger-4b9c82e66c2b59fe
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/chrono-00d038c05fc9e4e3/lib-chrono-00d038c05fc9e4e3
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/time-e573e019d9f9bf62/lib-time-e573e019d9f9bf62
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/env_logger-f9f5f442c67e57e5/lib-env_logger-f9f5f442c67e57e5
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/humantime-babbdae8d605b8d8/lib-humantime-babbdae8d605b8d8
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/quick-error-31e0731f9f145868/lib-quick_error-31e0731f9f145868
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/regex-7eecbf2ee6a0be85/lib-regex-7eecbf2ee6a0be85
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/aho-corasick-aea3f97b6fc5f7be/lib-aho_corasick-aea3f97b6fc5f7be
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/memchr-2d1a1204ead774fb/lib-memchr-2d1a1204ead774fb
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/memchr-1d9ded4b9744d631/run-build-script-build_script_build-1d9ded4b9744d631
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/memchr-882dc718dd291fdc/build-script-build_script_build-882dc718dd291fdc
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/regex-syntax-653256fd3eb72431/lib-regex_syntax-653256fd3eb72431
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/thread_local-de4290f2abe143a7/lib-thread_local-de4290f2abe143a7
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/svgtypes-44806702f5dc717c/lib-svgtypes-44806702f5dc717c
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/float-cmp-cb9aabbd3cb563aa/lib-float_cmp-cb9aabbd3cb563aa
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/siphasher-49850598730d33b3/lib-siphasher-49850598730d33b3
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/timer-27af4da8d426eb63/lib-timer-27af4da8d426eb63
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/gravitypilot/target/release/.fingerprint/gravitypilot-b876b0a3f46e1c86/bin-server-b876b0a3f46e1c86
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint] fingerprint error for gravitypilot v0.1.0 (/home/xav/rust/gravitypilot)/Build/Target { name: "server", doc: true, ..: with_path("/home/xav/rust/gravitypilot/src/bin/server.rs", Edition2018) }
[2020-01-07T17:15:57Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
   Compiling parking_lot_core v0.6.2
   Compiling parking_lot v0.9.0
   Compiling ggez v0.5.1
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps, parking_lot_core(build), parking_l...
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (9b23f675a19fb1d) : /home/xav/rust/gravitypilot/target/release/.fingerprint/ggez-fde565b84756d9f8/run-build-script-build_script_build-fde565b84756d9f8
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (be9907200743ddae) : /home/xav/rust/gravitypilot/target/release/.fingerprint/parking_lot_core-692603b815c3ea6d/run-build-script-build_script_build-692603b815c3ea6d
[2020-01-07T17:15:57Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (d9b561e3c2588c48) : /home/xav/rust/gravitypilot/target/release/.fingerprint/parking_lot-5d8678ad3d075ea2/run-build-script-build_script_build-5d8678ad3d075ea2
[2020-01-07T17:15:58Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (7f5e03fe686bdb56) : /home/xav/rust/gravitypilot/target/release/.fingerprint/parking_lot_core-99bd2338041c8771/lib-parking_lot_core-99bd2338041c8771
   Compiling winit v0.19.5
   Compiling legion v0.2.1
[2020-01-07T17:15:59Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (31bb22503ad84e42) : /home/xav/rust/gravitypilot/target/release/.fingerprint/parking_lot-305817ee804214e2/lib-parking_lot-305817ee804214e2
   Compiling glutin v0.20.1
   Compiling gfx_window_glutin v0.30.0
[2020-01-07T17:16:08Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (d901a9a63160e7f3) : /home/xav/rust/gravitypilot/target/release/.fingerprint/glutin-a0c8e32193cc822e/lib-glutin-a0c8e32193cc822e
[2020-01-07T17:16:15Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (9b31d5e893300aed) : /home/xav/rust/gravitypilot/target/release/.fingerprint/gfx_window_glutin-4d7432a70ed66a97/lib-gfx_window_glutin-4d7432a70ed66a97
[2020-01-07T17:16:17Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (25a65881019fedf8) : /home/xav/rust/gravitypilot/target/release/.fingerprint/winit-c76844423451ad10/lib-winit-c76844423451ad10
   Compiling gravitypilot v0.1.0 (/home/xav/rust/gravitypilot)
[2020-01-07T17:16:27Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (9893e35d3b91d7e) : /home/xav/rust/gravitypilot/target/release/.fingerprint/legion-d531860a1dd0237c/lib-legion-d531860a1dd0237c
[2020-01-07T17:16:27Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (db498e856ef5bb6b) : /home/xav/rust/gravitypilot/target/release/.fingerprint/gravitypilot-d3d5efd1e21ac8e6/lib-gravitypilot-d3d5efd1e21ac8e6
[2020-01-07T17:16:52Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (4255cf764b40b3c7) : /home/xav/rust/gravitypilot/target/release/.fingerprint/ggez-61d775f72f982bef/lib-ggez-61d775f72f982bef
[2020-01-07T17:17:06Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (8690abf611667fef) : /home/xav/rust/gravitypilot/target/release/.fingerprint/gravitypilot-b876b0a3f46e1c86/bin-server-b876b0a3f46e1c86
[2020-01-07T17:17:07Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (ea00ab01afac9b0f) : /home/xav/rust/gravitypilot/target/release/.fingerprint/gravitypilot-de0538b6d107f11d/bin-client-de0538b6d107f11d
    Finished release [optimized + debuginfo] target(s) in 1m 10s

@ehuss
Copy link
Contributor

ehuss commented Jan 7, 2020

Hm, I'm having a hard time determining the cause from the debug output. It looks like it thinks the parking_lot_core build script needs to be re-run, which in turn triggers a bunch of other things to be re-built. Unfortunately there isn't enough detail in the debug output.

Can you distill it to a smaller reproduction? Maybe create a new (empty) project with just a few dependencies (it looks like it is either ggez or legion or both).

Do you have any .cargo/config files anywhere?

@bestouff
Copy link
Author

bestouff commented Jan 7, 2020

With a fresh checkout of ggez, doing cargo build --release recompiles the top crate once more (but not twice).
My .cargo/config contains:

[registry]
token = "something_very_long"

@ehuss ehuss added the A-rebuild-detection Area: rebuild detection and fingerprinting label Feb 2, 2020
@ehuss
Copy link
Contributor

ehuss commented Feb 21, 2020

@bestouff I was wondering if you're still able to reproduce this problem on your laptop? If you are, can you maybe try with the latest nightly (2020-02-21 or newer). I've added some extended logging for fingerprints, so if you run with CARGO_LOG=cargo::core::compiler::fingerprint=trace and post the output, it might help track down what is going on.

@bestouff
Copy link
Author

bestouff commented Feb 25, 2020

[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/ggez-a3fb6ec2bf39232b/lib-ggez-a3fb6ec2bf39232b
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.10"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.7" is "/home/xav/rust/ggez/target/debug/deps/libautocfg-2310d42a2076f20b.rlib" 1582642204.158131990s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/autocfg-2310d42a2076f20b/dep-lib-autocfg-2310d42a2076f20b" mtime=1582642203.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.7"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.10" is "/home/xav/rust/ggez/target/debug/build/num-traits-ffca4b33d34653ae/build_script_build-ffca4b33d34653ae" 1582642216.221846470s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-traits-ffca4b33d34653ae/dep-build-script-build_script_build-ffca4b33d34653ae" mtime=1582642215.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.10"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.10" is "/home/xav/rust/ggez/target/debug/build/num-traits-59f1d55502921525/output" 1582642220.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/num-traits-59f1d55502921525/output" mtime=1582642220.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.10"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.10" is "/home/xav/rust/ggez/target/debug/deps/libnum_traits-e91daae53f2755c8.rlib" 1582642229.313536619s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-traits-e91daae53f2755c8/dep-lib-num_traits-e91daae53f2755c8" mtime=1582642227.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.10"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/approx-0.3.2" is "/home/xav/rust/ggez/target/debug/deps/libapprox-1053c9551509f784.rlib" 1582642244.489177447s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/approx-1053c9551509f784/dep-lib-approx-1053c9551509f784" mtime=1582642244.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/approx-0.3.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1" precalculated="1.2.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1" is "/home/xav/rust/ggez/target/debug/build/bitflags-59158caf52779b1b/build_script_build-59158caf52779b1b" 1582642205.178107849s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/bitflags-59158caf52779b1b/dep-build-script-build_script_build-59158caf52779b1b" mtime=1582642204.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1" is "/home/xav/rust/ggez/target/debug/build/bitflags-56654386d850eaeb/output" 1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1" is "/home/xav/rust/ggez/target/debug/deps/libbitflags-afa503115dc1a90c.rlib" 1582642221.229727945s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/bitflags-afa503115dc1a90c/dep-lib-bitflags-afa503115dc1a90c" mtime=1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10" is "/home/xav/rust/ggez/target/debug/deps/libcfg_if-221317197d8c74a9.rlib" 1582642203.222154143s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/cfg-if-221317197d8c74a9/dep-lib-cfg_if-221317197d8c74a9" mtime=1582642203.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.66" precalculated="0.2.66"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.66" is "/home/xav/rust/ggez/target/debug/build/libc-9ff31130d9ff0c27/build_script_build-9ff31130d9ff0c27" 1582642203.894138237s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/libc-9ff31130d9ff0c27/dep-build-script-build_script_build-9ff31130d9ff0c27" mtime=1582642203.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.66"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.66" is "/home/xav/rust/ggez/target/debug/build/libc-1de4e56266186725/output" 1582642215.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.66"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.66" is "/home/xav/rust/ggez/target/debug/deps/liblibc-6eb105995e35c0fc.rlib" 1582642224.413652588s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/libc-6eb105995e35c0fc/dep-lib-libc-6eb105995e35c0fc" mtime=1582642220.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.66"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-sys-0.3.4" is "/home/xav/rust/ggez/target/debug/deps/libdirs_sys-f672936ea05d7943.rlib" 1582642237.701338100s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/dirs-sys-f672936ea05d7943/dep-lib-dirs_sys-f672936ea05d7943" mtime=1582642236.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-sys-0.3.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/directories-2.0.2" is "/home/xav/rust/ggez/target/debug/deps/libdirectories-438b63377cb6c451.rlib" 1582642265.157334714s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/directories-438b63377cb6c451/dep-lib-directories-438b63377cb6c451" mtime=1582642262.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/directories-2.0.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.8.0" is "/home/xav/rust/ggez/target/debug/deps/libdraw_state-5ab598b6a9f5292a.rlib" 1582642229.337536051s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/draw_state-5ab598b6a9f5292a/dep-lib-draw_state-5ab598b6a9f5292a" mtime=1582642228.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/draw_state-0.8.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8" is "/home/xav/rust/ggez/target/debug/build/log-66eb73dcae363413/build_script_build-66eb73dcae363413" 1582642206.334080490s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/log-66eb73dcae363413/dep-build-script-build_script_build-66eb73dcae363413" mtime=1582642205.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8" is "/home/xav/rust/ggez/target/debug/build/log-494ac4f84aad7c56/output" 1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/log-494ac4f84aad7c56/output" mtime=1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8" is "/home/xav/rust/ggez/target/debug/deps/liblog-ebd103673242cf23.rlib" 1582642222.221704467s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/log-ebd103673242cf23/dep-lib-log-ebd103673242cf23" mtime=1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_core-0.9.2" is "/home/xav/rust/ggez/target/debug/deps/libgfx_core-37128394ee0c22df.rlib" 1582642262.985386118s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/gfx_core-37128394ee0c22df/dep-lib-gfx_core-37128394ee0c22df" mtime=1582642245.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_core-0.9.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.18.2" is "/home/xav/rust/ggez/target/debug/deps/libgfx-d7c5b705c7add188.rlib" 1582642282.712919215s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/gfx-d7c5b705c7add188/dep-lib-gfx-d7c5b705c7add188" mtime=1582642278.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx-0.18.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_gl-0.6.0" precalculated="0.6.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/khronos_api-3.1.0" precalculated="3.1.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/khronos_api-3.1.0" is "/home/xav/rust/ggez/target/debug/build/khronos_api-21f39f164636b119/build_script_build-21f39f164636b119" 1582642206.690072065s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/khronos_api-21f39f164636b119/dep-build-script-build_script_build-21f39f164636b119" mtime=1582642206.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/khronos_api-3.1.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/khronos_api-3.1.0" is "/home/xav/rust/ggez/target/debug/build/khronos_api-b63c153444a5dcac/output" 1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/khronos_api-3.1.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/khronos_api-3.1.0" is "/home/xav/rust/ggez/target/debug/deps/libkhronos_api-7c27550b2bce82e6.rlib" 1582642222.621695000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/khronos_api-7c27550b2bce82e6/dep-lib-khronos_api-7c27550b2bce82e6" mtime=1582642222.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/khronos_api-3.1.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.8.0" is "/home/xav/rust/ggez/target/debug/deps/libxml-3862ba084f991dbf.rlib" 1582642207.178060515s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/xml-rs-3862ba084f991dbf/dep-lib-xml-3862ba084f991dbf" mtime=1582642204.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.8.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gl_generator-0.11.0" is "/home/xav/rust/ggez/target/debug/deps/libgl_generator-e1b55ecb74fb0f37.rlib" 1582642234.089423585s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/gl_generator-e1b55ecb74fb0f37/dep-lib-gl_generator-e1b55ecb74fb0f37" mtime=1582642230.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gl_generator-0.11.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_gl-0.6.0" is "/home/xav/rust/ggez/target/debug/build/gfx_gl-d75d72fdacdb2a41/build_script_build-d75d72fdacdb2a41" 1582642260.373447938s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/gfx_gl-d75d72fdacdb2a41/dep-build-script-build_script_build-d75d72fdacdb2a41" mtime=1582642257.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_gl-0.6.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_gl-0.6.0" is "/home/xav/rust/ggez/target/debug/build/gfx_gl-8812b514cd3a6146/output" 1582642277.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_gl-0.6.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_gl-0.6.0" is "/home/xav/rust/ggez/target/debug/deps/libgfx_gl-580ef97cf14fd4df.rlib" 1582642295.196623755s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/gfx_gl-580ef97cf14fd4df/dep-lib-gfx_gl-580ef97cf14fd4df" mtime=1582642293.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_gl-0.6.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.16.2" is "/home/xav/rust/ggez/target/debug/deps/libgfx_device_gl-92be96218832226e.rlib" 1582642305.464380741s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/gfx_device_gl-92be96218832226e/dep-lib-gfx_device_gl-92be96218832226e" mtime=1582642299.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_device_gl-0.16.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_egl_sys-0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gl_generator-0.13.1" is "/home/xav/rust/ggez/target/debug/deps/libgl_generator-1f69d441bc991a32.rlib" 1582642236.201373600s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/gl_generator-1f69d441bc991a32/dep-lib-gl_generator-1f69d441bc991a32" mtime=1582642232.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gl_generator-0.13.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_egl_sys-0.1.4" is "/home/xav/rust/ggez/target/debug/build/glutin_egl_sys-4f1e8c329242d37e/build_script_build-4f1e8c329242d37e" 1582642264.889341056s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/glutin_egl_sys-4f1e8c329242d37e/dep-build-script-build_script_build-4f1e8c329242d37e" mtime=1582642262.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_egl_sys-0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_egl_sys-0.1.4" is "/home/xav/rust/ggez/target/debug/build/glutin_egl_sys-b0e05c10a06e9d5d/output" 1582642279.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/glutin_egl_sys-b0e05c10a06e9d5d/output" mtime=1582642279.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_egl_sys-0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_egl_sys-0.1.4" is "/home/xav/rust/ggez/target/debug/deps/libglutin_egl_sys-0a053d5dfc33147a.rlib" 1582642293.508663705s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/glutin_egl_sys-0a053d5dfc33147a/dep-lib-glutin_egl_sys-0a053d5dfc33147a" mtime=1582642293.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_egl_sys-0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_glx_sys-0.1.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_glx_sys-0.1.5" is "/home/xav/rust/ggez/target/debug/build/glutin_glx_sys-69e40218e11c0478/build_script_build-69e40218e11c0478" 1582642261.225427773s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/glutin_glx_sys-69e40218e11c0478/dep-build-script-build_script_build-69e40218e11c0478" mtime=1582642258.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_glx_sys-0.1.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_glx_sys-0.1.5" is "/home/xav/rust/ggez/target/debug/build/glutin_glx_sys-35a96d43e91a2970/output" 1582642278.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/glutin_glx_sys-35a96d43e91a2970/output" mtime=1582642278.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_glx_sys-0.1.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0" is "/home/xav/rust/ggez/target/debug/deps/liblazy_static-391aade6eb13671f.rlib" 1582642206.110085793s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/lazy_static-391aade6eb13671f/dep-lib-lazy_static-391aade6eb13671f" mtime=1582642205.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0" precalculated="2.0.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0" is "/home/xav/rust/ggez/target/debug/build/maybe-uninit-9758f381a19d17c1/build_script_build-9758f381a19d17c1" 1582642208.030040351s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/maybe-uninit-9758f381a19d17c1/dep-build-script-build_script_build-9758f381a19d17c1" mtime=1582642207.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0" is "/home/xav/rust/ggez/target/debug/build/maybe-uninit-96e32799165ed821/output" 1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0" is "/home/xav/rust/ggez/target/debug/deps/libmaybe_uninit-956f7f25dfb7ff92.rlib" 1582642223.317678527s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/maybe-uninit-956f7f25dfb7ff92/dep-lib-maybe_uninit-956f7f25dfb7ff92" mtime=1582642223.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/x11-dl-2.18.4" precalculated="2.18.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.17" is "/home/xav/rust/ggez/target/debug/deps/libpkg_config-45a465df168661ba.rlib" 1582642208.834021323s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/pkg-config-45a465df168661ba/dep-lib-pkg_config-45a465df168661ba" mtime=1582642206.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.17"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/x11-dl-2.18.4" is "/home/xav/rust/ggez/target/debug/build/x11-dl-a09071345eb8e091/build_script_build-a09071345eb8e091" 1582642218.437794023s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/x11-dl-a09071345eb8e091/dep-build-script-build_script_build-a09071345eb8e091" mtime=1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/x11-dl-2.18.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/x11-dl-2.18.4" is "/home/xav/rust/ggez/target/debug/build/x11-dl-3760c181f8385dae/output" 1582642224.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/x11-dl-2.18.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/x11-dl-2.18.4" is "/home/xav/rust/ggez/target/debug/deps/libx11_dl-4c17c7f1db7877d0.rlib" 1582642250.409683757s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/x11-dl-4c17c7f1db7877d0/dep-lib-x11_dl-4c17c7f1db7877d0" mtime=1582642240.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/x11-dl-2.18.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_glx_sys-0.1.5" is "/home/xav/rust/ggez/target/debug/deps/libglutin_glx_sys-f1c403ac62b061ab.rlib" 1582642291.976699964s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/glutin_glx_sys-f1c403ac62b061ab/dep-lib-glutin_glx_sys-f1c403ac62b061ab" mtime=1582642291.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_glx_sys-0.1.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.5.2" precalculated="0.5.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.49" is "/home/xav/rust/ggez/target/debug/deps/libcc-d3dc9b89d53bcb97.rlib" 1582642206.270082005s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/cc-d3dc9b89d53bcb97/dep-lib-cc-d3dc9b89d53bcb97" mtime=1582642203.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.49"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.5.2" is "/home/xav/rust/ggez/target/debug/build/libloading-85ff5fd88a5d3f5c/build_script_build-85ff5fd88a5d3f5c" 1582642217.805808980s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/libloading-85ff5fd88a5d3f5c/dep-build-script-build_script_build-85ff5fd88a5d3f5c" mtime=1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.5.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.5.2" is "/home/xav/rust/ggez/target/debug/build/libloading-25098a64b68aaf82/output" 1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.5.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.5.2" is "/home/xav/rust/ggez/target/debug/deps/liblibloading-cc808751829e6482.rlib" 1582642233.737431916s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/libloading-cc808751829e6482/dep-lib-libloading-cc808751829e6482" mtime=1582642229.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.5.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/shared_library-0.1.9" is "/home/xav/rust/ggez/target/debug/deps/libshared_library-1439f5138d8bf85d.rlib" 1582642235.905380606s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/shared_library-1439f5138d8bf85d/dep-lib-shared_library-1439f5138d8bf85d" mtime=1582642235.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/shared_library-0.1.9"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/osmesa-sys-0.1.2" is "/home/xav/rust/ggez/target/debug/deps/libosmesa_sys-8f92cde5b1785b54.rlib" 1582642262.001409407s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/osmesa-sys-8f92cde5b1785b54/dep-lib-osmesa_sys-8f92cde5b1785b54" mtime=1582642261.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/osmesa-sys-0.1.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-rs-1.1.1" is "/home/xav/rust/ggez/target/debug/deps/libdowncast_rs-77afe5a5ac4c3052.rlib" 1582642211.917948333s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/downcast-rs-77afe5a5ac4c3052/dep-lib-downcast_rs-77afe5a5ac4c3052" mtime=1582642211.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-rs-1.1.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1" precalculated="0.14.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1" is "/home/xav/rust/ggez/target/debug/build/nix-f903cffe8df46655/build_script_build-f903cffe8df46655" 1582642208.982017819s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/nix-f903cffe8df46655/dep-build-script-build_script_build-f903cffe8df46655" mtime=1582642208.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1" is "/home/xav/rust/ggez/target/debug/build/nix-bb84374458d2664c/output" 1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/void-1.0.2" is "/home/xav/rust/ggez/target/debug/deps/libvoid-aa7a6aa2d7387fdf.rlib" 1582642207.846044705s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/void-aa7a6aa2d7387fdf/dep-lib-void-aa7a6aa2d7387fdf" mtime=1582642207.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/void-1.0.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1" is "/home/xav/rust/ggez/target/debug/deps/libnix-425b6c07277230c6.rlib" 1582642243.433202439s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/nix-425b6c07277230c6/dep-lib-nix-425b6c07277230c6" mtime=1582642234.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.21.13" precalculated="0.21.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30" is "/home/xav/rust/ggez/target/debug/build/proc-macro2-00c6299da30e565f/build_script_build-00c6299da30e565f" 1582642204.654120250s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/proc-macro2-00c6299da30e565f/dep-build-script-build_script_build-00c6299da30e565f" mtime=1582642203.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30" is "/home/xav/rust/ggez/target/debug/build/proc-macro2-d045565219f464e7/output" 1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/proc-macro2-d045565219f464e7/output" mtime=1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.1.0" is "/home/xav/rust/ggez/target/debug/deps/libunicode_xid-b1146f303befb02a.rlib" 1582642204.414125931s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/unicode-xid-b1146f303befb02a/dep-lib-unicode_xid-b1146f303befb02a" mtime=1582642204.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.1.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30" is "/home/xav/rust/ggez/target/debug/deps/libproc_macro2-cdcfc5e57c2e49b1.rlib" 1582642223.229680610s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/proc-macro2-cdcfc5e57c2e49b1/dep-lib-proc_macro2-cdcfc5e57c2e49b1" mtime=1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-0.6.13" is "/home/xav/rust/ggez/target/debug/deps/libquote-8c7528f7c22bb036.rlib" 1582642233.889428319s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/quote-8c7528f7c22bb036/dep-lib-quote-8c7528f7c22bb036" mtime=1582642229.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-0.6.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-scanner-0.21.13" is "/home/xav/rust/ggez/target/debug/deps/libwayland_scanner-68335ef3700d1182.rlib" 1582642258.409494419s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/wayland-scanner-68335ef3700d1182/dep-lib-wayland_scanner-68335ef3700d1182" mtime=1582642253.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-scanner-0.21.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.21.13" is "/home/xav/rust/ggez/target/debug/build/wayland-client-7c49b6068cd02548/build_script_build-7c49b6068cd02548" 1582642277.853034238s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/wayland-client-7c49b6068cd02548/dep-build-script-build_script_build-7c49b6068cd02548" mtime=1582642276.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.21.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.21.13" is "/home/xav/rust/ggez/target/debug/build/wayland-client-a1257ab50168d084/output" 1582642289.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.21.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.4.1" is "/home/xav/rust/ggez/target/debug/deps/libdlib-6305aace5006d977.rlib" 1582642257.521515436s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/dlib-6305aace5006d977/dep-lib-dlib-6305aace5006d977" mtime=1582642257.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/dlib-0.4.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-sys-0.21.13" is "/home/xav/rust/ggez/target/debug/deps/libwayland_sys-8856ebce6320d9db.rlib" 1582642277.941032155s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/wayland-sys-8856ebce6320d9db/dep-lib-wayland_sys-8856ebce6320d9db" mtime=1582642276.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-sys-0.21.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-commons-0.21.13" is "/home/xav/rust/ggez/target/debug/deps/libwayland_commons-f87491026fbcccce.rlib" 1582642289.340762350s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/wayland-commons-f87491026fbcccce/dep-lib-wayland_commons-f87491026fbcccce" mtime=1582642288.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-commons-0.21.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.21.13" is "/home/xav/rust/ggez/target/debug/deps/libwayland_client-d8fa5b1f3e48c864.rlib" 1582642299.204528897s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/wayland-client-d8fa5b1f3e48c864/dep-lib-wayland_client-d8fa5b1f3e48c864" mtime=1582642295.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.21.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.0.0" is "/home/xav/rust/ggez/target/debug/deps/libscopeguard-351f5ec71da4f507.rlib" 1582642207.742047167s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/scopeguard-351f5ec71da4f507/dep-lib-scopeguard-351f5ec71da4f507" mtime=1582642206.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.0.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.3.3" is "/home/xav/rust/ggez/target/debug/deps/liblock_api-cad19eecdac13863.rlib" 1582642218.261798188s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/lock_api-cad19eecdac13863/dep-lib-lock_api-cad19eecdac13863" mtime=1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.3.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0" precalculated="0.9.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0" is "/home/xav/rust/ggez/target/debug/deps/libsemver_parser-2c2f2357ab080317.rlib" 1582642205.114109363s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/semver-parser-2c2f2357ab080317/dep-lib-semver_parser-2c2f2357ab080317" mtime=1582642203.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.104" precalculated="1.0.104"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.104" is "/home/xav/rust/ggez/target/debug/build/serde-c7f8090d1b4ab51d/build_script_build-c7f8090d1b4ab51d" 1582642203.886138428s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/serde-c7f8090d1b4ab51d/dep-build-script-build_script_build-c7f8090d1b4ab51d" mtime=1582642203.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.104"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.104" is "/home/xav/rust/ggez/target/debug/build/serde-41e3cb5ec8da2a8f/output" 1582642215.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.104"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.104" is "/home/xav/rust/ggez/target/debug/deps/libserde-b96918d59377d134.rlib" 1582642229.985520714s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/serde-b96918d59377d134/dep-lib-serde-b96918d59377d134" mtime=1582642220.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.104"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0" is "/home/xav/rust/ggez/target/debug/deps/libsemver-d888a02faa274985.rlib" 1582642250.197688775s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/semver-d888a02faa274985/dep-lib-semver-d888a02faa274985" mtime=1582642249.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3" is "/home/xav/rust/ggez/target/debug/deps/librustc_version-88247c3de30f0ee1.rlib" 1582642276.149074567s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rustc_version-88247c3de30f0ee1/dep-lib-rustc_version-88247c3de30f0ee1" mtime=1582642275.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0" is "/home/xav/rust/ggez/target/debug/build/parking_lot-15c24d4cf456aec2/build_script_build-15c24d4cf456aec2" 1582642288.068792455s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/parking_lot-15c24d4cf456aec2/dep-build-script-build_script_build-15c24d4cf456aec2" mtime=1582642287.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0" is "/home/xav/rust/ggez/target/debug/build/parking_lot-2f76c3b4198a1ba1/output" 1582642295.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2" precalculated="0.6.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2" is "/home/xav/rust/ggez/target/debug/build/parking_lot_core-43255a50f986a01d/build_script_build-43255a50f986a01d" 1582642287.576804099s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/parking_lot_core-43255a50f986a01d/dep-build-script-build_script_build-43255a50f986a01d" mtime=1582642287.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2" is "/home/xav/rust/ggez/target/debug/build/parking_lot_core-e4f2d679023338ae/output" 1582642295.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-0.6.13" is "/home/xav/rust/ggez/target/debug/deps/libsmallvec-d6c301d546c5e093.rlib" 1582642234.313418284s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/smallvec-d6c301d546c5e093/dep-lib-smallvec-d6c301d546c5e093" mtime=1582642233.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-0.6.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2" is "/home/xav/rust/ggez/target/debug/deps/libparking_lot_core-77be5521939d4aed.rlib" 1582642300.660494438s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/parking_lot_core-77be5521939d4aed/dep-lib-parking_lot_core-77be5521939d4aed" mtime=1582642299.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0" is "/home/xav/rust/ggez/target/debug/deps/libparking_lot-b406b0699caba2de.rlib" 1582642316.452120686s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/parking_lot-b406b0699caba2de/dep-lib-parking_lot-b406b0699caba2de" mtime=1582642315.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.9.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0" is "/home/xav/rust/ggez/target/debug/deps/libpercent_encoding-e3096d9e832cb5e1.rlib" 1582642214.445888502s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/percent-encoding-e3096d9e832cb5e1/dep-lib-percent_encoding-e3096d9e832cb5e1" mtime=1582642213.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/raw-window-handle-0.3.3" is "/home/xav/rust/ggez/target/debug/deps/libraw_window_handle-7922b5afc3522373.rlib" 1582642236.437368015s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/raw-window-handle-7922b5afc3522373/dep-lib-raw_window_handle-7922b5afc3522373" mtime=1582642236.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/raw-window-handle-0.3.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/line_drawing-0.7.0" is "/home/xav/rust/ggez/target/debug/deps/libline_drawing-5464dcf32145f1ea.rlib" 1582642244.717172051s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/line_drawing-5464dcf32145f1ea/dep-lib-line_drawing-5464dcf32145f1ea" mtime=1582642244.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/line_drawing-0.7.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.5.1" is "/home/xav/rust/ggez/target/debug/deps/libarrayvec-fd2bd01b9458288f.rlib" 1582642210.829974083s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/arrayvec-fd2bd01b9458288f/dep-lib-arrayvec-fd2bd01b9458288f" mtime=1582642208.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.5.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.0" precalculated="0.8.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.0" is "/home/xav/rust/ggez/target/debug/build/crossbeam-epoch-a162d839383fbcd8/build_script_build-a162d839383fbcd8" 1582642216.593837665s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/crossbeam-epoch-a162d839383fbcd8/dep-build-script-build_script_build-a162d839383fbcd8" mtime=1582642216.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.0" is "/home/xav/rust/ggez/target/debug/build/crossbeam-epoch-231974e5cdbc38cc/output" 1582642220.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.0" precalculated="0.7.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.0" is "/home/xav/rust/ggez/target/debug/build/crossbeam-utils-0366f0be6ce1ff9d/build_script_build-0366f0be6ce1ff9d" 1582642216.449841073s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/crossbeam-utils-0366f0be6ce1ff9d/dep-build-script-build_script_build-0366f0be6ce1ff9d" mtime=1582642216.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.0" is "/home/xav/rust/ggez/target/debug/build/crossbeam-utils-7e3d2a85de87d4f2/output" 1582642220.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.0" is "/home/xav/rust/ggez/target/debug/deps/libcrossbeam_utils-869568d5e86450df.rlib" 1582642228.081565777s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/crossbeam-utils-869568d5e86450df/dep-lib-crossbeam_utils-869568d5e86450df" mtime=1582642226.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3" precalculated="0.5.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3" is "/home/xav/rust/ggez/target/debug/build/memoffset-7b7fbc1a4e365968/build_script_build-7b7fbc1a4e365968" 1582642287.100815364s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/memoffset-7b7fbc1a4e365968/dep-build-script-build_script_build-7b7fbc1a4e365968" mtime=1582642286.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3" is "/home/xav/rust/ggez/target/debug/build/memoffset-5d608daea66bc1ce/output" 1582642295.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3" is "/home/xav/rust/ggez/target/debug/deps/libmemoffset-bec8620b141023e4.rlib" 1582642299.712516874s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/memoffset-bec8620b141023e4/dep-lib-memoffset-bec8620b141023e4" mtime=1582642299.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.0" is "/home/xav/rust/ggez/target/debug/deps/libcrossbeam_epoch-aca8a4990096103b.rlib" 1582642315.960132330s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/crossbeam-epoch-aca8a4990096103b/dep-lib-crossbeam_epoch-aca8a4990096103b" mtime=1582642314.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.7.2" is "/home/xav/rust/ggez/target/debug/deps/libcrossbeam_deque-152fc4cf0da1ddcd.rlib" 1582642317.672091812s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/crossbeam-deque-152fc4cf0da1ddcd/dep-lib-crossbeam_deque-152fc4cf0da1ddcd" mtime=1582642317.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.7.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2" is "/home/xav/rust/ggez/target/debug/deps/liblinked_hash_map-4e75d00dc9f6d46f.rlib" 1582642210.557980520s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/linked-hash-map-4e75d00dc9f6d46f/dep-lib-linked_hash_map-4e75d00dc9f6d46f" mtime=1582642208.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.11.1" is "/home/xav/rust/ggez/target/debug/deps/libnum_cpus-01d1b110ebb181b0.rlib" 1582642234.665409953s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num_cpus-01d1b110ebb181b0/dep-lib-num_cpus-01d1b110ebb181b0" mtime=1582642233.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.11.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.0.2" is "/home/xav/rust/ggez/target/debug/deps/libordered_float-a66d73d457cea43c.rlib" 1582642244.777170630s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/ordered-float-a66d73d457cea43c/dep-lib-ordered_float-a66d73d457cea43c" mtime=1582642244.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.0.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2" precalculated="1.3.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2" is "/home/xav/rust/ggez/target/debug/build/byteorder-c41f1eb86227b138/build_script_build-c41f1eb86227b138" 1582642208.318033534s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/byteorder-c41f1eb86227b138/dep-build-script-build_script_build-c41f1eb86227b138" mtime=1582642206.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2" is "/home/xav/rust/ggez/target/debug/build/byteorder-f4ed90a89dcb1657/output" 1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2" is "/home/xav/rust/ggez/target/debug/deps/libbyteorder-489990a5c1a56222.rlib" 1582642224.005662245s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/byteorder-489990a5c1a56222/dep-lib-byteorder-489990a5c1a56222" mtime=1582642223.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.0.1" is "/home/xav/rust/ggez/target/debug/deps/librustc_hash-3484a0eb4815be5f.rlib" 1582642237.821335259s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rustc-hash-3484a0eb4815be5f/dep-lib-rustc_hash-3484a0eb4815be5f" mtime=1582642237.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.0.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.3.1" is "/home/xav/rust/ggez/target/debug/deps/libstb_truetype-6f87e290867e3992.rlib" 1582642238.165327117s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/stb_truetype-6f87e290867e3992/dep-lib-stb_truetype-6f87e290867e3992" mtime=1582642237.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/stb_truetype-0.3.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rusttype-0.8.2" is "/home/xav/rust/ggez/target/debug/deps/librusttype-65b186d1c76c8bd1.rlib" 1582642322.043988340s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rusttype-65b186d1c76c8bd1/dep-lib-rusttype-65b186d1c76c8bd1" mtime=1582642319.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rusttype-0.8.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rusttype-0.7.9" is "/home/xav/rust/ggez/target/debug/deps/librusttype-5979edb94c68da16.rlib" 1582642322.151985784s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rusttype-5979edb94c68da16/dep-lib-rusttype-5979edb94c68da16" mtime=1582642322.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rusttype-0.7.9"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.5" is "/home/xav/rust/ggez/target/debug/deps/libsame_file-e6ab7ed1811e7c0e.rlib" 1582642210.577980047s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/same-file-e6ab7ed1811e7c0e/dep-lib-same_file-e6ab7ed1811e7c0e" mtime=1582642209.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/walkdir-2.2.9" is "/home/xav/rust/ggez/target/debug/deps/libwalkdir-2c3af9624bda76aa.rlib" 1582642219.577767043s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/walkdir-2c3af9624bda76aa/dep-lib-walkdir-2c3af9624bda76aa" mtime=1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/walkdir-2.2.9"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/xdg-2.2.0" is "/home/xav/rust/ggez/target/debug/deps/libxdg-c9c4ba4c877dddfc.rlib" 1582642213.893901566s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/xdg-c9c4ba4c877dddfc/dep-lib-xdg-c9c4ba4c877dddfc" mtime=1582642212.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/xdg-2.2.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/andrew-0.2.1" is "/home/xav/rust/ggez/target/debug/deps/libandrew-4f2b71e2bc83fd92.rlib" 1582642324.715925101s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/andrew-4f2b71e2bc83fd92/dep-lib-andrew-4f2b71e2bc83fd92" mtime=1582642322.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/andrew-0.2.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap-0.7.0" is "/home/xav/rust/ggez/target/debug/deps/libmemmap-adbfa60b75ad55a7.rlib" 1582642235.221396794s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/memmap-adbfa60b75ad55a7/dep-lib-memmap-adbfa60b75ad55a7" mtime=1582642234.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap-0.7.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.21.13" precalculated="0.21.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.21.13" is "/home/xav/rust/ggez/target/debug/build/wayland-protocols-8fd115cb8c95bfdf/build_script_build-8fd115cb8c95bfdf" 1582642279.392997791s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/wayland-protocols-8fd115cb8c95bfdf/dep-build-script-build_script_build-8fd115cb8c95bfdf" mtime=1582642277.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.21.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.21.13" is "/home/xav/rust/ggez/target/debug/build/wayland-protocols-9c970c59914a74d4/output" 1582642291.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.21.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.21.13" is "/home/xav/rust/ggez/target/debug/deps/libwayland_protocols-541b8a17daeae485.rlib" 1582642314.700162151s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/wayland-protocols-541b8a17daeae485/dep-lib-wayland_protocols-541b8a17daeae485" mtime=1582642305.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-protocols-0.21.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/smithay-client-toolkit-0.4.6" is "/home/xav/rust/ggez/target/debug/deps/libsmithay_client_toolkit-505e3003655841af.rlib" 1582642327.179866784s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/smithay-client-toolkit-505e3003655841af/dep-lib-smithay_client_toolkit-505e3003655841af" mtime=1582642323.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/smithay-client-toolkit-0.4.6"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.19.5" is "/home/xav/rust/ggez/target/debug/deps/libwinit-d2f56a02b985e4ce.rlib" 1582642330.627785181s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/winit-d2f56a02b985e4ce/dep-lib-winit-d2f56a02b985e4ce" mtime=1582642325.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.19.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin-0.20.1" is "/home/xav/rust/ggez/target/debug/deps/libglutin-7ecd039647cfd0c5.rlib" 1582642330.351791712s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/glutin-7ecd039647cfd0c5/dep-lib-glutin-7ecd039647cfd0c5" mtime=1582642327.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin-0.20.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_window_glutin-0.30.0" is "/home/xav/rust/ggez/target/debug/deps/libgfx_window_glutin-21f63a4911a57bfc.rlib" 1582642331.211771358s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/gfx_window_glutin-21f63a4911a57bfc/dep-lib-gfx_window_glutin-21f63a4911a57bfc" mtime=1582642330.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_window_glutin-0.30.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/rust/ggez"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bytecount-0.4.0" is "/home/xav/rust/ggez/target/debug/deps/libbytecount-72cf18f3e3d9d71a.rlib" 1582642214.841879130s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/bytecount-72cf18f3e3d9d71a/dep-lib-bytecount-72cf18f3e3d9d71a" mtime=1582642214.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bytecount-0.4.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.32" precalculated="0.1.32"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.32" is "/home/xav/rust/ggez/target/debug/build/backtrace-sys-fd5e0f1c19847a96/build_script_build-fd5e0f1c19847a96" 1582642217.925806140s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/backtrace-sys-fd5e0f1c19847a96/dep-build-script-build_script_build-fd5e0f1c19847a96" mtime=1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.32"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.32" is "/home/xav/rust/ggez/target/debug/build/backtrace-sys-ebfa6425a6e1ecee/output" 1582642223.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.32"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.32" is "/home/xav/rust/ggez/target/debug/deps/libbacktrace_sys-3396ff89ac9e0911.rlib" 1582642237.357346241s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/backtrace-sys-3396ff89ac9e0911/dep-lib-backtrace_sys-3396ff89ac9e0911" mtime=1582642237.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.32"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.16" is "/home/xav/rust/ggez/target/debug/deps/librustc_demangle-cc1ce9629b19d119.rlib" 1582642213.017922299s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rustc-demangle-cc1ce9629b19d119/dep-lib-rustc_demangle-cc1ce9629b19d119" mtime=1582642211.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.16"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40" is "/home/xav/rust/ggez/target/debug/deps/libbacktrace-7092bebf8737c8f3.rlib" 1582642267.709274315s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/backtrace-7092bebf8737c8f3/dep-lib-backtrace-7092bebf8737c8f3" mtime=1582642265.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1" precalculated="0.12.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.1.5" is "/home/xav/rust/ggez/target/debug/deps/libversion_check-791efb86c6fa399b.rlib" 1582642211.745952404s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/version_check-791efb86c6fa399b/dep-lib-version_check-791efb86c6fa399b" mtime=1582642210.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.1.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1" is "/home/xav/rust/ggez/target/debug/build/error-chain-8e8157b53f05c639/build_script_build-8e8157b53f05c639" 1582642218.853784178s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/error-chain-8e8157b53f05c639/dep-build-script-build_script_build-8e8157b53f05c639" mtime=1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1" is "/home/xav/rust/ggez/target/debug/build/error-chain-bad60689d10ca053/output" 1582642226.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1" is "/home/xav/rust/ggez/target/debug/deps/liberror_chain-479a19be9724e476.rlib" 1582642284.712871882s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/error-chain-479a19be9724e476/dep-lib-error_chain-479a19be9724e476" mtime=1582642284.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.7"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.7" is "/home/xav/rust/ggez/target/debug/build/proc-macro2-3cb9de81767bced3/build_script_build-3cb9de81767bced3" 1582642209.398007974s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/proc-macro2-3cb9de81767bced3/dep-build-script-build_script_build-3cb9de81767bced3" mtime=1582642208.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.7"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.7" is "/home/xav/rust/ggez/target/debug/build/proc-macro2-8f55d5d16d6f6dff/output" 1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/proc-macro2-8f55d5d16d6f6dff/output" mtime=1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.7"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.0" is "/home/xav/rust/ggez/target/debug/deps/libunicode_xid-4c8884ba6eec62cc.rlib" 1582642210.721976639s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/unicode-xid-4c8884ba6eec62cc/dep-lib-unicode_xid-4c8884ba6eec62cc" mtime=1582642210.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.7" is "/home/xav/rust/ggez/target/debug/deps/libproc_macro2-0adae15c47ac349d.rlib" 1582642226.205610177s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/proc-macro2-0adae15c47ac349d/dep-lib-proc_macro2-0adae15c47ac349d" mtime=1582642224.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.7"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.2" is "/home/xav/rust/ggez/target/debug/deps/libquote-d44b613381617fbc.rlib" 1582642244.337181044s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/quote-d44b613381617fbc/dep-lib-quote-d44b613381617fbc" mtime=1582642243.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.13" precalculated="1.0.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.13" is "/home/xav/rust/ggez/target/debug/build/syn-9a18cb4e2ef53acd/build_script_build-9a18cb4e2ef53acd" 1582642211.825950511s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/syn-9a18cb4e2ef53acd/dep-build-script-build_script_build-9a18cb4e2ef53acd" mtime=1582642211.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.13" is "/home/xav/rust/ggez/target/debug/build/syn-522bd16d4bc6e0fa/output" 1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.13" is "/home/xav/rust/ggez/target/debug/deps/libsyn-c4c7d0b6cd432d84.rlib" 1582642293.136672509s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/syn-c4c7d0b6cd432d84/dep-lib-syn-c4c7d0b6cd432d84" mtime=1582642269.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.13"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.104" is "/home/xav/rust/ggez/target/debug/deps/libserde_derive-90e4b4df69e0d664.so" 1582642315.164151169s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/serde_derive-90e4b4df69e0d664/dep-lib-serde_derive-90e4b4df69e0d664" mtime=1582642297.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.104"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.4" is "/home/xav/rust/ggez/target/debug/deps/libitoa-16683e33af577aec.rlib" 1582642212.133943221s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/itoa-16683e33af577aec/dep-lib-itoa-16683e33af577aec" mtime=1582642211.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2" precalculated="1.0.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2" is "/home/xav/rust/ggez/target/debug/build/ryu-3a7d2d31c9a4e458/build_script_build-3a7d2d31c9a4e458" 1582642211.461959125s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/ryu-3a7d2d31c9a4e458/dep-build-script-build_script_build-3a7d2d31c9a4e458" mtime=1582642210.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2" is "/home/xav/rust/ggez/target/debug/build/ryu-c4ba1f5fe3b3beba/output" 1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2" is "/home/xav/rust/ggez/target/debug/deps/libryu-543e81009426d332.rlib" 1582642225.865618223s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/ryu-543e81009426d332/dep-lib-ryu-543e81009426d332" mtime=1582642225.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.44" is "/home/xav/rust/ggez/target/debug/deps/libserde_json-16cd95bc7df85b4e.rlib" 1582642253.697605940s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/serde_json-16cd95bc7df85b4e/dep-lib-serde_json-16cd95bc7df85b4e" mtime=1582642249.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.44"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo_metadata-0.6.4" is "/home/xav/rust/ggez/target/debug/deps/libcargo_metadata-00403a78f7883aed.rlib" 1582642321.420003108s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/cargo_metadata-00403a78f7883aed/dep-lib-cargo_metadata-00403a78f7883aed" mtime=1582642316.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo_metadata-0.6.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.2.11" is "/home/xav/rust/ggez/target/debug/deps/libglob-0ff25feb7be9c18a.rlib" 1582642215.381866350s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/glob-0ff25feb7be9c18a/dep-lib-glob-0ff25feb7be9c18a" mtime=1582642213.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.2.11"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/pulldown-cmark-0.2.0" precalculated="0.2.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/pulldown-cmark-0.2.0" is "/home/xav/rust/ggez/target/debug/build/pulldown-cmark-382e7dda69ddb5df/build_script_build-382e7dda69ddb5df" 1582642212.133943221s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/pulldown-cmark-382e7dda69ddb5df/dep-build-script-build_script_build-382e7dda69ddb5df" mtime=1582642211.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/pulldown-cmark-0.2.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/pulldown-cmark-0.2.0" is "/home/xav/rust/ggez/target/debug/build/pulldown-cmark-46400f7e54a2f4b0/output" 1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/pulldown-cmark-0.2.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/pulldown-cmark-0.2.0" is "/home/xav/rust/ggez/target/debug/deps/libpulldown_cmark-3a77505de6f7ff3b.rlib" 1582642232.457462209s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/pulldown-cmark-3a77505de6f7ff3b/dep-lib-pulldown_cmark-3a77505de6f7ff3b" mtime=1582642228.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/pulldown-cmark-0.2.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.6" is "/home/xav/rust/ggez/target/debug/deps/librand-52bbca7c963850c2.rlib" 1582642236.893357223s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand-52bbca7c963850c2/dep-lib-rand-52bbca7c963850c2" mtime=1582642234.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.6"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.2" is "/home/xav/rust/ggez/target/debug/deps/libremove_dir_all-3e46bb97f67a1aa6.rlib" 1582642213.097920406s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/remove_dir_all-3e46bb97f67a1aa6/dep-lib-remove_dir_all-3e46bb97f67a1aa6" mtime=1582642213.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/tempdir-0.3.7" is "/home/xav/rust/ggez/target/debug/deps/libtempdir-01e162528c465476.rlib" 1582642261.949410638s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/tempdir-01e162528c465476/dep-lib-tempdir-01e162528c465476" mtime=1582642261.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/tempdir-0.3.7"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/skeptic-0.13.4" is "/home/xav/rust/ggez/target/debug/deps/libskeptic-7719dae5a8ae836c.rlib" 1582642323.347957478s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/skeptic-7719dae5a8ae836c/dep-lib-skeptic-7719dae5a8ae836c" mtime=1582642320.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/skeptic-0.13.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/rust/ggez" is "/home/xav/rust/ggez/target/debug/build/ggez-50e4241c34b85c18/build_script_build-50e4241c34b85c18" 1582642324.919920273s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/ggez-50e4241c34b85c18/dep-build-script-build_script_build-50e4241c34b85c18" mtime=1582642323.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/rust/ggez"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/rust/ggez" is "/home/xav/rust/ggez/target/debug/build/ggez-28a5737ebdc8abe6/output" 1582642352.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/ggez-28a5737ebdc8abe6/output" mtime=1582642352.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/rust/ggez"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.6" is "/home/xav/rust/ggez/target/debug/deps/libfnv-0dade416a740d2c9.rlib" 1582642215.501863510s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/fnv-0dade416a740d2c9/dep-lib-fnv-0dade416a740d2c9" mtime=1582642215.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.6"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4" precalculated="0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4" is "/home/xav/rust/ggez/target/debug/build/libudev-sys-69ddee35f7049ce4/build_script_build-69ddee35f7049ce4" 1582642218.457793550s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/libudev-sys-69ddee35f7049ce4/dep-build-script-build_script_build-69ddee35f7049ce4" mtime=1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4" is "/home/xav/rust/ggez/target/debug/build/libudev-sys-a98d567c5873113f/output" 1582642224.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4" is "/home/xav/rust/ggez/target/debug/deps/liblibudev_sys-ea0e5e6f95ba5e99.rlib" 1582642243.653197232s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/libudev-sys-ea0e5e6f95ba5e99/dep-lib-libudev_sys-ea0e5e6f95ba5e99" mtime=1582642243.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.15.0" precalculated="0.15.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.15.0" is "/home/xav/rust/ggez/target/debug/build/nix-ebc3326fb57d84f4/build_script_build-ebc3326fb57d84f4" 1582642213.421912738s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/nix-ebc3326fb57d84f4/dep-build-script-build_script_build-ebc3326fb57d84f4" mtime=1582642213.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.15.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.15.0" is "/home/xav/rust/ggez/target/debug/build/nix-53b36f91448d1c4f/output" 1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.15.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.15.0" is "/home/xav/rust/ggez/target/debug/deps/libnix-2955bcc5e6f1ca14.rlib" 1582642249.905695685s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/nix-2955bcc5e6f1ca14/dep-lib-nix-2955bcc5e6f1ca14" mtime=1582642236.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.15.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.1" is "/home/xav/rust/ggez/target/debug/deps/libuuid-d7639ef9d760f886.rlib" 1582642215.741857830s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/uuid-d7639ef9d760f886/dep-lib-uuid-d7639ef9d760f886" mtime=1582642214.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.1" is "/home/xav/rust/ggez/target/debug/deps/libvec_map-f13fdd4afc9ef73b.rlib" 1582642214.893877899s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/vec_map-f13fdd4afc9ef73b/dep-lib-vec_map-f13fdd4afc9ef73b" mtime=1582642214.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gilrs-core-0.2.5" is "/home/xav/rust/ggez/target/debug/deps/libgilrs_core-14b0164f1882bda8.rlib" 1582642275.317094258s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/gilrs-core-14b0164f1882bda8/dep-lib-gilrs_core-14b0164f1882bda8" mtime=1582642273.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gilrs-core-0.2.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gilrs-0.7.3" is "/home/xav/rust/ggez/target/debug/deps/libgilrs-4a5a320091c3ba08.rlib" 1582642290.660731109s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/gilrs-4a5a320091c3ba08/dep-lib-gilrs-4a5a320091c3ba08" mtime=1582642286.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gilrs-0.7.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/xi-unicode-0.2.0" is "/home/xav/rust/ggez/target/debug/deps/libxi_unicode-80d4f7be050100e0.rlib" 1582642214.513886893s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/xi-unicode-80d4f7be050100e0/dep-lib-xi_unicode-80d4f7be050100e0" mtime=1582642214.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/xi-unicode-0.2.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glyph_brush_layout-0.1.8" is "/home/xav/rust/ggez/target/debug/deps/libglyph_brush_layout-61be225be7919c09.rlib" 1582642322.907967891s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/glyph_brush_layout-61be225be7919c09/dep-lib-glyph_brush_layout-61be225be7919c09" mtime=1582642322.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glyph_brush_layout-0.1.8"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.14" precalculated="0.1.14"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.14" is "/home/xav/rust/ggez/target/debug/build/getrandom-d1c5b796ffd43e55/build_script_build-d1c5b796ffd43e55" 1582642211.057968687s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/getrandom-d1c5b796ffd43e55/dep-build-script-build_script_build-d1c5b796ffd43e55" mtime=1582642210.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.14"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.14" is "/home/xav/rust/ggez/target/debug/build/getrandom-7aa03e56c29f8ea9/output" 1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.14"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.14" is "/home/xav/rust/ggez/target/debug/deps/libgetrandom-bd844cdf91930cf5.rlib" 1582642234.737408249s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/getrandom-bd844cdf91930cf5/dep-lib-getrandom-bd844cdf91930cf5" mtime=1582642234.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.14"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.6" is "/home/xav/rust/ggez/target/debug/deps/libppv_lite86-db3ee4f1af9187f8.rlib" 1582642213.005922583s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/ppv-lite86-db3ee4f1af9187f8/dep-lib-ppv_lite86-db3ee4f1af9187f8" mtime=1582642211.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.6"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/c2-chacha-0.2.3" is "/home/xav/rust/ggez/target/debug/deps/libc2_chacha-cc5e562a229102ff.rlib" 1582642220.789738358s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/c2-chacha-cc5e562a229102ff/dep-lib-c2_chacha-cc5e562a229102ff" mtime=1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/c2-chacha-0.2.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.5.1" is "/home/xav/rust/ggez/target/debug/deps/librand_core-c05c8942cc8666e6.rlib" 1582642261.105430613s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_core-c05c8942cc8666e6/dep-lib-rand_core-c05c8942cc8666e6" mtime=1582642260.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.5.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.2.1" is "/home/xav/rust/ggez/target/debug/deps/librand_chacha-a33faae735e66101.rlib" 1582642278.293023825s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_chacha-a33faae735e66101/dep-lib-rand_chacha-a33faae735e66101" mtime=1582642277.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.2.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.7.2" is "/home/xav/rust/ggez/target/debug/deps/librand-9665de0854c581d0.rlib" 1582642293.480664368s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand-9665de0854c581d0/dep-lib-rand-9665de0854c581d0" mtime=1582642290.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.7.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/twox-hash-1.5.0" is "/home/xav/rust/ggez/target/debug/deps/libtwox_hash-a89fa7f354e81307.rlib" 1582642297.168577083s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/twox-hash-a89fa7f354e81307/dep-lib-twox_hash-a89fa7f354e81307" mtime=1582642296.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/twox-hash-1.5.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glyph_brush-0.6.1" is "/home/xav/rust/ggez/target/debug/deps/libglyph_brush-585770da91f51fef.rlib" 1582642324.191937503s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/glyph_brush-585770da91f51fef/dep-lib-glyph_brush-585770da91f51fef" mtime=1582642323.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glyph_brush-0.6.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glyph_brush-0.5.4" is "/home/xav/rust/ggez/target/debug/deps/libglyph_brush-81e34e2e194f19a8.rlib" 1582642324.351933716s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/glyph_brush-81e34e2e194f19a8/dep-lib-glyph_brush-81e34e2e194f19a8" mtime=1582642324.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/glyph_brush-0.5.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.0.1" is "/home/xav/rust/ggez/target/debug/deps/libcolor_quant-b2bd20aa59a0f75f.rlib" 1582642215.453864646s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/color_quant-b2bd20aa59a0f75f/dep-lib-color_quant-b2bd20aa59a0f75f" mtime=1582642214.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/color_quant-1.0.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lzw-0.10.0" is "/home/xav/rust/ggez/target/debug/deps/liblzw-c10a32f4b09483ec.rlib" 1582642214.717882065s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/lzw-c10a32f4b09483ec/dep-lib-lzw-c10a32f4b09483ec" mtime=1582642213.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lzw-0.10.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gif-0.10.3" is "/home/xav/rust/ggez/target/debug/deps/libgif-7d93065a4da6fa05.rlib" 1582642220.661741388s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/gif-7d93065a4da6fa05/dep-lib-gif-7d93065a4da6fa05" mtime=1582642219.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/gif-0.10.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/jpeg-decoder-0.1.18" is "/home/xav/rust/ggez/target/debug/deps/libjpeg_decoder-a85fa06af4247d81.rlib" 1582642242.797217492s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/jpeg-decoder-a85fa06af4247d81/dep-lib-jpeg_decoder-a85fa06af4247d81" mtime=1582642238.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/jpeg-decoder-0.1.18"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41" is "/home/xav/rust/ggez/target/debug/build/num-integer-df2191e5bad92d9f/build_script_build-df2191e5bad92d9f" 1582642216.705835014s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-integer-df2191e5bad92d9f/dep-build-script-build_script_build-df2191e5bad92d9f" mtime=1582642216.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41" is "/home/xav/rust/ggez/target/debug/build/num-integer-00148bacb292e93c/output" 1582642220.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/num-integer-00148bacb292e93c/output" mtime=1582642220.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41" is "/home/xav/rust/ggez/target/debug/deps/libnum_integer-bcc426d4bdff55f9.rlib" 1582642245.665149614s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-integer-bcc426d4bdff55f9/dep-lib-num_integer-bcc426d4bdff55f9" mtime=1582642244.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39" is "/home/xav/rust/ggez/target/debug/build/num-iter-57cb6c12465ecac5/build_script_build-57cb6c12465ecac5" 1582642217.441817596s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-iter-57cb6c12465ecac5/dep-build-script-build_script_build-57cb6c12465ecac5" mtime=1582642216.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39" is "/home/xav/rust/ggez/target/debug/build/num-iter-d815914904af588c/output" 1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/num-iter-d815914904af588c/output" mtime=1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39" is "/home/xav/rust/ggez/target/debug/deps/libnum_iter-687ce4637c2ced31.rlib" 1582642275.201097004s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-iter-687ce4637c2ced31/dep-lib-num_iter-687ce4637c2ced31" mtime=1582642275.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.2.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.2.2" is "/home/xav/rust/ggez/target/debug/build/num-rational-7e759e7440ebc374/build_script_build-7e759e7440ebc374" 1582642216.893830565s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-rational-7e759e7440ebc374/dep-build-script-build_script_build-7e759e7440ebc374" mtime=1582642216.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.2.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.2.2" is "/home/xav/rust/ggez/target/debug/build/num-rational-b8723be817ad4126/output" 1582642220.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/num-rational-b8723be817ad4126/output" mtime=1582642220.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.2.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.2.2" is "/home/xav/rust/ggez/target/debug/deps/libnum_rational-7ec665bf686ec12e.rlib" 1582642276.341070022s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-rational-7ec665bf686ec12e/dep-lib-num_rational-7ec665bf686ec12e" mtime=1582642274.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.2.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.0" is "/home/xav/rust/ggez/target/debug/build/crc32fast-7cdd52becfe4f4dd/build_script_build-7cdd52becfe4f4dd" 1582642212.817927033s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/crc32fast-7cdd52becfe4f4dd/dep-build-script-build_script_build-7cdd52becfe4f4dd" mtime=1582642212.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.0" is "/home/xav/rust/ggez/target/debug/build/crc32fast-74c794b431397070/output" 1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/crc32fast-74c794b431397070/output" mtime=1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.0" is "/home/xav/rust/ggez/target/debug/deps/libcrc32fast-9cdc870c1d86117e.rlib" 1582642226.689598722s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/crc32fast-9cdc870c1d86117e/dep-lib-crc32fast-9cdc870c1d86117e" mtime=1582642226.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.2.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.0.4" is "/home/xav/rust/ggez/target/debug/deps/libadler32-258e91ba13c3edeb.rlib" 1582642213.661907057s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/adler32-258e91ba13c3edeb/dep-lib-adler32-258e91ba13c3edeb" mtime=1582642213.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.0.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/deflate-0.7.20" is "/home/xav/rust/ggez/target/debug/deps/libdeflate-47675e33eea1626d.rlib" 1582642240.477272400s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/deflate-47675e33eea1626d/dep-lib-deflate-47675e33eea1626d" mtime=1582642238.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/deflate-0.7.20"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/inflate-0.4.5" is "/home/xav/rust/ggez/target/debug/deps/libinflate-bd798b9e66c0f6b3.rlib" 1582642220.181752748s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/inflate-bd798b9e66c0f6b3/dep-lib-inflate-bd798b9e66c0f6b3" mtime=1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/inflate-0.4.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/png-0.15.3" is "/home/xav/rust/ggez/target/debug/deps/libpng-d6c557676b7cad4d.rlib" 1582642274.745107796s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/png-d6c557676b7cad4d/dep-lib-png-d6c557676b7cad4d" mtime=1582642266.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/png-0.15.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.2.5" precalculated="0.2.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.2.5" is "/home/xav/rust/ggez/target/debug/build/num-derive-9032d6e5a3539377/build_script_build-9032d6e5a3539377" 1582642213.881901850s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-derive-9032d6e5a3539377/dep-build-script-build_script_build-9032d6e5a3539377" mtime=1582642213.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.2.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.2.5" is "/home/xav/rust/ggez/target/debug/build/num-derive-0a16ae0399d890fc/output" 1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.2.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44" precalculated="0.15.44"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44" is "/home/xav/rust/ggez/target/debug/build/syn-4a3777302f22b3bd/build_script_build-4a3777302f22b3bd" 1582642207.554051616s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/syn-4a3777302f22b3bd/dep-build-script-build_script_build-4a3777302f22b3bd" mtime=1582642207.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44" is "/home/xav/rust/ggez/target/debug/build/syn-c2bd188ecf401082/output" 1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44" is "/home/xav/rust/ggez/target/debug/deps/libsyn-1ac03167c07e61c8.rlib" 1582642265.161334619s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/syn-1ac03167c07e61c8/dep-lib-syn-1ac03167c07e61c8" mtime=1582642250.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.2.5" is "/home/xav/rust/ggez/target/debug/deps/libnum_derive-bce09e60d2e37ec1.so" 1582642289.116767651s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-derive-bce09e60d2e37ec1/dep-lib-num_derive-bce09e60d2e37ec1" mtime=1582642282.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-derive-0.2.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/tiff-0.3.1" is "/home/xav/rust/ggez/target/debug/deps/libtiff-2ccefc40bd177888.rlib" 1582642296.668588917s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/tiff-2ccefc40bd177888/dep-lib-tiff-2ccefc40bd177888" mtime=1582642295.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/tiff-0.3.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/image-0.22.3" is "/home/xav/rust/ggez/target/debug/deps/libimage-0c1fc761c303ed27.rlib" 1582642320.468025638s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/image-0c1fc761c303ed27/dep-lib-image-0c1fc761c303ed27" mtime=1582642302.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/image-0.22.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.12"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.12" is "/home/xav/rust/ggez/target/debug/build/arrayvec-ec143cee19baf90f/build_script_build-ec143cee19baf90f" 1582642211.717953067s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/arrayvec-ec143cee19baf90f/dep-build-script-build_script_build-ec143cee19baf90f" mtime=1582642210.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.12"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.12" is "/home/xav/rust/ggez/target/debug/build/arrayvec-1b9693a5813766e1/output" 1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/arrayvec-1b9693a5813766e1/output" mtime=1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.12"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nodrop-0.1.14" is "/home/xav/rust/ggez/target/debug/deps/libnodrop-2ea8398b62fb9ce7.rlib" 1582642211.825950511s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/nodrop-2ea8398b62fb9ce7/dep-lib-nodrop-2ea8398b62fb9ce7" mtime=1582642211.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nodrop-0.1.14"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.12" is "/home/xav/rust/ggez/target/debug/deps/libarrayvec-6def9cdcc6257a1c.rlib" 1582642226.109612449s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/arrayvec-6def9cdcc6257a1c/dep-lib-arrayvec-6def9cdcc6257a1c" mtime=1582642225.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.12"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/euclid_macros-0.1.0" is "/home/xav/rust/ggez/target/debug/deps/libeuclid_macros-61d401b1d708cd13.so" 1582642284.184884377s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/euclid_macros-61d401b1d708cd13/dep-lib-euclid_macros-61d401b1d708cd13" mtime=1582642279.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/euclid_macros-0.1.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/euclid-0.19.9" is "/home/xav/rust/ggez/target/debug/deps/libeuclid-1eaa0ac4f8f65a92.rlib" 1582642295.344620253s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/euclid-1eaa0ac4f8f65a92/dep-lib-euclid-1eaa0ac4f8f65a92" mtime=1582642293.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/euclid-0.19.9"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lyon_geom-0.12.7" is "/home/xav/rust/ggez/target/debug/deps/liblyon_geom-31550709fea97540.rlib" 1582642302.288455907s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/lyon_geom-31550709fea97540/dep-lib-lyon_geom-31550709fea97540" mtime=1582642300.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lyon_geom-0.12.7"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lyon_path-0.13.2" is "/home/xav/rust/ggez/target/debug/deps/liblyon_path-e083e9a1d9ed5b62.rlib" 1582642317.356099290s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/lyon_path-e083e9a1d9ed5b62/dep-lib-lyon_path-e083e9a1d9ed5b62" mtime=1582642315.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lyon_path-0.13.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.1.43" is "/home/xav/rust/ggez/target/debug/deps/libnum_traits-bdd92123db591bfa.rlib" 1582642244.861168643s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-traits-bdd92123db591bfa/dep-lib-num_traits-bdd92123db591bfa" mtime=1582642244.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.1.43"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/sid-0.5.2" is "/home/xav/rust/ggez/target/debug/deps/libsid-fe8c25f5497ac91e.rlib" 1582642275.073100033s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/sid-fe8c25f5497ac91e/dep-lib-sid-fe8c25f5497ac91e" mtime=1582642274.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/sid-0.5.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lyon_algorithms-0.13.4" is "/home/xav/rust/ggez/target/debug/deps/liblyon_algorithms-130afc726fb8b09a.rlib" 1582642319.776042017s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/lyon_algorithms-130afc726fb8b09a/dep-lib-lyon_algorithms-130afc726fb8b09a" mtime=1582642317.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lyon_algorithms-0.13.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lyon_tessellation-0.13.5" is "/home/xav/rust/ggez/target/debug/deps/liblyon_tessellation-7feeb0730d1e2112.rlib" 1582642322.971966376s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/lyon_tessellation-7feeb0730d1e2112/dep-lib-lyon_tessellation-7feeb0730d1e2112" mtime=1582642319.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lyon_tessellation-0.13.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lyon-0.13.5" is "/home/xav/rust/ggez/target/debug/deps/liblyon-f1005ff2f35419f2.rlib" 1582642323.015965335s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/lyon-f1005ff2f35419f2/dep-lib-lyon-f1005ff2f35419f2" mtime=1582642322.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lyon-0.13.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/mint-0.5.4" is "/home/xav/rust/ggez/target/debug/deps/libmint-0cf1c598af763030.rlib" 1582642216.197847038s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/mint-0cf1c598af763030/dep-lib-mint-0cf1c598af763030" mtime=1582642214.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/mint-0.5.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libm-0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libm-0.1.4" is "/home/xav/rust/ggez/target/debug/build/libm-50a541963f1039df/build_script_build-50a541963f1039df" 1582642212.605932050s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/libm-50a541963f1039df/dep-build-script-build_script_build-50a541963f1039df" mtime=1582642212.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libm-0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libm-0.1.4" is "/home/xav/rust/ggez/target/debug/build/libm-33af743f76f9102a/output" 1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/libm-33af743f76f9102a/output" mtime=1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libm-0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libm-0.1.4" is "/home/xav/rust/ggez/target/debug/deps/liblibm-5e8e03eb5486c62f.rlib" 1582642227.529578841s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/libm-5e8e03eb5486c62f/dep-lib-libm-5e8e03eb5486c62f" mtime=1582642225.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libm-0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-complex-0.2.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-complex-0.2.3" is "/home/xav/rust/ggez/target/debug/build/num-complex-a59023d1d632e272/build_script_build-a59023d1d632e272" 1582642217.221822803s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-complex-a59023d1d632e272/dep-build-script-build_script_build-a59023d1d632e272" mtime=1582642216.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-complex-0.2.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-complex-0.2.3" is "/home/xav/rust/ggez/target/debug/build/num-complex-0615154ff080c133/output" 1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/num-complex-0615154ff080c133/output" mtime=1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-complex-0.2.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-complex-0.2.3" is "/home/xav/rust/ggez/target/debug/deps/libnum_complex-82179c48d6f17b66.rlib" 1582642245.993141851s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/num-complex-82179c48d6f17b66/dep-lib-num_complex-82179c48d6f17b66" mtime=1582642244.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num-complex-0.2.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/alga-0.9.2" is "/home/xav/rust/ggez/target/debug/deps/libalga-864a5aa2ab5a09c3.rlib" 1582642277.881033576s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/alga-864a5aa2ab5a09c3/dep-lib-alga-864a5aa2ab5a09c3" mtime=1582642275.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/alga-0.9.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2" precalculated="1.11.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2" is "/home/xav/rust/ggez/target/debug/build/typenum-205eb9deb16f7d9d/build_script_main-205eb9deb16f7d9d" 1582642214.033898253s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/typenum-205eb9deb16f7d9d/dep-build-script-build_script_main-205eb9deb16f7d9d" mtime=1582642212.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2" is "/home/xav/rust/ggez/target/debug/build/typenum-c18d4319f35032b7/output" 1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2" is "/home/xav/rust/ggez/target/debug/deps/libtypenum-7c3fd2e774d6c1bd.rlib" 1582642227.497579599s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/typenum-7c3fd2e774d6c1bd/dep-lib-typenum-7c3fd2e774d6c1bd" mtime=1582642226.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/generic-array-0.12.3" is "/home/xav/rust/ggez/target/debug/deps/libgeneric_array-78f3ca0787872ef3.rlib" 1582642244.245183221s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/generic-array-78f3ca0787872ef3/dep-lib-generic_array-78f3ca0787872ef3" mtime=1582642243.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/generic-array-0.12.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rawpointer-0.2.1" is "/home/xav/rust/ggez/target/debug/deps/librawpointer-2035c5ecbaa126f4.rlib" 1582642214.609884621s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rawpointer-2035c5ecbaa126f4/dep-lib-rawpointer-2035c5ecbaa126f4" mtime=1582642214.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rawpointer-0.2.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/matrixmultiply-0.2.3" is "/home/xav/rust/ggez/target/debug/deps/libmatrixmultiply-5feff68f809e0f84.rlib" 1582642220.761739021s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/matrixmultiply-5feff68f809e0f84/dep-lib-matrixmultiply-5feff68f809e0f84" mtime=1582642219.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/matrixmultiply-0.2.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5" is "/home/xav/rust/ggez/target/debug/build/rand-422c78a38e550230/build_script_build-422c78a38e550230" 1582642217.317820531s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand-422c78a38e550230/dep-build-script-build_script_build-422c78a38e550230" mtime=1582642216.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5" is "/home/xav/rust/ggez/target/debug/build/rand-5ee964887006e4f5/output" 1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/rand-5ee964887006e4f5/output" mtime=1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1" is "/home/xav/rust/ggez/target/debug/build/rand_chacha-f71e4632188aa325/build_script_build-f71e4632188aa325" 1582642216.973828672s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_chacha-f71e4632188aa325/dep-build-script-build_script_build-f71e4632188aa325" mtime=1582642216.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1" is "/home/xav/rust/ggez/target/debug/build/rand_chacha-68094caf8968cb9e/output" 1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/rand_chacha-68094caf8968cb9e/output" mtime=1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2" is "/home/xav/rust/ggez/target/debug/deps/librand_core-67ffda461b07fdca.rlib" 1582642210.749975976s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_core-67ffda461b07fdca/dep-lib-rand_core-67ffda461b07fdca" mtime=1582642207.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.3.1" is "/home/xav/rust/ggez/target/debug/deps/librand_core-897937811dec9851.rlib" 1582642218.509792319s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_core-897937811dec9851/dep-lib-rand_core-897937811dec9851" mtime=1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.3.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1" is "/home/xav/rust/ggez/target/debug/deps/librand_chacha-981a96640a0ec376.rlib" 1582642228.041566724s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_chacha-981a96640a0ec376/dep-lib-rand_chacha-981a96640a0ec376" mtime=1582642227.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_hc-0.1.0" is "/home/xav/rust/ggez/target/debug/deps/librand_hc-d658e77193cf38cb.rlib" 1582642225.533626081s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_hc-d658e77193cf38cb/dep-lib-rand_hc-d658e77193cf38cb" mtime=1582642224.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_hc-0.1.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_isaac-0.1.1" is "/home/xav/rust/ggez/target/debug/deps/librand_isaac-c1a05c6bf8094a49.rlib" 1582642225.157634980s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_isaac-c1a05c6bf8094a49/dep-lib-rand_isaac-c1a05c6bf8094a49" mtime=1582642224.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_isaac-0.1.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_jitter-0.1.4" is "/home/xav/rust/ggez/target/debug/deps/librand_jitter-d82c33df50ad37fb.rlib" 1582642218.837784556s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_jitter-d82c33df50ad37fb/dep-lib-rand_jitter-d82c33df50ad37fb" mtime=1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_jitter-0.1.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_os-0.1.3" is "/home/xav/rust/ggez/target/debug/deps/librand_os-844c8af82e77287f.rlib" 1582642236.569364891s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_os-844c8af82e77287f/dep-lib-rand_os-844c8af82e77287f" mtime=1582642235.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_os-0.1.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2" is "/home/xav/rust/ggez/target/debug/build/rand_pcg-f22c79787a60d96c/build_script_build-f22c79787a60d96c" 1582642217.117825264s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_pcg-f22c79787a60d96c/dep-build-script-build_script_build-f22c79787a60d96c" mtime=1582642216.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2" is "/home/xav/rust/ggez/target/debug/build/rand_pcg-d80150d743bcec77/output" 1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/build/rand_pcg-d80150d743bcec77/output" mtime=1582642221.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2" is "/home/xav/rust/ggez/target/debug/deps/librand_pcg-43648c35e5efbed9.rlib" 1582642228.685551482s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_pcg-43648c35e5efbed9/dep-lib-rand_pcg-43648c35e5efbed9" mtime=1582642228.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_xorshift-0.1.1" is "/home/xav/rust/ggez/target/debug/deps/librand_xorshift-e342f8a7f8d5c7a2.rlib" 1582642225.429628542s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand_xorshift-e342f8a7f8d5c7a2/dep-lib-rand_xorshift-e342f8a7f8d5c7a2" mtime=1582642225.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_xorshift-0.1.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5" is "/home/xav/rust/ggez/target/debug/deps/librand-d3d6a6fa6f24f92d.rlib" 1582642268.441256990s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rand-d3d6a6fa6f24f92d/dep-lib-rand-d3d6a6fa6f24f92d" mtime=1582642261.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.18.1" is "/home/xav/rust/ggez/target/debug/deps/libnalgebra-af9ab9d95bf97914.rlib" 1582642319.644045141s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/nalgebra-af9ab9d95bf97914/dep-lib-nalgebra-af9ab9d95bf97914" mtime=1582642289.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.18.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/claxon-0.4.2" is "/home/xav/rust/ggez/target/debug/deps/libclaxon-96cec5de199a4a6b.rlib" 1582642216.669835867s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/claxon-96cec5de199a4a6b/dep-lib-claxon-96cec5de199a4a6b" mtime=1582642215.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/claxon-0.4.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.1.2" precalculated="0.1.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.1.2" is "/home/xav/rust/ggez/target/debug/build/alsa-sys-7fd83ae3c4c732f6/build_script_build-7fd83ae3c4c732f6" 1582642218.465793360s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/alsa-sys-7fd83ae3c4c732f6/dep-build-script-build_script_build-7fd83ae3c4c732f6" mtime=1582642218.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.1.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.1.2" is "/home/xav/rust/ggez/target/debug/build/alsa-sys-46aa7e4f30a8939d/output" 1582642224.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.1.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.1.2" is "/home/xav/rust/ggez/target/debug/deps/libalsa_sys-870661ed8c38ece7.rlib" 1582642243.277206132s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/alsa-sys-870661ed8c38ece7/dep-lib-alsa_sys-870661ed8c38ece7" mtime=1582642242.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.1.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/cpal-0.8.2" is "/home/xav/rust/ggez/target/debug/deps/libcpal-90ca380fbfd04dc0.rlib" 1582642274.837105618s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/cpal-90ca380fbfd04dc0/dep-lib-cpal-90ca380fbfd04dc0" mtime=1582642268.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/cpal-0.8.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/hound-3.4.0" is "/home/xav/rust/ggez/target/debug/deps/libhound-a6e0994e2069261e.rlib" 1582642216.081849783s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/hound-a6e0994e2069261e/dep-lib-hound-a6e0994e2069261e" mtime=1582642215.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/hound-3.4.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ogg-0.7.0" is "/home/xav/rust/ggez/target/debug/deps/libogg-f9c9ea721cda3816.rlib" 1582642238.885310077s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/ogg-f9c9ea721cda3816/dep-lib-ogg-f9c9ea721cda3816" mtime=1582642237.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/ogg-0.7.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lewton-0.9.4" is "/home/xav/rust/ggez/target/debug/deps/liblewton-50ab81be6073ad3f.so" 1582642269.533231146s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/lewton-50ab81be6073ad3f/dep-lib-lewton-50ab81be6073ad3f" mtime=1582642265.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lewton-0.9.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/minimp3-sys-0.3.1" precalculated="0.3.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/minimp3-sys-0.3.1" is "/home/xav/rust/ggez/target/debug/build/minimp3-sys-e6948948e9a97524/build_script_build-e6948948e9a97524" 1582642217.877807277s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/minimp3-sys-e6948948e9a97524/dep-build-script-build_script_build-e6948948e9a97524" mtime=1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/minimp3-sys-0.3.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/minimp3-sys-0.3.1" is "/home/xav/rust/ggez/target/debug/build/minimp3-sys-137369fe59ad3405/output" 1582642222.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/minimp3-sys-0.3.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/minimp3-sys-0.3.1" is "/home/xav/rust/ggez/target/debug/deps/libminimp3_sys-fa0a97f00040ea5b.rlib" 1582642233.941427088s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/minimp3-sys-fa0a97f00040ea5b/dep-lib-minimp3_sys-fa0a97f00040ea5b" mtime=1582642233.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/minimp3-sys-0.3.1"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/slice-deque-0.2.4" is "/home/xav/rust/ggez/target/debug/deps/libslice_deque-cd7ef8a20758000f.rlib" 1582642237.289347850s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/slice-deque-cd7ef8a20758000f/dep-lib-slice_deque-cd7ef8a20758000f" mtime=1582642236.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/slice-deque-0.2.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/minimp3-0.3.3" is "/home/xav/rust/ggez/target/debug/deps/libminimp3-57dc857fc61e7ec4.rlib" 1582642266.757296847s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/minimp3-57dc857fc61e7ec4/dep-lib-minimp3-57dc857fc61e7ec4" mtime=1582642264.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/minimp3-0.3.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rodio-0.9.0" is "/home/xav/rust/ggez/target/debug/deps/librodio-20b92c9ceda2b69c.rlib" 1582642323.571952176s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/rodio-20b92c9ceda2b69c/dep-lib-rodio-20b92c9ceda2b69c" mtime=1582642321.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rodio-0.9.0"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/smart-default-0.5.2" is "/home/xav/rust/ggez/target/debug/deps/libsmart_default-f54708b2da4bef37.so" 1582642286.392832120s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/smart-default-f54708b2da4bef37/dep-lib-smart_default-f54708b2da4bef37" mtime=1582642283.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/smart-default-0.5.2"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.5.5" is "/home/xav/rust/ggez/target/debug/deps/libtoml-db4c31aff4f111ce.rlib" 1582642257.353519412s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/toml-db4c31aff4f111ce/dep-lib-toml-db4c31aff4f111ce" mtime=1582642250.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.5.5"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-sys-0.1.7" precalculated="0.1.7"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-sys-0.1.7" is "/home/xav/rust/ggez/target/debug/build/bzip2-sys-c90a4b0256890a6e/build_script_build-c90a4b0256890a6e" 1582642218.037803490s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/bzip2-sys-c90a4b0256890a6e/dep-build-script-build_script_build-c90a4b0256890a6e" mtime=1582642217.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-sys-0.1.7"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-sys-0.1.7" is "/home/xav/rust/ggez/target/debug/build/bzip2-sys-a2d493ca4c146e76/output" 1582642223.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-sys-0.1.7"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-sys-0.1.7" is "/home/xav/rust/ggez/target/debug/deps/libbzip2_sys-5cc681ec89a0a86c.rlib" 1582642240.677267666s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/bzip2-sys-5cc681ec89a0a86c/dep-lib-bzip2_sys-5cc681ec89a0a86c" mtime=1582642240.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-sys-0.1.7"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-0.3.3" is "/home/xav/rust/ggez/target/debug/deps/libbzip2-b40a920bd573c447.rlib" 1582642273.641133925s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/bzip2-b40a920bd573c447/dep-lib-bzip2-b40a920bd573c447" mtime=1582642267.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/bzip2-0.3.3"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.1.6" is "/home/xav/rust/ggez/target/debug/deps/libpodio-96e11b2dc6f76281.rlib" 1582642215.653859913s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/podio-96e11b2dc6f76281/dep-lib-podio-96e11b2dc6f76281" mtime=1582642215.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/podio-0.1.6"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.4" is "/home/xav/rust/ggez/target/debug/deps/libzip-8b0d21f1b4318f90.rlib" 1582642286.540828618s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/zip-8b0d21f1b4318f90/dep-lib-zip-8b0d21f1b4318f90" mtime=1582642284.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.4"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/rust/ggez" is "/home/xav/rust/ggez/target/debug/deps/libggez-a3fb6ec2bf39232b.rlib" 1582642353.955233077s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/ggez/target/debug/.fingerprint/ggez-a3fb6ec2bf39232b/dep-lib-ggez-a3fb6ec2bf39232b" mtime=1582642352.000000000s
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/rust/ggez"
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/approx-1053c9551509f784/lib-approx-1053c9551509f784
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-traits-e91daae53f2755c8/lib-num_traits-e91daae53f2755c8
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-traits-59f1d55502921525/run-build-script-build_script_build-59f1d55502921525
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-traits-ffca4b33d34653ae/build-script-build_script_build-ffca4b33d34653ae
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/autocfg-2310d42a2076f20b/lib-autocfg-2310d42a2076f20b
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/bitflags-afa503115dc1a90c/lib-bitflags-afa503115dc1a90c
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/bitflags-56654386d850eaeb/run-build-script-build_script_build-56654386d850eaeb
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/bitflags-59158caf52779b1b/build-script-build_script_build-59158caf52779b1b
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/directories-438b63377cb6c451/lib-directories-438b63377cb6c451
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/cfg-if-221317197d8c74a9/lib-cfg_if-221317197d8c74a9
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/dirs-sys-f672936ea05d7943/lib-dirs_sys-f672936ea05d7943
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/libc-6eb105995e35c0fc/lib-libc-6eb105995e35c0fc
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/libc-1de4e56266186725/run-build-script-build_script_build-1de4e56266186725
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/libc-9ff31130d9ff0c27/build-script-build_script_build-9ff31130d9ff0c27
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/gfx-d7c5b705c7add188/lib-gfx-d7c5b705c7add188
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/draw_state-5ab598b6a9f5292a/lib-draw_state-5ab598b6a9f5292a
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/gfx_core-37128394ee0c22df/lib-gfx_core-37128394ee0c22df
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/log-ebd103673242cf23/lib-log-ebd103673242cf23
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/log-494ac4f84aad7c56/run-build-script-build_script_build-494ac4f84aad7c56
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/log-66eb73dcae363413/build-script-build_script_build-66eb73dcae363413
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/gfx_device_gl-92be96218832226e/lib-gfx_device_gl-92be96218832226e
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/gfx_gl-580ef97cf14fd4df/lib-gfx_gl-580ef97cf14fd4df
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/gfx_gl-8812b514cd3a6146/run-build-script-build_script_build-8812b514cd3a6146
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/gfx_gl-d75d72fdacdb2a41/build-script-build_script_build-d75d72fdacdb2a41
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/gl_generator-e1b55ecb74fb0f37/lib-gl_generator-e1b55ecb74fb0f37
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/khronos_api-7c27550b2bce82e6/lib-khronos_api-7c27550b2bce82e6
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/khronos_api-b63c153444a5dcac/run-build-script-build_script_build-b63c153444a5dcac
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/khronos_api-21f39f164636b119/build-script-build_script_build-21f39f164636b119
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/xml-rs-3862ba084f991dbf/lib-xml-3862ba084f991dbf
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/gfx_window_glutin-21f63a4911a57bfc/lib-gfx_window_glutin-21f63a4911a57bfc
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/glutin-7ecd039647cfd0c5/lib-glutin-7ecd039647cfd0c5
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/glutin_egl_sys-0a053d5dfc33147a/lib-glutin_egl_sys-0a053d5dfc33147a
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/glutin_egl_sys-b0e05c10a06e9d5d/run-build-script-build_script_build-b0e05c10a06e9d5d
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/glutin_egl_sys-4f1e8c329242d37e/build-script-build_script_build-4f1e8c329242d37e
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/gl_generator-1f69d441bc991a32/lib-gl_generator-1f69d441bc991a32
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/glutin_glx_sys-f1c403ac62b061ab/lib-glutin_glx_sys-f1c403ac62b061ab
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/glutin_glx_sys-35a96d43e91a2970/run-build-script-build_script_build-35a96d43e91a2970
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/glutin_glx_sys-69e40218e11c0478/build-script-build_script_build-69e40218e11c0478
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/x11-dl-4c17c7f1db7877d0/lib-x11_dl-4c17c7f1db7877d0
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/lazy_static-391aade6eb13671f/lib-lazy_static-391aade6eb13671f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/maybe-uninit-956f7f25dfb7ff92/lib-maybe_uninit-956f7f25dfb7ff92
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/maybe-uninit-96e32799165ed821/run-build-script-build_script_build-96e32799165ed821
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/maybe-uninit-9758f381a19d17c1/build-script-build_script_build-9758f381a19d17c1
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/x11-dl-3760c181f8385dae/run-build-script-build_script_build-3760c181f8385dae
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/x11-dl-a09071345eb8e091/build-script-build_script_build-a09071345eb8e091
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/pkg-config-45a465df168661ba/lib-pkg_config-45a465df168661ba
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/libloading-cc808751829e6482/lib-libloading-cc808751829e6482
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/libloading-25098a64b68aaf82/run-build-script-build_script_build-25098a64b68aaf82
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/libloading-85ff5fd88a5d3f5c/build-script-build_script_build-85ff5fd88a5d3f5c
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/cc-d3dc9b89d53bcb97/lib-cc-d3dc9b89d53bcb97
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/osmesa-sys-8f92cde5b1785b54/lib-osmesa_sys-8f92cde5b1785b54
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/shared_library-1439f5138d8bf85d/lib-shared_library-1439f5138d8bf85d
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/wayland-client-d8fa5b1f3e48c864/lib-wayland_client-d8fa5b1f3e48c864
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/downcast-rs-77afe5a5ac4c3052/lib-downcast_rs-77afe5a5ac4c3052
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/nix-425b6c07277230c6/lib-nix-425b6c07277230c6
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/nix-bb84374458d2664c/run-build-script-build_script_build-bb84374458d2664c
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/nix-f903cffe8df46655/build-script-build_script_build-f903cffe8df46655
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/void-aa7a6aa2d7387fdf/lib-void-aa7a6aa2d7387fdf
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/wayland-client-a1257ab50168d084/run-build-script-build_script_build-a1257ab50168d084
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/wayland-client-7c49b6068cd02548/build-script-build_script_build-7c49b6068cd02548
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/wayland-scanner-68335ef3700d1182/lib-wayland_scanner-68335ef3700d1182
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/proc-macro2-cdcfc5e57c2e49b1/lib-proc_macro2-cdcfc5e57c2e49b1
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/proc-macro2-d045565219f464e7/run-build-script-build_script_build-d045565219f464e7
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/proc-macro2-00c6299da30e565f/build-script-build_script_build-00c6299da30e565f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/unicode-xid-b1146f303befb02a/lib-unicode_xid-b1146f303befb02a
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/quote-8c7528f7c22bb036/lib-quote-8c7528f7c22bb036
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/wayland-commons-f87491026fbcccce/lib-wayland_commons-f87491026fbcccce
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/wayland-sys-8856ebce6320d9db/lib-wayland_sys-8856ebce6320d9db
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/dlib-6305aace5006d977/lib-dlib-6305aace5006d977
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/winit-d2f56a02b985e4ce/lib-winit-d2f56a02b985e4ce
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/parking_lot-b406b0699caba2de/lib-parking_lot-b406b0699caba2de
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/lock_api-cad19eecdac13863/lib-lock_api-cad19eecdac13863
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/scopeguard-351f5ec71da4f507/lib-scopeguard-351f5ec71da4f507
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/parking_lot-2f76c3b4198a1ba1/run-build-script-build_script_build-2f76c3b4198a1ba1
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/parking_lot-15c24d4cf456aec2/build-script-build_script_build-15c24d4cf456aec2
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rustc_version-88247c3de30f0ee1/lib-rustc_version-88247c3de30f0ee1
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/semver-d888a02faa274985/lib-semver-d888a02faa274985
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/semver-parser-2c2f2357ab080317/lib-semver_parser-2c2f2357ab080317
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/serde-b96918d59377d134/lib-serde-b96918d59377d134
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/serde-41e3cb5ec8da2a8f/run-build-script-build_script_build-41e3cb5ec8da2a8f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/serde-c7f8090d1b4ab51d/build-script-build_script_build-c7f8090d1b4ab51d
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/parking_lot_core-77be5521939d4aed/lib-parking_lot_core-77be5521939d4aed
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/parking_lot_core-e4f2d679023338ae/run-build-script-build_script_build-e4f2d679023338ae
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/parking_lot_core-43255a50f986a01d/build-script-build_script_build-43255a50f986a01d
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/smallvec-d6c301d546c5e093/lib-smallvec-d6c301d546c5e093
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/percent-encoding-e3096d9e832cb5e1/lib-percent_encoding-e3096d9e832cb5e1
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/raw-window-handle-7922b5afc3522373/lib-raw_window_handle-7922b5afc3522373
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/smithay-client-toolkit-505e3003655841af/lib-smithay_client_toolkit-505e3003655841af
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/andrew-4f2b71e2bc83fd92/lib-andrew-4f2b71e2bc83fd92
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/line_drawing-5464dcf32145f1ea/lib-line_drawing-5464dcf32145f1ea
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rusttype-5979edb94c68da16/lib-rusttype-5979edb94c68da16
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rusttype-65b186d1c76c8bd1/lib-rusttype-65b186d1c76c8bd1
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/arrayvec-fd2bd01b9458288f/lib-arrayvec-fd2bd01b9458288f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/crossbeam-deque-152fc4cf0da1ddcd/lib-crossbeam_deque-152fc4cf0da1ddcd
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/crossbeam-epoch-aca8a4990096103b/lib-crossbeam_epoch-aca8a4990096103b
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/crossbeam-epoch-231974e5cdbc38cc/run-build-script-build_script_build-231974e5cdbc38cc
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/crossbeam-epoch-a162d839383fbcd8/build-script-build_script_build-a162d839383fbcd8
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/crossbeam-utils-869568d5e86450df/lib-crossbeam_utils-869568d5e86450df
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/crossbeam-utils-7e3d2a85de87d4f2/run-build-script-build_script_build-7e3d2a85de87d4f2
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/crossbeam-utils-0366f0be6ce1ff9d/build-script-build_script_build-0366f0be6ce1ff9d
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/memoffset-bec8620b141023e4/lib-memoffset-bec8620b141023e4
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/memoffset-5d608daea66bc1ce/run-build-script-build_script_build-5d608daea66bc1ce
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/memoffset-7b7fbc1a4e365968/build-script-build_script_build-7b7fbc1a4e365968
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/linked-hash-map-4e75d00dc9f6d46f/lib-linked_hash_map-4e75d00dc9f6d46f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num_cpus-01d1b110ebb181b0/lib-num_cpus-01d1b110ebb181b0
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/ordered-float-a66d73d457cea43c/lib-ordered_float-a66d73d457cea43c
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rustc-hash-3484a0eb4815be5f/lib-rustc_hash-3484a0eb4815be5f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/byteorder-489990a5c1a56222/lib-byteorder-489990a5c1a56222
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/byteorder-f4ed90a89dcb1657/run-build-script-build_script_build-f4ed90a89dcb1657
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/byteorder-c41f1eb86227b138/build-script-build_script_build-c41f1eb86227b138
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/stb_truetype-6f87e290867e3992/lib-stb_truetype-6f87e290867e3992
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/walkdir-2c3af9624bda76aa/lib-walkdir-2c3af9624bda76aa
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/same-file-e6ab7ed1811e7c0e/lib-same_file-e6ab7ed1811e7c0e
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/xdg-c9c4ba4c877dddfc/lib-xdg-c9c4ba4c877dddfc
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/memmap-adbfa60b75ad55a7/lib-memmap-adbfa60b75ad55a7
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/wayland-protocols-541b8a17daeae485/lib-wayland_protocols-541b8a17daeae485
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/wayland-protocols-9c970c59914a74d4/run-build-script-build_script_build-9c970c59914a74d4
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/wayland-protocols-8fd115cb8c95bfdf/build-script-build_script_build-8fd115cb8c95bfdf
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/ggez-28a5737ebdc8abe6/run-build-script-build_script_build-28a5737ebdc8abe6
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/ggez-50e4241c34b85c18/build-script-build_script_build-50e4241c34b85c18
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/skeptic-7719dae5a8ae836c/lib-skeptic-7719dae5a8ae836c
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/bytecount-72cf18f3e3d9d71a/lib-bytecount-72cf18f3e3d9d71a
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/cargo_metadata-00403a78f7883aed/lib-cargo_metadata-00403a78f7883aed
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/error-chain-479a19be9724e476/lib-error_chain-479a19be9724e476
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/backtrace-7092bebf8737c8f3/lib-backtrace-7092bebf8737c8f3
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/backtrace-sys-3396ff89ac9e0911/lib-backtrace_sys-3396ff89ac9e0911
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/backtrace-sys-ebfa6425a6e1ecee/run-build-script-build_script_build-ebfa6425a6e1ecee
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/backtrace-sys-fd5e0f1c19847a96/build-script-build_script_build-fd5e0f1c19847a96
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rustc-demangle-cc1ce9629b19d119/lib-rustc_demangle-cc1ce9629b19d119
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/error-chain-bad60689d10ca053/run-build-script-build_script_build-bad60689d10ca053
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/error-chain-8e8157b53f05c639/build-script-build_script_build-8e8157b53f05c639
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/version_check-791efb86c6fa399b/lib-version_check-791efb86c6fa399b
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/serde_derive-90e4b4df69e0d664/lib-serde_derive-90e4b4df69e0d664
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/proc-macro2-0adae15c47ac349d/lib-proc_macro2-0adae15c47ac349d
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/proc-macro2-8f55d5d16d6f6dff/run-build-script-build_script_build-8f55d5d16d6f6dff
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/proc-macro2-3cb9de81767bced3/build-script-build_script_build-3cb9de81767bced3
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/unicode-xid-4c8884ba6eec62cc/lib-unicode_xid-4c8884ba6eec62cc
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/quote-d44b613381617fbc/lib-quote-d44b613381617fbc
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/syn-c4c7d0b6cd432d84/lib-syn-c4c7d0b6cd432d84
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/syn-522bd16d4bc6e0fa/run-build-script-build_script_build-522bd16d4bc6e0fa
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/syn-9a18cb4e2ef53acd/build-script-build_script_build-9a18cb4e2ef53acd
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/serde_json-16cd95bc7df85b4e/lib-serde_json-16cd95bc7df85b4e
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/itoa-16683e33af577aec/lib-itoa-16683e33af577aec
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/ryu-543e81009426d332/lib-ryu-543e81009426d332
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/ryu-c4ba1f5fe3b3beba/run-build-script-build_script_build-c4ba1f5fe3b3beba
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/ryu-3a7d2d31c9a4e458/build-script-build_script_build-3a7d2d31c9a4e458
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/glob-0ff25feb7be9c18a/lib-glob-0ff25feb7be9c18a
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/pulldown-cmark-3a77505de6f7ff3b/lib-pulldown_cmark-3a77505de6f7ff3b
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/pulldown-cmark-46400f7e54a2f4b0/run-build-script-build_script_build-46400f7e54a2f4b0
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/pulldown-cmark-382e7dda69ddb5df/build-script-build_script_build-382e7dda69ddb5df
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/tempdir-01e162528c465476/lib-tempdir-01e162528c465476
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand-52bbca7c963850c2/lib-rand-52bbca7c963850c2
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/remove_dir_all-3e46bb97f67a1aa6/lib-remove_dir_all-3e46bb97f67a1aa6
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/gilrs-4a5a320091c3ba08/lib-gilrs-4a5a320091c3ba08
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/fnv-0dade416a740d2c9/lib-fnv-0dade416a740d2c9
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/gilrs-core-14b0164f1882bda8/lib-gilrs_core-14b0164f1882bda8
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/libudev-sys-ea0e5e6f95ba5e99/lib-libudev_sys-ea0e5e6f95ba5e99
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/libudev-sys-a98d567c5873113f/run-build-script-build_script_build-a98d567c5873113f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/libudev-sys-69ddee35f7049ce4/build-script-build_script_build-69ddee35f7049ce4
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/nix-2955bcc5e6f1ca14/lib-nix-2955bcc5e6f1ca14
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/nix-53b36f91448d1c4f/run-build-script-build_script_build-53b36f91448d1c4f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/nix-ebc3326fb57d84f4/build-script-build_script_build-ebc3326fb57d84f4
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/uuid-d7639ef9d760f886/lib-uuid-d7639ef9d760f886
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/vec_map-f13fdd4afc9ef73b/lib-vec_map-f13fdd4afc9ef73b
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/glyph_brush-81e34e2e194f19a8/lib-glyph_brush-81e34e2e194f19a8
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/glyph_brush-585770da91f51fef/lib-glyph_brush-585770da91f51fef
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/glyph_brush_layout-61be225be7919c09/lib-glyph_brush_layout-61be225be7919c09
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/xi-unicode-80d4f7be050100e0/lib-xi_unicode-80d4f7be050100e0
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/twox-hash-a89fa7f354e81307/lib-twox_hash-a89fa7f354e81307
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand-9665de0854c581d0/lib-rand-9665de0854c581d0
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/getrandom-bd844cdf91930cf5/lib-getrandom-bd844cdf91930cf5
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/getrandom-7aa03e56c29f8ea9/run-build-script-build_script_build-7aa03e56c29f8ea9
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/getrandom-d1c5b796ffd43e55/build-script-build_script_build-d1c5b796ffd43e55
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_chacha-a33faae735e66101/lib-rand_chacha-a33faae735e66101
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/c2-chacha-cc5e562a229102ff/lib-c2_chacha-cc5e562a229102ff
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/ppv-lite86-db3ee4f1af9187f8/lib-ppv_lite86-db3ee4f1af9187f8
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_core-c05c8942cc8666e6/lib-rand_core-c05c8942cc8666e6
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/image-0c1fc761c303ed27/lib-image-0c1fc761c303ed27
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/gif-7d93065a4da6fa05/lib-gif-7d93065a4da6fa05
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/color_quant-b2bd20aa59a0f75f/lib-color_quant-b2bd20aa59a0f75f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/lzw-c10a32f4b09483ec/lib-lzw-c10a32f4b09483ec
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/jpeg-decoder-a85fa06af4247d81/lib-jpeg_decoder-a85fa06af4247d81
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-iter-687ce4637c2ced31/lib-num_iter-687ce4637c2ced31
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-integer-bcc426d4bdff55f9/lib-num_integer-bcc426d4bdff55f9
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-integer-00148bacb292e93c/run-build-script-build_script_build-00148bacb292e93c
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-integer-df2191e5bad92d9f/build-script-build_script_build-df2191e5bad92d9f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-iter-d815914904af588c/run-build-script-build_script_build-d815914904af588c
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-iter-57cb6c12465ecac5/build-script-build_script_build-57cb6c12465ecac5
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-rational-7ec665bf686ec12e/lib-num_rational-7ec665bf686ec12e
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-rational-b8723be817ad4126/run-build-script-build_script_build-b8723be817ad4126
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-rational-7e759e7440ebc374/build-script-build_script_build-7e759e7440ebc374
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/png-d6c557676b7cad4d/lib-png-d6c557676b7cad4d
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/crc32fast-9cdc870c1d86117e/lib-crc32fast-9cdc870c1d86117e
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/crc32fast-74c794b431397070/run-build-script-build_script_build-74c794b431397070
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/crc32fast-7cdd52becfe4f4dd/build-script-build_script_build-7cdd52becfe4f4dd
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/deflate-47675e33eea1626d/lib-deflate-47675e33eea1626d
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/adler32-258e91ba13c3edeb/lib-adler32-258e91ba13c3edeb
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/inflate-bd798b9e66c0f6b3/lib-inflate-bd798b9e66c0f6b3
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/tiff-2ccefc40bd177888/lib-tiff-2ccefc40bd177888
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-derive-bce09e60d2e37ec1/lib-num_derive-bce09e60d2e37ec1
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-derive-0a16ae0399d890fc/run-build-script-build_script_build-0a16ae0399d890fc
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-derive-9032d6e5a3539377/build-script-build_script_build-9032d6e5a3539377
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/syn-1ac03167c07e61c8/lib-syn-1ac03167c07e61c8
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/syn-c2bd188ecf401082/run-build-script-build_script_build-c2bd188ecf401082
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/syn-4a3777302f22b3bd/build-script-build_script_build-4a3777302f22b3bd
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/lyon-f1005ff2f35419f2/lib-lyon-f1005ff2f35419f2
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/lyon_algorithms-130afc726fb8b09a/lib-lyon_algorithms-130afc726fb8b09a
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/lyon_path-e083e9a1d9ed5b62/lib-lyon_path-e083e9a1d9ed5b62
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/lyon_geom-31550709fea97540/lib-lyon_geom-31550709fea97540
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/arrayvec-6def9cdcc6257a1c/lib-arrayvec-6def9cdcc6257a1c
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/arrayvec-1b9693a5813766e1/run-build-script-build_script_build-1b9693a5813766e1
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/arrayvec-ec143cee19baf90f/build-script-build_script_build-ec143cee19baf90f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/nodrop-2ea8398b62fb9ce7/lib-nodrop-2ea8398b62fb9ce7
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/euclid-1eaa0ac4f8f65a92/lib-euclid-1eaa0ac4f8f65a92
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/euclid_macros-61d401b1d708cd13/lib-euclid_macros-61d401b1d708cd13
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/sid-fe8c25f5497ac91e/lib-sid-fe8c25f5497ac91e
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-traits-bdd92123db591bfa/lib-num_traits-bdd92123db591bfa
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/lyon_tessellation-7feeb0730d1e2112/lib-lyon_tessellation-7feeb0730d1e2112
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/mint-0cf1c598af763030/lib-mint-0cf1c598af763030
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/nalgebra-af9ab9d95bf97914/lib-nalgebra-af9ab9d95bf97914
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/alga-864a5aa2ab5a09c3/lib-alga-864a5aa2ab5a09c3
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/libm-5e8e03eb5486c62f/lib-libm-5e8e03eb5486c62f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/libm-33af743f76f9102a/run-build-script-build_script_build-33af743f76f9102a
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/libm-50a541963f1039df/build-script-build_script_build-50a541963f1039df
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-complex-82179c48d6f17b66/lib-num_complex-82179c48d6f17b66
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-complex-0615154ff080c133/run-build-script-build_script_build-0615154ff080c133
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/num-complex-a59023d1d632e272/build-script-build_script_build-a59023d1d632e272
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/generic-array-78f3ca0787872ef3/lib-generic_array-78f3ca0787872ef3
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/typenum-7c3fd2e774d6c1bd/lib-typenum-7c3fd2e774d6c1bd
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/typenum-c18d4319f35032b7/run-build-script-build_script_main-c18d4319f35032b7
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/typenum-205eb9deb16f7d9d/build-script-build_script_main-205eb9deb16f7d9d
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/matrixmultiply-5feff68f809e0f84/lib-matrixmultiply-5feff68f809e0f84
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rawpointer-2035c5ecbaa126f4/lib-rawpointer-2035c5ecbaa126f4
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand-d3d6a6fa6f24f92d/lib-rand-d3d6a6fa6f24f92d
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand-5ee964887006e4f5/run-build-script-build_script_build-5ee964887006e4f5
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand-422c78a38e550230/build-script-build_script_build-422c78a38e550230
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_chacha-981a96640a0ec376/lib-rand_chacha-981a96640a0ec376
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_chacha-68094caf8968cb9e/run-build-script-build_script_build-68094caf8968cb9e
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_chacha-f71e4632188aa325/build-script-build_script_build-f71e4632188aa325
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_core-897937811dec9851/lib-rand_core-897937811dec9851
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_core-67ffda461b07fdca/lib-rand_core-67ffda461b07fdca
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_hc-d658e77193cf38cb/lib-rand_hc-d658e77193cf38cb
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_isaac-c1a05c6bf8094a49/lib-rand_isaac-c1a05c6bf8094a49
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_jitter-d82c33df50ad37fb/lib-rand_jitter-d82c33df50ad37fb
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_os-844c8af82e77287f/lib-rand_os-844c8af82e77287f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_pcg-43648c35e5efbed9/lib-rand_pcg-43648c35e5efbed9
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_pcg-d80150d743bcec77/run-build-script-build_script_build-d80150d743bcec77
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_pcg-f22c79787a60d96c/build-script-build_script_build-f22c79787a60d96c
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rand_xorshift-e342f8a7f8d5c7a2/lib-rand_xorshift-e342f8a7f8d5c7a2
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/rodio-20b92c9ceda2b69c/lib-rodio-20b92c9ceda2b69c
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/claxon-96cec5de199a4a6b/lib-claxon-96cec5de199a4a6b
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/cpal-90ca380fbfd04dc0/lib-cpal-90ca380fbfd04dc0
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/alsa-sys-870661ed8c38ece7/lib-alsa_sys-870661ed8c38ece7
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/alsa-sys-46aa7e4f30a8939d/run-build-script-build_script_build-46aa7e4f30a8939d
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/alsa-sys-7fd83ae3c4c732f6/build-script-build_script_build-7fd83ae3c4c732f6
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/hound-a6e0994e2069261e/lib-hound-a6e0994e2069261e
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/lewton-50ab81be6073ad3f/lib-lewton-50ab81be6073ad3f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/ogg-f9c9ea721cda3816/lib-ogg-f9c9ea721cda3816
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/minimp3-57dc857fc61e7ec4/lib-minimp3-57dc857fc61e7ec4
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/minimp3-sys-fa0a97f00040ea5b/lib-minimp3_sys-fa0a97f00040ea5b
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/minimp3-sys-137369fe59ad3405/run-build-script-build_script_build-137369fe59ad3405
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/minimp3-sys-e6948948e9a97524/build-script-build_script_build-e6948948e9a97524
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/slice-deque-cd7ef8a20758000f/lib-slice_deque-cd7ef8a20758000f
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/smart-default-f54708b2da4bef37/lib-smart_default-f54708b2da4bef37
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/toml-db4c31aff4f111ce/lib-toml-db4c31aff4f111ce
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/zip-8b0d21f1b4318f90/lib-zip-8b0d21f1b4318f90
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/bzip2-b40a920bd573c447/lib-bzip2-b40a920bd573c447
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/bzip2-sys-5cc681ec89a0a86c/lib-bzip2_sys-5cc681ec89a0a86c
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/bzip2-sys-a2d493ca4c146e76/run-build-script-build_script_build-a2d493ca4c146e76
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/bzip2-sys-c90a4b0256890a6e/build-script-build_script_build-c90a4b0256890a6e
[2020-02-25T14:54:22Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/ggez/target/debug/.fingerprint/podio-96e11b2dc6f76281/lib-podio-96e11b2dc6f76281
warning: unused imports: `Deserialize`, `Serialize`
 --> src/graphics/types.rs:4:13
  |
4 | use serde::{Serialize, Deserialize};
  |             ^^^^^^^^^  ^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
  --> src/error.rs:93:57
   |
93 |         let errstr = format!("TOML decode error: {}", e.description());
   |                                                         ^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
   --> src/error.rs:101:71
    |
101 |         let errstr = format!("TOML error (possibly encoding?): {}", e.description());
    |                                                                       ^^^^^^^^^^^

warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
   --> src/error.rs:108:49
    |
108 |         let errstr = format!("Zip error: {}", e.description());
    |                                                 ^^^^^^^^^^^

warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
   --> src/error.rs:122:56
    |
122 |         let errstr = format!("Image load error: {}", e.description());
    |                                                        ^^^^^^^^^^^

warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
   --> src/error.rs:159:63
    |
159 |         let errstr = format!("Texture+view load error: {}", e.description());
    |                                                               ^^^^^^^^^^^

warning: type alias is never used: `Vec3`
 --> src/graphics/drawparam.rs:5:1
  |
5 | type Vec3 = na::Vector3<f32>;
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(dead_code)]` on by default

    Finished dev [unoptimized + debuginfo] target(s) in 0.11s

@bestouff
Copy link
Author

(This is a second cargo +nightly build in ggez)

@ehuss
Copy link
Contributor

ehuss commented Feb 26, 2020

@bestouff the logs you posted don't show anything being rebuilt.

@bestouff
Copy link
Author

Oh sorry, I checked too fast. I'll try to reproduce it with something else.

@bestouff
Copy link
Author

bestouff commented Feb 29, 2020

Here we are, this time using https://github.com/kaksmet/jpeg-decoder 83368db73c65e8265628a4161e8d7922e1e8c44e
This is the second build.

[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/jpeg-decoder-f8f59ca3a23fdf11/lib-jpeg_decoder-f8f59ca3a23fdf11
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.4" precalculated="1.3.4"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.4" is "/home/xav/rust/jpeg-decoder/target/debug/build/byteorder-66d1f72a86fb5462/build_script_build-66d1f72a86fb5462" 1582985605.842972559s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/byteorder-66d1f72a86fb5462/dep-build-script-build_script_build-66d1f72a86fb5462" mtime=1582985605.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.4"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.4" is "/home/xav/rust/jpeg-decoder/target/debug/build/byteorder-aca30e88f52d4dd8/output" 1582985606.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.4"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.4" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libbyteorder-d032016d90e46e33.rlib" 1582985606.730974195s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/byteorder-d032016d90e46e33/dep-lib-byteorder-d032016d90e46e33" mtime=1582985606.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.4"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libcfg_if-221317197d8c74a9.rlib" 1582985604.322969632s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/cfg-if-221317197d8c74a9/dep-lib-cfg_if-221317197d8c74a9" mtime=1582985604.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.2" precalculated="0.8.2"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.0" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libautocfg-3bb3a3ca14bc83cb.rlib" 1582985605.230971399s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/autocfg-3bb3a3ca14bc83cb/dep-lib-autocfg-3bb3a3ca14bc83cb" mtime=1582985604.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.2" is "/home/xav/rust/jpeg-decoder/target/debug/build/crossbeam-epoch-7d0f949bc254b467/build_script_build-7d0f949bc254b467" 1582985605.662972217s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-epoch-7d0f949bc254b467/dep-build-script-build_script_build-7d0f949bc254b467" mtime=1582985605.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.2"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.2" is "/home/xav/rust/jpeg-decoder/target/debug/build/crossbeam-epoch-02d744c096643f61/output" 1582985606.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.2"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2" precalculated="0.7.2"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2" is "/home/xav/rust/jpeg-decoder/target/debug/build/crossbeam-utils-0dd206f5e0dd11b1/build_script_build-0dd206f5e0dd11b1" 1582985605.606972112s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-utils-0dd206f5e0dd11b1/dep-build-script-build_script_build-0dd206f5e0dd11b1" mtime=1582985605.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2" is "/home/xav/rust/jpeg-decoder/target/debug/build/crossbeam-utils-e59996f305b89102/output" 1582985605.000000000s
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] dependency on `2639285746271269761` is newer than we are 1582985605.606972112s > 1582985605.000000000s "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0" is "/home/xav/rust/jpeg-decoder/target/debug/deps/liblazy_static-391aade6eb13671f.rlib" 1582985604.270969531s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/lazy_static-391aade6eb13671f/dep-lib-lazy_static-391aade6eb13671f" mtime=1582985604.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libcrossbeam_utils-7106f9554b863b39.rlib" 1582985607.074974821s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0" precalculated="2.0.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0" is "/home/xav/rust/jpeg-decoder/target/debug/build/maybe-uninit-9758f381a19d17c1/build_script_build-9758f381a19d17c1" 1582985604.822970613s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/maybe-uninit-9758f381a19d17c1/dep-build-script-build_script_build-9758f381a19d17c1" mtime=1582985604.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0" is "/home/xav/rust/jpeg-decoder/target/debug/build/maybe-uninit-96e32799165ed821/output" 1582985605.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libmaybe_uninit-956f7f25dfb7ff92.rlib" 1582985605.654972202s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/maybe-uninit-956f7f25dfb7ff92/dep-lib-maybe_uninit-956f7f25dfb7ff92" mtime=1582985605.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3" precalculated="0.5.3"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libsemver_parser-2c2f2357ab080317.rlib" 1582985605.230971399s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/semver-parser-2c2f2357ab080317/dep-lib-semver_parser-2c2f2357ab080317" mtime=1582985604.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libsemver-2aae0d0d74d84bf6.rlib" 1582985606.070972987s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/semver-2aae0d0d74d84bf6/dep-lib-semver-2aae0d0d74d84bf6" mtime=1582985605.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.9.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3" is "/home/xav/rust/jpeg-decoder/target/debug/deps/librustc_version-b61985bcab992511.rlib" 1582985606.350973499s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/rustc_version-b61985bcab992511/dep-lib-rustc_version-b61985bcab992511" mtime=1582985605.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.2.3"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3" is "/home/xav/rust/jpeg-decoder/target/debug/build/memoffset-d291994cf70d7813/build_script_build-d291994cf70d7813" 1582985606.978974649s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/memoffset-d291994cf70d7813/dep-build-script-build_script_build-d291994cf70d7813" mtime=1582985606.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3" is "/home/xav/rust/jpeg-decoder/target/debug/build/memoffset-8c89cd2a805e99d9/output" 1582985606.000000000s
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] dependency on `16430383031462514138` is newer than we are 1582985606.978974649s > 1582985606.000000000s "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libmemoffset-da3eb55eb89bfaa3.rlib" 1582985607.066974807s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libscopeguard-f9ea30d858c589a4.rlib" 1582985604.902970770s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/scopeguard-f9ea30d858c589a4/dep-lib-scopeguard-f9ea30d858c589a4" mtime=1582985604.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.2" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libcrossbeam_epoch-e1615d62461addc0.rlib" 1582985607.566975690s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.7.3" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libcrossbeam_deque-33aba32285861eeb.rlib" 1582985607.618975782s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.5.3" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libeither-b55cc2e7936d51fc.rlib" 1582985605.338971603s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/either-b55cc2e7936d51fc/dep-lib-either-b55cc2e7936d51fc" mtime=1582985605.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.5.3"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.2.1" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libcrossbeam_queue-7a05773a7a055a89.rlib" 1582985606.922974547s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] old local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.67" precalculated="0.2.67"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.67" is "/home/xav/rust/jpeg-decoder/target/debug/build/libc-3d35f2bd3f0ad775/build_script_build-3d35f2bd3f0ad775" 1582985605.002970966s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/libc-3d35f2bd3f0ad775/dep-build-script-build_script_build-3d35f2bd3f0ad775" mtime=1582985604.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.67"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.67" is "/home/xav/rust/jpeg-decoder/target/debug/build/libc-fa912be568aca87d/output" 1582985605.000000000s
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] dependency on `17901661587314832111` is newer than we are 1582985605.002970966s > 1582985605.000000000s "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.67"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.67" is "/home/xav/rust/jpeg-decoder/target/debug/deps/liblibc-af43e5884befe7b6.rlib" 1582985606.886974482s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.12.0" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libnum_cpus-07a6d8c3ee175620.rlib" 1582985607.242975118s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0" is "/home/xav/rust/jpeg-decoder/target/debug/build/rayon-core-6fa27b17a10e49be/build_script_build-6fa27b17a10e49be" 1582985605.170971285s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] all paths up-to-date relative to "/home/xav/rust/jpeg-decoder/target/debug/.fingerprint/rayon-core-6fa27b17a10e49be/dep-build-script-build_script_build-6fa27b17a10e49be" mtime=1582985604.000000000s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] filesystem up-to-date "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0" is "/home/xav/rust/jpeg-decoder/target/debug/build/rayon-core-a11e2723f3d76f50/output" 1582985605.000000000s
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] dependency on `16623886902079756197` is newer than we are 1582985605.170971285s > 1582985605.000000000s "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0" is "/home/xav/rust/jpeg-decoder/target/debug/deps/librayon_core-c10abb2e8a6f4812.rlib" 1582985608.458977237s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0" is "/home/xav/rust/jpeg-decoder/target/debug/deps/librayon-f06ad43e25675900.rlib" 1582985611.002981379s
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/home/xav/rust/jpeg-decoder" is "/home/xav/rust/jpeg-decoder/target/debug/deps/libjpeg_decoder-f8f59ca3a23fdf11.rlib" 1582985612.230983221s
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for jpeg-decoder v0.1.18 (/home/xav/rust/jpeg-decoder)/Build/Target { ..: lib_target("jpeg-decoder", ["lib"], "/home/xav/rust/jpeg-decoder/src/lib.rs", Edition2015) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/byteorder-d032016d90e46e33/lib-byteorder-d032016d90e46e33
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/byteorder-aca30e88f52d4dd8/run-build-script-build_script_build-aca30e88f52d4dd8
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/byteorder-66d1f72a86fb5462/build-script-build_script_build-66d1f72a86fb5462
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/rayon-f06ad43e25675900/lib-rayon-f06ad43e25675900
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for rayon v1.3.0/Build/Target { ..: lib_target("rayon", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/lib.rs", Edition2018) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-deque-33aba32285861eeb/lib-crossbeam_deque-33aba32285861eeb
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for crossbeam-deque v0.7.3/Build/Target { ..: lib_target("crossbeam-deque", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.7.3/src/lib.rs", Edition2015) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-epoch-e1615d62461addc0/lib-crossbeam_epoch-e1615d62461addc0
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for crossbeam-epoch v0.8.2/Build/Target { ..: lib_target("crossbeam-epoch", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.2/src/lib.rs", Edition2015) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/cfg-if-221317197d8c74a9/lib-cfg_if-221317197d8c74a9
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-epoch-02d744c096643f61/run-build-script-build_script_build-02d744c096643f61
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-epoch-7d0f949bc254b467/build-script-build_script_build-7d0f949bc254b467
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/autocfg-3bb3a3ca14bc83cb/lib-autocfg-3bb3a3ca14bc83cb
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-utils-7106f9554b863b39/lib-crossbeam_utils-7106f9554b863b39
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for crossbeam-utils v0.7.2/Build/Target { ..: lib_target("crossbeam-utils", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2/src/lib.rs", Edition2015) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-utils-e59996f305b89102/run-build-script-build_script_build-e59996f305b89102
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for crossbeam-utils v0.7.2/RunCustomBuild/Target { ..: custom_build_target("build-script-build", "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2/build.rs", Edition2015) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-utils-0dd206f5e0dd11b1/build-script-build_script_build-0dd206f5e0dd11b1
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/lazy_static-391aade6eb13671f/lib-lazy_static-391aade6eb13671f
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/maybe-uninit-956f7f25dfb7ff92/lib-maybe_uninit-956f7f25dfb7ff92
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/maybe-uninit-96e32799165ed821/run-build-script-build_script_build-96e32799165ed821
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/maybe-uninit-9758f381a19d17c1/build-script-build_script_build-9758f381a19d17c1
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/memoffset-da3eb55eb89bfaa3/lib-memoffset-da3eb55eb89bfaa3
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for memoffset v0.5.3/Build/Target { ..: lib_target("memoffset", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3/src/lib.rs", Edition2015) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/memoffset-8c89cd2a805e99d9/run-build-script-build_script_build-8c89cd2a805e99d9
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for memoffset v0.5.3/RunCustomBuild/Target { ..: custom_build_target("build-script-build", "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.3/build.rs", Edition2015) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/memoffset-d291994cf70d7813/build-script-build_script_build-d291994cf70d7813
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/rustc_version-b61985bcab992511/lib-rustc_version-b61985bcab992511
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/semver-2aae0d0d74d84bf6/lib-semver-2aae0d0d74d84bf6
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/semver-parser-2c2f2357ab080317/lib-semver_parser-2c2f2357ab080317
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/scopeguard-f9ea30d858c589a4/lib-scopeguard-f9ea30d858c589a4
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/either-b55cc2e7936d51fc/lib-either-b55cc2e7936d51fc
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/rayon-core-c10abb2e8a6f4812/lib-rayon_core-c10abb2e8a6f4812
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for rayon-core v1.7.0/Build/Target { ..: lib_target("rayon-core", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/lib.rs", Edition2018) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-queue-7a05773a7a055a89/lib-crossbeam_queue-7a05773a7a055a89
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for crossbeam-queue v0.2.1/Build/Target { ..: lib_target("crossbeam-queue", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.2.1/src/lib.rs", Edition2015) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/num_cpus-07a6d8c3ee175620/lib-num_cpus-07a6d8c3ee175620
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for num_cpus v1.12.0/Build/Target { ..: lib_target("num_cpus", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.12.0/src/lib.rs", Edition2015) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/libc-af43e5884befe7b6/lib-libc-af43e5884befe7b6
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for libc v0.2.67/Build/Target { ..: lib_target("libc", ["lib"], "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.67/src/lib.rs", Edition2015) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/libc-fa912be568aca87d/run-build-script-build_script_build-fa912be568aca87d
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for libc v0.2.67/RunCustomBuild/Target { ..: custom_build_target("build-script-build", "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.67/build.rs", Edition2015) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/libc-3d35f2bd3f0ad775/build-script-build_script_build-3d35f2bd3f0ad775
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/rayon-core-a11e2723f3d76f50/run-build-script-build_script_build-a11e2723f3d76f50
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint] fingerprint error for rayon-core v1.7.0/RunCustomBuild/Target { ..: custom_build_target("build-script-build", "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/build.rs", Edition2018) }
[2020-02-29T14:13:38Z INFO  cargo::core::compiler::fingerprint]     err: current filesystem status shows we're outdated
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/rayon-core-6fa27b17a10e49be/build-script-build_script_build-6fa27b17a10e49be
   Compiling libc v0.2.67
   Compiling rayon-core v1.7.0
   Compiling crossbeam-utils v0.7.2
   Compiling memoffset v0.5.3
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] new local fingerprints deps "/home/xav/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0"
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (8a1f327ed6a3820d) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/rayon-core-a11e2723f3d76f50/run-build-script-build_script_build-a11e2723f3d76f50
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (d837586c293ba46d) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/memoffset-8c89cd2a805e99d9/run-build-script-build_script_build-8c89cd2a805e99d9
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (89152bf8684abf46) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/libc-fa912be568aca87d/run-build-script-build_script_build-fa912be568aca87d
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (efabc803e716313b) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/memoffset-da3eb55eb89bfaa3/lib-memoffset-da3eb55eb89bfaa3
[2020-02-29T14:13:38Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (80ef99dee97d0e2c) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-utils-e59996f305b89102/run-build-script-build_script_build-e59996f305b89102
   Compiling crossbeam-epoch v0.8.2
   Compiling crossbeam-queue v0.2.1
[2020-02-29T14:13:39Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (15c6af8518eeea0) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-queue-7a05773a7a055a89/lib-crossbeam_queue-7a05773a7a055a89
[2020-02-29T14:13:39Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (6465cb0e3065e160) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-utils-7106f9554b863b39/lib-crossbeam_utils-7106f9554b863b39
   Compiling num_cpus v1.12.0
[2020-02-29T14:13:39Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (d345ed386f131609) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/libc-af43e5884befe7b6/lib-libc-af43e5884befe7b6
   Compiling crossbeam-deque v0.7.3
[2020-02-29T14:13:39Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (56de772f40d0c734) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-epoch-e1615d62461addc0/lib-crossbeam_epoch-e1615d62461addc0
[2020-02-29T14:13:39Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (428bc48fd3226d3a) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/crossbeam-deque-33aba32285861eeb/lib-crossbeam_deque-33aba32285861eeb
[2020-02-29T14:13:39Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (2e7b019ec76b2f0f) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/num_cpus-07a6d8c3ee175620/lib-num_cpus-07a6d8c3ee175620
   Compiling rayon v1.3.0
[2020-02-29T14:13:40Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (bf789ddd8788359f) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/rayon-core-c10abb2e8a6f4812/lib-rayon_core-c10abb2e8a6f4812
   Compiling jpeg-decoder v0.1.18 (/home/xav/rust/jpeg-decoder)
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
  --> src/error.rs:61:45
   |
61 |             Error::Io(ref err)       => err.description(),
   |                                             ^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
  --> src/error.rs:62:45
   |
62 |             Error::Internal(ref err) => err.description(),
   |                                             ^^^^^^^^^^^

[2020-02-29T14:13:43Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (44f40e24f4825191) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/rayon-f06ad43e25675900/lib-rayon-f06ad43e25675900
[2020-02-29T14:13:43Z DEBUG cargo::core::compiler::fingerprint] write fingerprint (dadec81a24c4b7bf) : /home/xav/rust/jpeg-decoder/target/debug/.fingerprint/jpeg-decoder-f8f59ca3a23fdf11/lib-jpeg_decoder-f8f59ca3a23fdf11
    Finished dev [unoptimized + debuginfo] target(s) in 4.90s

@ehuss
Copy link
Contributor

ehuss commented Feb 29, 2020

There are some strange mtimes being reported, where the fractional part is set to zero. Looking at libc which is triggering the rebuild here, the mtime for the output of its build script (target/debug/build/libc-fa912be568aca87d/output) is 1582985605.000000000. However, the mtime for the build script executable (target/debug/build/libc-3d35f2bd3f0ad775/build_script_build-3d35f2bd3f0ad775) is 1582985605.002970966.

Cargo does some stuff to modify mtimes, and for some reason either the value is set to 0, or is being erroneously reported as 0.

A few questions:

  • Do you have unstable.mtime_on_use set in any .cargo/config files (like in your home directory)? It's probably unrelated, but just want to make sure.
  • Is there anything special about your filesystem? Does it have any unusual options set? Can you run mount and check which flags are set? And check /etc/fstab, too.
  • If you haven't touched this project, yet, can you post the output of ls --full-time -R target. (Place it in a gist to make it easier to read than a comment here.)

Thanks! This is a bit of a puzzle.

@bestouff
Copy link
Author

Oh, one word: ecryptfs ...

@bestouff
Copy link
Author

bestouff commented Mar 1, 2020

  • My ~/.cargo/config is quite empty (only a token = something).
  • My filesystem is ecryptfs over ext4, here's the /etc/mtab line for my home dir:
/home/xav/.Private /home/xav ecryptfs rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=XXX,ecryptfs_sig=XXX,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs 0 0
  • directory listing here

@ehuss ehuss changed the title Cargo rebuilds when it shouldn't ecryptfs causes Cargo to rebuild when it shouldn't Jul 2, 2020
@ehuss ehuss added the A-filesystem Area: issues with filesystems label Jul 2, 2020
@t-nelson
Copy link

probably this ecryptfs bug. https://bugs.launchpad.net/ecryptfs/+bug/1890486

@epage
Copy link
Contributor

epage commented Nov 3, 2023

#6529 is one solution that would help with problems like this.

@epage epage added the S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix label Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-filesystem Area: issues with filesystems A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
Projects
None yet
Development

No branches or pull requests

4 participants