Last active
August 13, 2016 23:16
-
-
Save matklad/ba1dd1d2238e2dcb4aa29e8d1fc785c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> % RUST_LOG=debug $CA metadata --verbose ~/projects/tokio | |
DEBUG:cargo::core::workspace: find_root - trying /home/matklad/projects/Cargo.toml | |
DEBUG:cargo::core::workspace: find_root - trying /home/matklad/Cargo.toml | |
DEBUG:cargo::core::workspace: find_root - trying /home/Cargo.toml | |
DEBUG:cargo::core::workspace: find_root - trying /Cargo.toml | |
DEBUG:cargo::core::workspace: find_members - only me as a member | |
DEBUG:cargo::core::registry: load/missing file:///home/matklad/projects/tokio | |
DEBUG:cargo::sources::config: loading: file:///home/matklad/projects/tokio | |
DEBUG:cargo::core::resolver: initial activation: tokio v0.1.0 (file:///home/matklad/projects/tokio) | |
DEBUG:cargo::core::registry: load/missing https://github.com/carllerche/mio?branch=dev#c7b85ac7 | |
DEBUG:cargo::sources::config: loading: https://github.com/carllerche/mio?branch=dev#c7b85ac7 | |
self.ident = "mio-e79f285e2377d154" | |
Updating git repository `https://github.com/carllerche/mio` | |
INFO:cargo::sources::git::utils: reset /home/matklad/.cargo/git/checkouts/mio-e79f285e2377d154/dev/.git/ to c7b85ac7e1346d2f3b9b394e2f4222f02596e803 | |
INFO:cargo::sources::git::utils: update submodules for: "/home/matklad/.cargo/git/checkouts/mio-e79f285e2377d154/dev/" | |
DEBUG:cargo::core::registry: load/missing registry https://github.com/rust-lang/crates.io-index | |
DEBUG:cargo::sources::config: loading: registry https://github.com/rust-lang/crates.io-index | |
Blocking waiting for file lock on the registry index | |
DEBUG:cargo::core::registry: load/match registry https://github.com/rust-lang/crates.io-index | |
DEBUG:cargo::core::registry: load/match registry https://github.com/rust-lang/crates.io-index | |
DEBUG:cargo::core::registry: load/match registry https://github.com/rust-lang/crates.io-index | |
DEBUG:cargo::core::registry: load/missing https://github.com/carllerche/slab#5476efca | |
DEBUG:cargo::sources::config: loading: https://github.com/carllerche/slab#5476efca | |
self.ident = "slab-c1f174a592cfa9ef" | |
Updating git repository `https://github.com/carllerche/slab` | |
INFO:cargo::sources::git::utils: reset /home/matklad/.cargo/git/checkouts/slab-c1f174a592cfa9ef/master/.git/ to 5476efcafbc5ef4d7315b1bea3f756d8a1fe975e | |
INFO:cargo::sources::git::utils: update submodules for: "/home/matklad/.cargo/git/checkouts/slab-c1f174a592cfa9ef/master/" | |
DEBUG:cargo::core::registry: load/missing https://github.com/carllerche/bytes#be23af6b | |
DEBUG:cargo::sources::config: loading: https://github.com/carllerche/bytes#be23af6b | |
Blocking waiting for file lock on the git database | |
self.ident = "bytes-72cf269819849e12" | |
Blocking waiting for file lock on the git checkout | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> % rm -rf ~/.cargo/{registry,git} ~/projects/tokio | |
matklad@nixos [02:10:06 AM] [~/projects/tokio] [master] | |
-> % RUST_LOG=debug $CA metadata --verbose ~/projects/tokio | |
DEBUG:cargo::core::workspace: find_root - trying /home/matklad/projects/Cargo.toml | |
DEBUG:cargo::core::workspace: find_root - trying /home/matklad/Cargo.toml | |
DEBUG:cargo::core::workspace: find_root - trying /home/Cargo.toml | |
DEBUG:cargo::core::workspace: find_root - trying /Cargo.toml | |
DEBUG:cargo::core::workspace: find_members - only me as a member | |
DEBUG:cargo::core::registry: load/missing file:///home/matklad/projects/tokio | |
DEBUG:cargo::sources::config: loading: file:///home/matklad/projects/tokio | |
DEBUG:cargo::core::resolver: initial activation: tokio v0.1.0 (file:///home/matklad/projects/tokio) | |
DEBUG:cargo::core::registry: load/missing registry https://github.com/rust-lang/crates.io-index | |
DEBUG:cargo::sources::config: loading: registry https://github.com/rust-lang/crates.io-index | |
Updating registry `https://github.com/rust-lang/crates.io-index` | |
DEBUG:cargo::core::registry: load/match registry https://github.com/rust-lang/crates.io-index | |
DEBUG:cargo::core::registry: load/match registry https://github.com/rust-lang/crates.io-index | |
DEBUG:cargo::core::registry: load/missing https://github.com/carllerche/bytes#be23af6b | |
DEBUG:cargo::sources::config: loading: https://github.com/carllerche/bytes#be23af6b | |
self.ident = "bytes-72cf269819849e12" | |
Updating git repository `https://github.com/carllerche/bytes` | |
INFO:cargo::sources::git::utils: reset /home/matklad/.cargo/git/checkouts/bytes-72cf269819849e12/master/.git/ to be23af6bb7492d18ddc3696bac829d66db361ca7 | |
INFO:cargo::sources::git::utils: update submodules for: "/home/matklad/.cargo/git/checkouts/bytes-72cf269819849e12/master/" | |
DEBUG:cargo::core::registry: load/missing https://github.com/carllerche/mio?branch=dev#c7b85ac7 | |
DEBUG:cargo::sources::config: loading: https://github.com/carllerche/mio?branch=dev#c7b85ac7 | |
self.ident = "mio-e79f285e2377d154" | |
Blocking waiting for file lock on the git checkout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> % ls checkouts ~/.cargo/git | |
bytes-72cf269819849e12 mio-e79f285e2377d154 slab-c1f174a592cfa9ef | |
matklad@nixos [02:13:39 AM] [~/.cargo/git] | |
-> % ls checkouts/bytes-72cf269819849e12 ~/.cargo/git | |
master | |
matklad@nixos [02:13:44 AM] [~/.cargo/git] | |
-> % ls -all checkouts/bytes-72cf269819849e12 ~/.cargo/git | |
total 12 | |
drwxr-xr-x 3 matklad users 4096 Aug 14 02:10 . | |
drwxr-xr-x 5 matklad users 4096 Aug 14 02:10 .. | |
-rw-r--r-- 1 matklad users 0 Aug 14 02:10 .cargo-lock-bytes-72cf269819849e12-master | |
drwxr-xr-x 6 matklad users 4096 Aug 14 02:10 master | |
matklad@nixos [02:13:48 AM] [~/.cargo/git] | |
-> % ls -all checkouts/mio-e79f285e2377d154 ~/.cargo/git | |
total 12 | |
drwxr-xr-x 3 matklad users 4096 Aug 14 02:10 . | |
drwxr-xr-x 5 matklad users 4096 Aug 14 02:10 .. | |
-rw-r--r-- 1 matklad users 0 Aug 14 02:10 .cargo-lock-mio-e79f285e2377d154-dev | |
drwxr-xr-x 5 matklad users 4096 Aug 14 02:10 dev | |
matklad@nixos [02:13:52 AM] [~/.cargo/git] | |
-> % ls -all checkouts/slab-c1f174a592cfa9ef ~/.cargo/git | |
total 12 | |
drwxr-xr-x 3 matklad users 4096 Aug 14 02:10 . | |
drwxr-xr-x 5 matklad users 4096 Aug 14 02:10 .. | |
-rw-r--r-- 1 matklad users 0 Aug 14 02:10 .cargo-lock-slab-c1f174a592cfa9ef-master | |
drwxr-xr-x 4 matklad users 4096 Aug 14 02:10 master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment