Skip to content

Instantly share code, notes, and snippets.

@luser
Last active February 26, 2019 14:32
Show Gist options
  • Save luser/34327d5c4f5f1edd4533299becb62b78 to your computer and use it in GitHub Desktop.
Save luser/34327d5c4f5f1edd4533299becb62b78 to your computer and use it in GitHub Desktop.

Sample sccache logs

These are logs from using sccache as a compiler wrapper to build this simple Rust crate.

sccache-env-logger.log was produced from the master branch of sccache, while sccache-tokio-trace.log was produced from the tokio-trace branch.

The logs were produced by running these commands:

git clone https://github.com/luser/snippet
cd snippet
RUST_LOG=sccache=trace SCCACHE_START_SERVER=1 SCCACHE_NO_DAEMON=1 sccache > /tmp/sccache.log 2>&1
cargo clean; CARGO_INCREMENTAL=0 RUSTC_WRAPPER=sccache cargo build

The default log files contain ANSI color escape codes. The -plain.log files have those escape codes stripped and are plain text. The .html files were generated by running the log files through ansi-to-html -n.

TRACE 2019-02-26T14:16:58Z: sccache::cmdline: parse
DEBUG 2019-02-26T14:16:58Z: sccache::config: Attempting to read config file at "/Users/luser/Library/Preferences/Mozilla.sccache/config"
DEBUG 2019-02-26T14:16:58Z: sccache::config: Couldn't open config file: No such file or directory (os error 2)
TRACE 2019-02-26T14:16:58Z: sccache::commands: Command::InternalStartServer
INFO 2019-02-26T14:16:58Z: sccache::server: start_server: port: 4226
INFO 2019-02-26T14:16:58Z: sccache::cache::cache: No configured caches successful, falling back to default
TRACE 2019-02-26T14:16:58Z: sccache::cache::cache: Using DiskCache("/Users/luser/Library/Caches/Mozilla.sccache", 10737418240)
INFO 2019-02-26T14:16:58Z: sccache::server: server started, listening on port 4226
TRACE 2019-02-26T14:17:06Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:06Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:06Z: sccache::server: handle_client: compile
TRACE 2019-02-26T14:17:06Z: sccache::server: compiler_info
TRACE 2019-02-26T14:17:06Z: sccache::server: compiler_info cache miss
TRACE 2019-02-26T14:17:06Z: sccache::compiler::compiler: detect_compiler: /Users/luser/.cargo/bin/rustc
DEBUG 2019-02-26T14:17:06Z: sccache::compiler::compiler: Found rustc
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 35 files in 0.060 s
DEBUG 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler
DEBUG 2019-02-26T14:17:07Z: sccache::server: parse_arguments: CannotCache(-): ["-", "--crate-name", "___", "--print=file-names", "--crate-type", "bin", "--crate-type", "rlib", "--crate-type", "dylib", "--crate-type", "cdylib", "--crate-type", "staticlib", "--crate-type", "proc-macro", "--print=sysroot", "--print=cfg"]
TRACE 2019-02-26T14:17:07Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:07Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:07Z: sccache::server: handle_client: compile
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit
DEBUG 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler
DEBUG 2019-02-26T14:17:07Z: sccache::server: parse_arguments: CannotCache(-): ["-", "--crate-name", "___", "--print=file-names", "--target", "x86_64-apple-darwin", "--crate-type", "bin", "--crate-type", "rlib", "--crate-type", "dylib", "--crate-type", "cdylib", "--crate-type", "staticlib", "--crate-type", "proc-macro", "--print=sysroot", "--print=cfg"]
TRACE 2019-02-26T14:17:07Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:07Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:07Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:07Z: sccache::server: handle_client: compile
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit
DEBUG 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler
DEBUG 2019-02-26T14:17:07Z: sccache::server: parse_arguments: Ok: ["--crate-name", "itoa", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=d1d351c2f2e9c829", "-C", "extra-filename=-d1d351c2f2e9c829", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: get_cached_or_compile: ["--crate-name", "itoa", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=d1d351c2f2e9c829", "-C", "extra-filename=-d1d351c2f2e9c829", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: generate_hash_key
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "itoa" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "-C" "metadata=d1d351c2f2e9c829" "-C" "extra-filename=-d1d351c2f2e9c829" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.a3MpseQ5Q29p/deps.d")
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: hashing 0 externs
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: hashing 0 staticlibs
TRACE 2019-02-26T14:17:07Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:07Z: sccache::server: handle_client: compile
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit
DEBUG 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler
DEBUG 2019-02-26T14:17:07Z: sccache::server: parse_arguments: Ok: ["--crate-name", "bitflags", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "--cfg", "feature=\"default\"", "-C", "metadata=861218943972ef93", "-C", "extra-filename=-861218943972ef93", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: get_cached_or_compile: ["--crate-name", "bitflags", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "--cfg", "feature=\"default\"", "-C", "metadata=861218943972ef93", "-C", "extra-filename=-861218943972ef93", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: generate_hash_key
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "bitflags" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "--cfg" "feature=\"default\"" "-C" "metadata=861218943972ef93" "-C" "extra-filename=-861218943972ef93" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.w7kG68U1hI1L/deps.d")
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: hashing 0 externs
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: hashing 0 staticlibs
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.004 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.004 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.003 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.003 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: got 1 source files from dep-info in 0.077 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 1 files in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: get_compiler_outputs: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "bitflags" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "--cfg" "feature=\"default\"" "-C" "metadata=861218943972ef93" "-C" "extra-filename=-861218943972ef93" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--print" "file-names")
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: got 1 source files from dep-info in 0.096 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 1 files in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: get_compiler_outputs: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "itoa" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "-C" "metadata=d1d351c2f2e9c829" "-C" "extra-filename=-d1d351c2f2e9c829" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--print" "file-names")
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: generate_hash_key took 0.135 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Hash key: f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245)
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245): FileNotInCache
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Cache miss in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: compile
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Compiling locally
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: generate_hash_key took 0.144 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Hash key: 3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312)
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312): FileNotInCache
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Cache miss in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: compile
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Compiling locally
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Compiled in 0.081 s, storing in cache
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::finish_put(f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245)
TRACE 2019-02-26T14:17:07Z: sccache::server: CompileFinished retcode: exit code: 0
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Stored in cache successfully!
DEBUG 2019-02-26T14:17:07Z: sccache::server: [bitflags]: Cache write finished in 0.002 s
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Compiled in 0.220 s, storing in cache
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::finish_put(3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312)
TRACE 2019-02-26T14:17:07Z: sccache::server: CompileFinished retcode: exit code: 0
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Stored in cache successfully!
DEBUG 2019-02-26T14:17:07Z: sccache::server: [itoa]: Cache write finished in 0.002 s
TRACE 2019-02-26T14:17:07Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:07Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:07Z: sccache::server: handle_client: compile
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit
DEBUG 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler
DEBUG 2019-02-26T14:17:07Z: sccache::server: parse_arguments: Ok: ["--crate-name", "snippet", "src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=6963f778cc46a6d2", "-C", "extra-filename=-6963f778cc46a6d2", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib"]
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: get_cached_or_compile: ["--crate-name", "snippet", "src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=6963f778cc46a6d2", "-C", "extra-filename=-6963f778cc46a6d2", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib"]
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: generate_hash_key
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "snippet" "src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "-C" "metadata=6963f778cc46a6d2" "-C" "extra-filename=-6963f778cc46a6d2" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--extern" "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib" "--extern" "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.HpB7djPLuRKz/deps.d")
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: hashing 2 externs
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: hashing 0 staticlibs
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 2 files in 0.001 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.001 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: got 1 source files from dep-info in 0.074 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 1 files in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: get_compiler_outputs: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "snippet" "src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "-C" "metadata=6963f778cc46a6d2" "-C" "extra-filename=-6963f778cc46a6d2" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--extern" "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib" "--extern" "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib" "--print" "file-names")
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: generate_hash_key took 0.125 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Hash key: 074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481)
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481): FileNotInCache
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Cache miss in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: compile
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Compiling locally
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Compiled in 0.083 s, storing in cache
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::finish_put(074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481)
TRACE 2019-02-26T14:17:07Z: sccache::server: CompileFinished retcode: exit code: 0
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Stored in cache successfully!
DEBUG 2019-02-26T14:17:07Z: sccache::server: [snippet]: Cache write finished in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:07Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:07Z: sccache::server: handle_client: compile
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit
DEBUG 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler
DEBUG 2019-02-26T14:17:07Z: sccache::server: parse_arguments: CannotCache(crate-type, bin): ["--crate-name", "snippet", "src/main.rs", "--color", "always", "--crate-type", "bin", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=f9eaf60cbe0de824", "-C", "extra-filename=-f9eaf60cbe0de824", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib", "--extern", "snippet=/Users/luser/build/snippet/target/debug/deps/libsnippet-6963f778cc46a6d2.rlib"]
TRACE 2019-02-26T14:17:11Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:11Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:11Z: sccache::server: handle_client: shutdown
INFO 2019-02-26T14:17:11Z: sccache::server: shutting down due to being idle or request
INFO 2019-02-26T14:17:11Z: sccache::server: moving into the shutdown phase now, waiting at most 10 seconds for all client requests to complete
INFO 2019-02-26T14:17:11Z: sccache::server: ok, fully shutting down now
<span style="color:#AAA">TRACE</span> 2019-02-26T14:16:58Z: sccache::cmdline: parse<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:16:58Z: sccache::config: Attempting to read config file at "/Users/luser/Library/Preferences/Mozilla.sccache/config"<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:16:58Z: sccache::config: Couldn't open config file: No such file or directory (os error 2)<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:16:58Z: sccache::commands: Command::InternalStartServer<br/><span style="color:#0A0"> INFO</span> 2019-02-26T14:16:58Z: sccache::server: start_server: port: 4226<br/><span style="color:#0A0"> INFO</span> 2019-02-26T14:16:58Z: sccache::cache::cache: No configured caches successful, falling back to default<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:16:58Z: sccache::cache::cache: Using DiskCache("/Users/luser/Library/Caches/Mozilla.sccache", 10737418240)<br/><span style="color:#0A0"> INFO</span> 2019-02-26T14:16:58Z: sccache::server: server started, listening on port 4226<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:06Z: sccache::server: incoming connection<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:06Z: sccache::server: handle_client<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:06Z: sccache::server: handle_client: compile<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:06Z: sccache::server: compiler_info<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:06Z: sccache::server: compiler_info cache miss<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:06Z: sccache::compiler::compiler: detect_compiler: /Users/luser/.cargo/bin/rustc<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:06Z: sccache::compiler::compiler: Found rustc<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::util: Hashed 35 files in 0.060 s<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: parse_arguments: CannotCache(-): ["-", "--crate-name", "___", "--print=file-names", "--crate-type", "bin", "--crate-type", "rlib", "--crate-type", "dylib", "--crate-type", "cdylib", "--crate-type", "staticlib", "--crate-type", "proc-macro", "--print=sysroot", "--print=cfg"]<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: incoming connection<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: handle_client<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: handle_client: compile<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: compiler_info<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: parse_arguments: CannotCache(-): ["-", "--crate-name", "___", "--print=file-names", "--target", "x86_64-apple-darwin", "--crate-type", "bin", "--crate-type", "rlib", "--crate-type", "dylib", "--crate-type", "cdylib", "--crate-type", "staticlib", "--crate-type", "proc-macro", "--print=sysroot", "--print=cfg"]<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: incoming connection<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: incoming connection<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: handle_client<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: handle_client: compile<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: compiler_info<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: parse_arguments: Ok: ["--crate-name", "itoa", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=d1d351c2f2e9c829", "-C", "extra-filename=-d1d351c2f2e9c829", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: get_cached_or_compile: ["--crate-name", "itoa", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=d1d351c2f2e9c829", "-C", "extra-filename=-d1d351c2f2e9c829", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: generate_hash_key<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "itoa" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "-C" "metadata=d1d351c2f2e9c829" "-C" "extra-filename=-d1d351c2f2e9c829" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.a3MpseQ5Q29p/deps.d")<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: hashing 0 externs<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: hashing 0 staticlibs<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: handle_client<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: handle_client: compile<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: compiler_info<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: parse_arguments: Ok: ["--crate-name", "bitflags", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "--cfg", "feature=\"default\"", "-C", "metadata=861218943972ef93", "-C", "extra-filename=-861218943972ef93", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: get_cached_or_compile: ["--crate-name", "bitflags", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "--cfg", "feature=\"default\"", "-C", "metadata=861218943972ef93", "-C", "extra-filename=-861218943972ef93", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: generate_hash_key<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "bitflags" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "--cfg" "feature=\"default\"" "-C" "metadata=861218943972ef93" "-C" "extra-filename=-861218943972ef93" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.w7kG68U1hI1L/deps.d")<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: hashing 0 externs<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: hashing 0 staticlibs<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.004 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.004 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.003 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.003 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: got 1 source files from dep-info in 0.077 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::util: Hashed 1 files in 0.000 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: get_compiler_outputs: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "bitflags" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "--cfg" "feature=\"default\"" "-C" "metadata=861218943972ef93" "-C" "extra-filename=-861218943972ef93" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--print" "file-names")<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: got 1 source files from dep-info in 0.096 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::util: Hashed 1 files in 0.000 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: get_compiler_outputs: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "itoa" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "-C" "metadata=d1d351c2f2e9c829" "-C" "extra-filename=-d1d351c2f2e9c829" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--print" "file-names")<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: generate_hash_key took 0.135 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Hash key: f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245)<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245): FileNotInCache<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Cache miss in 0.000 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: compile<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Compiling locally<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: generate_hash_key took 0.144 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Hash key: 3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312)<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312): FileNotInCache<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Cache miss in 0.000 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: compile<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Compiling locally<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Compiled in 0.081 s, storing in cache<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::finish_put(f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245)<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: CompileFinished retcode: exit code: 0<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Stored in cache successfully!<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: [bitflags]: Cache write finished in 0.002 s<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Compiled in 0.220 s, storing in cache<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::finish_put(3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312)<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: CompileFinished retcode: exit code: 0<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Stored in cache successfully!<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: [itoa]: Cache write finished in 0.002 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: incoming connection<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: handle_client<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: handle_client: compile<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: compiler_info<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: parse_arguments: Ok: ["--crate-name", "snippet", "src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=6963f778cc46a6d2", "-C", "extra-filename=-6963f778cc46a6d2", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib"]<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: get_cached_or_compile: ["--crate-name", "snippet", "src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=6963f778cc46a6d2", "-C", "extra-filename=-6963f778cc46a6d2", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib"]<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: generate_hash_key<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "snippet" "src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "-C" "metadata=6963f778cc46a6d2" "-C" "extra-filename=-6963f778cc46a6d2" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--extern" "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib" "--extern" "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.HpB7djPLuRKz/deps.d")<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: hashing 2 externs<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: hashing 0 staticlibs<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::util: Hashed 2 files in 0.001 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.001 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: got 1 source files from dep-info in 0.074 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::util: Hashed 1 files in 0.000 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: get_compiler_outputs: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "snippet" "src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "-C" "metadata=6963f778cc46a6d2" "-C" "extra-filename=-6963f778cc46a6d2" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--extern" "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib" "--extern" "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib" "--print" "file-names")<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: generate_hash_key took 0.125 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Hash key: 074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481)<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481): FileNotInCache<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Cache miss in 0.000 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: compile<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Compiling locally<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Compiled in 0.083 s, storing in cache<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::finish_put(074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481)<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: CompileFinished retcode: exit code: 0<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Stored in cache successfully!<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: [snippet]: Cache write finished in 0.000 s<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: incoming connection<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: handle_client<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: handle_client: compile<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: compiler_info<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:07Z: sccache::server: parse_arguments: CannotCache(crate-type, bin): ["--crate-name", "snippet", "src/main.rs", "--color", "always", "--crate-type", "bin", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=f9eaf60cbe0de824", "-C", "extra-filename=-f9eaf60cbe0de824", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib", "--extern", "snippet=/Users/luser/build/snippet/target/debug/deps/libsnippet-6963f778cc46a6d2.rlib"]<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:11Z: sccache::server: incoming connection<br/><span style="color:#AAA">TRACE</span> 2019-02-26T14:17:11Z: sccache::server: handle_client<br/><span style="color:#00A">DEBUG</span> 2019-02-26T14:17:11Z: sccache::server: handle_client: shutdown<br/><span style="color:#0A0"> INFO</span> 2019-02-26T14:17:11Z: sccache::server: shutting down due to being idle or request<br/><span style="color:#0A0"> INFO</span> 2019-02-26T14:17:11Z: sccache::server: moving into the shutdown phase now, waiting at most 10 seconds for all client requests to complete<br/><span style="color:#0A0"> INFO</span> 2019-02-26T14:17:11Z: sccache::server: ok, fully shutting down now<br/>
TRACE 2019-02-26T14:16:58Z: sccache::cmdline: parse
DEBUG 2019-02-26T14:16:58Z: sccache::config: Attempting to read config file at "/Users/luser/Library/Preferences/Mozilla.sccache/config"
DEBUG 2019-02-26T14:16:58Z: sccache::config: Couldn't open config file: No such file or directory (os error 2)
TRACE 2019-02-26T14:16:58Z: sccache::commands: Command::InternalStartServer
 INFO 2019-02-26T14:16:58Z: sccache::server: start_server: port: 4226
 INFO 2019-02-26T14:16:58Z: sccache::cache::cache: No configured caches successful, falling back to default
TRACE 2019-02-26T14:16:58Z: sccache::cache::cache: Using DiskCache("/Users/luser/Library/Caches/Mozilla.sccache", 10737418240)
 INFO 2019-02-26T14:16:58Z: sccache::server: server started, listening on port 4226
TRACE 2019-02-26T14:17:06Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:06Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:06Z: sccache::server: handle_client: compile
TRACE 2019-02-26T14:17:06Z: sccache::server: compiler_info
TRACE 2019-02-26T14:17:06Z: sccache::server: compiler_info cache miss
TRACE 2019-02-26T14:17:06Z: sccache::compiler::compiler: detect_compiler: /Users/luser/.cargo/bin/rustc
DEBUG 2019-02-26T14:17:06Z: sccache::compiler::compiler: Found rustc
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 35 files in 0.060 s
DEBUG 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler
DEBUG 2019-02-26T14:17:07Z: sccache::server: parse_arguments: CannotCache(-): ["-", "--crate-name", "___", "--print=file-names", "--crate-type", "bin", "--crate-type", "rlib", "--crate-type", "dylib", "--crate-type", "cdylib", "--crate-type", "staticlib", "--crate-type", "proc-macro", "--print=sysroot", "--print=cfg"]
TRACE 2019-02-26T14:17:07Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:07Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:07Z: sccache::server: handle_client: compile
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit
DEBUG 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler
DEBUG 2019-02-26T14:17:07Z: sccache::server: parse_arguments: CannotCache(-): ["-", "--crate-name", "___", "--print=file-names", "--target", "x86_64-apple-darwin", "--crate-type", "bin", "--crate-type", "rlib", "--crate-type", "dylib", "--crate-type", "cdylib", "--crate-type", "staticlib", "--crate-type", "proc-macro", "--print=sysroot", "--print=cfg"]
TRACE 2019-02-26T14:17:07Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:07Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:07Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:07Z: sccache::server: handle_client: compile
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit
DEBUG 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler
DEBUG 2019-02-26T14:17:07Z: sccache::server: parse_arguments: Ok: ["--crate-name", "itoa", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=d1d351c2f2e9c829", "-C", "extra-filename=-d1d351c2f2e9c829", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: get_cached_or_compile: ["--crate-name", "itoa", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=d1d351c2f2e9c829", "-C", "extra-filename=-d1d351c2f2e9c829", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: generate_hash_key
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "itoa" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "-C" "metadata=d1d351c2f2e9c829" "-C" "extra-filename=-d1d351c2f2e9c829" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.a3MpseQ5Q29p/deps.d")
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: hashing 0 externs
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: hashing 0 staticlibs
TRACE 2019-02-26T14:17:07Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:07Z: sccache::server: handle_client: compile
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit
DEBUG 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler
DEBUG 2019-02-26T14:17:07Z: sccache::server: parse_arguments: Ok: ["--crate-name", "bitflags", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "--cfg", "feature=\"default\"", "-C", "metadata=861218943972ef93", "-C", "extra-filename=-861218943972ef93", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: get_cached_or_compile: ["--crate-name", "bitflags", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "--cfg", "feature=\"default\"", "-C", "metadata=861218943972ef93", "-C", "extra-filename=-861218943972ef93", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: generate_hash_key
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "bitflags" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "--cfg" "feature=\"default\"" "-C" "metadata=861218943972ef93" "-C" "extra-filename=-861218943972ef93" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.w7kG68U1hI1L/deps.d")
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: hashing 0 externs
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: hashing 0 staticlibs
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.004 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.004 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.003 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.003 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: got 1 source files from dep-info in 0.077 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 1 files in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: get_compiler_outputs: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "bitflags" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "--cfg" "feature=\"default\"" "-C" "metadata=861218943972ef93" "-C" "extra-filename=-861218943972ef93" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--print" "file-names")
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: got 1 source files from dep-info in 0.096 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 1 files in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: get_compiler_outputs: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "itoa" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "-C" "metadata=d1d351c2f2e9c829" "-C" "extra-filename=-d1d351c2f2e9c829" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--print" "file-names")
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: generate_hash_key took 0.135 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Hash key: f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245)
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245): FileNotInCache
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Cache miss in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [bitflags]: compile
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Compiling locally
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: generate_hash_key took 0.144 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Hash key: 3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312)
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312): FileNotInCache
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Cache miss in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [itoa]: compile
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Compiling locally
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Compiled in 0.081 s, storing in cache
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::finish_put(f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245)
TRACE 2019-02-26T14:17:07Z: sccache::server: CompileFinished retcode: exit code: 0
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [bitflags]: Stored in cache successfully!
DEBUG 2019-02-26T14:17:07Z: sccache::server: [bitflags]: Cache write finished in 0.002 s
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Compiled in 0.220 s, storing in cache
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::finish_put(3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312)
TRACE 2019-02-26T14:17:07Z: sccache::server: CompileFinished retcode: exit code: 0
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [itoa]: Stored in cache successfully!
DEBUG 2019-02-26T14:17:07Z: sccache::server: [itoa]: Cache write finished in 0.002 s
TRACE 2019-02-26T14:17:07Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:07Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:07Z: sccache::server: handle_client: compile
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit
DEBUG 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler
DEBUG 2019-02-26T14:17:07Z: sccache::server: parse_arguments: Ok: ["--crate-name", "snippet", "src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=6963f778cc46a6d2", "-C", "extra-filename=-6963f778cc46a6d2", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib"]
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: get_cached_or_compile: ["--crate-name", "snippet", "src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=6963f778cc46a6d2", "-C", "extra-filename=-6963f778cc46a6d2", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib"]
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: generate_hash_key
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "snippet" "src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "-C" "metadata=6963f778cc46a6d2" "-C" "extra-filename=-6963f778cc46a6d2" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--extern" "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib" "--extern" "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.HpB7djPLuRKz/deps.d")
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: hashing 2 externs
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: hashing 0 staticlibs
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 2 files in 0.001 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 0 files in 0.001 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: got 1 source files from dep-info in 0.074 s
TRACE 2019-02-26T14:17:07Z: sccache::util: Hashed 1 files in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: get_compiler_outputs: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "snippet" "src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "-C" "metadata=6963f778cc46a6d2" "-C" "extra-filename=-6963f778cc46a6d2" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--extern" "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib" "--extern" "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib" "--print" "file-names")
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: generate_hash_key took 0.125 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Hash key: 074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481)
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::get(074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481): FileNotInCache
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Cache miss in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::compiler::rust: [snippet]: compile
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Compiling locally
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Compiled in 0.083 s, storing in cache
TRACE 2019-02-26T14:17:07Z: sccache::cache::disk: DiskCache::finish_put(074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481)
TRACE 2019-02-26T14:17:07Z: sccache::server: CompileFinished retcode: exit code: 0
DEBUG 2019-02-26T14:17:07Z: sccache::compiler::compiler: [snippet]: Stored in cache successfully!
DEBUG 2019-02-26T14:17:07Z: sccache::server: [snippet]: Cache write finished in 0.000 s
TRACE 2019-02-26T14:17:07Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:07Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:07Z: sccache::server: handle_client: compile
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info
TRACE 2019-02-26T14:17:07Z: sccache::server: compiler_info cache hit
DEBUG 2019-02-26T14:17:07Z: sccache::server: check_compiler: Supported compiler
DEBUG 2019-02-26T14:17:07Z: sccache::server: parse_arguments: CannotCache(crate-type, bin): ["--crate-name", "snippet", "src/main.rs", "--color", "always", "--crate-type", "bin", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=f9eaf60cbe0de824", "-C", "extra-filename=-f9eaf60cbe0de824", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib", "--extern", "snippet=/Users/luser/build/snippet/target/debug/deps/libsnippet-6963f778cc46a6d2.rlib"]
TRACE 2019-02-26T14:17:11Z: sccache::server: incoming connection
TRACE 2019-02-26T14:17:11Z: sccache::server: handle_client
DEBUG 2019-02-26T14:17:11Z: sccache::server: handle_client: shutdown
 INFO 2019-02-26T14:17:11Z: sccache::server: shutting down due to being idle or request
 INFO 2019-02-26T14:17:11Z: sccache::server: moving into the shutdown phase now, waiting at most 10 seconds for all client requests to complete
 INFO 2019-02-26T14:17:11Z: sccache::server: ok, fully shutting down now
TRACE sccache::cmdline: parse
DEBUG sccache::config: Attempting to read config file at "/Users/luser/Library/Preferences/Mozilla.sccache/config"
DEBUG sccache::config: Couldn't open config file: No such file or directory (os error 2)
TRACE sccache::commands: Command::InternalStartServer
INFO sccache::server: start_server: port: 4226
INFO sccache::cache::cache: No configured caches successful, falling back to default
TRACE sccache::cache::cache: Using DiskCache("/Users/luser/Library/Caches/Mozilla.sccache", 10737418240)
INFO sccache::server: server started, listening on port 4226
TRACE sccache::server: incoming connection
DEBUG handle_client{id=0}: sccache::server: handle_client: compile
TRACE handle_client{id=0}: sccache::server: compiler_info
TRACE handle_client{id=0}: sccache::server: compiler_info cache miss
TRACE handle_client{id=0}: sccache::compiler::compiler: detect_compiler: /Users/luser/.cargo/bin/rustc
DEBUG handle_client{id=0}: sccache::compiler::compiler: Found rustc
TRACE handle_client{id=0}: sccache::util: Hashed 35 files in 0.060 s
DEBUG handle_client{id=0}: sccache::server: check_compiler: Supported compiler
DEBUG handle_client{id=0}: sccache::server: parse_arguments: CannotCache(-): ["-", "--crate-name", "___", "--print=file-names", "--crate-type", "bin", "--crate-type", "rlib", "--crate-type", "dylib", "--crate-type", "cdylib", "--crate-type", "staticlib", "--crate-type", "proc-macro", "--print=sysroot", "--print=cfg"]
TRACE sccache::server: incoming connection
DEBUG handle_client{id=1}: sccache::server: handle_client: compile
TRACE handle_client{id=1}: sccache::server: compiler_info
TRACE handle_client{id=1}: sccache::server: compiler_info cache hit
DEBUG handle_client{id=1}: sccache::server: check_compiler: Supported compiler
DEBUG handle_client{id=1}: sccache::server: parse_arguments: CannotCache(-): ["-", "--crate-name", "___", "--print=file-names", "--target", "x86_64-apple-darwin", "--crate-type", "bin", "--crate-type", "rlib", "--crate-type", "dylib", "--crate-type", "cdylib", "--crate-type", "staticlib", "--crate-type", "proc-macro", "--print=sysroot", "--print=cfg"]
TRACE sccache::server: incoming connection
TRACE sccache::server: incoming connection
DEBUG handle_client{id=2}: sccache::server: handle_client: compile
TRACE handle_client{id=2}: sccache::server: compiler_info
TRACE handle_client{id=2}: sccache::server: compiler_info cache hit
DEBUG handle_client{id=2}: sccache::server: check_compiler: Supported compiler
DEBUG handle_client{id=2}: sccache::server: parse_arguments: Ok: ["--crate-name", "bitflags", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "--cfg", "feature=\"default\"", "-C", "metadata=861218943972ef93", "-C", "extra-filename=-861218943972ef93", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
DEBUG handle_client{id=2}:compile{out=bitflags}: sccache::compiler::compiler: get_cached_or_compile: ["--crate-name", "bitflags", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "--cfg", "feature=\"default\"", "-C", "metadata=861218943972ef93", "-C", "extra-filename=-861218943972ef93", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::rust: generate_hash_key
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::rust: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "bitflags" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "--cfg" "feature=\"default\"" "-C" "metadata=861218943972ef93" "-C" "extra-filename=-861218943972ef93" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.UakXrGVfUgNR/deps.d")
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::rust: hashing 0 externs
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::rust: hashing 0 staticlibs
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::util: Hashed 0 files in 0.003 s
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::util: Hashed 0 files in 0.003 s
DEBUG handle_client{id=3}: sccache::server: handle_client: compile
TRACE handle_client{id=3}: sccache::server: compiler_info
TRACE handle_client{id=3}: sccache::server: compiler_info cache hit
DEBUG handle_client{id=3}: sccache::server: check_compiler: Supported compiler
DEBUG handle_client{id=3}: sccache::server: parse_arguments: Ok: ["--crate-name", "itoa", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=d1d351c2f2e9c829", "-C", "extra-filename=-d1d351c2f2e9c829", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
DEBUG handle_client{id=3}:compile{out=itoa}: sccache::compiler::compiler: get_cached_or_compile: ["--crate-name", "itoa", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=d1d351c2f2e9c829", "-C", "extra-filename=-d1d351c2f2e9c829", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::rust: generate_hash_key
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::rust: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "itoa" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "-C" "metadata=d1d351c2f2e9c829" "-C" "extra-filename=-d1d351c2f2e9c829" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.7NmJLmzO0OzA/deps.d")
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::rust: hashing 0 externs
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::rust: hashing 0 staticlibs
TRACE handle_client{id=3}:compile{out=itoa}: sccache::util: Hashed 0 files in 0.001 s
TRACE handle_client{id=3}:compile{out=itoa}: sccache::util: Hashed 0 files in 0.001 s
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::rust: got 1 source files from dep-info in 0.077 s
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::util: Hashed 1 files in 0.000 s
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::rust: get_compiler_outputs=Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "bitflags" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "--cfg" "feature=\"default\"" "-C" "metadata=861218943972ef93" "-C" "extra-filename=-861218943972ef93" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--print" "file-names")
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::rust: got 1 source files from dep-info in 0.086 s
TRACE handle_client{id=3}:compile{out=itoa}: sccache::util: Hashed 1 files in 0.000 s
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::rust: get_compiler_outputs=Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "itoa" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "-C" "metadata=d1d351c2f2e9c829" "-C" "extra-filename=-d1d351c2f2e9c829" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--print" "file-names")
DEBUG handle_client{id=2}:compile{out=bitflags}: sccache::compiler::compiler: generate_hash_key took 0.132 s
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::compiler: Hash key: f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::cache::disk: DiskCache::get(f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245)
DEBUG handle_client{id=2}:compile{out=bitflags}: sccache::compiler::compiler: Cache hit in 0.003 s
DEBUG handle_client{id=3}:compile{out=itoa}: sccache::compiler::compiler: generate_hash_key took 0.133 s
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::compiler: Hash key: 3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312
TRACE handle_client{id=3}:compile{out=itoa}: sccache::cache::disk: DiskCache::get(3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312)
DEBUG handle_client{id=3}:compile{out=itoa}: sccache::compiler::compiler: Cache hit in 0.000 s
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::server: CompileFinished retcode: exit code: 0
TRACE handle_client{id=3}:compile{out=itoa}: sccache::server: CompileFinished retcode: exit code: 0
TRACE sccache::server: incoming connection
DEBUG handle_client{id=4}: sccache::server: handle_client: compile
TRACE handle_client{id=4}: sccache::server: compiler_info
TRACE handle_client{id=4}: sccache::server: compiler_info cache hit
DEBUG handle_client{id=4}: sccache::server: check_compiler: Supported compiler
DEBUG handle_client{id=4}: sccache::server: parse_arguments: Ok: ["--crate-name", "snippet", "src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=6963f778cc46a6d2", "-C", "extra-filename=-6963f778cc46a6d2", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib"]
DEBUG handle_client{id=4}:compile{out=snippet}: sccache::compiler::compiler: get_cached_or_compile: ["--crate-name", "snippet", "src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=6963f778cc46a6d2", "-C", "extra-filename=-6963f778cc46a6d2", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib"]
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::rust: generate_hash_key
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::rust: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "snippet" "src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "-C" "metadata=6963f778cc46a6d2" "-C" "extra-filename=-6963f778cc46a6d2" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--extern" "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib" "--extern" "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.1pZ1qMghiBOc/deps.d")
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::rust: hashing 2 externs
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::rust: hashing 0 staticlibs
TRACE handle_client{id=4}:compile{out=snippet}: sccache::util: Hashed 2 files in 0.001 s
TRACE handle_client{id=4}:compile{out=snippet}: sccache::util: Hashed 0 files in 0.001 s
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::rust: got 1 source files from dep-info in 0.080 s
TRACE handle_client{id=4}:compile{out=snippet}: sccache::util: Hashed 1 files in 0.000 s
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::rust: get_compiler_outputs=Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "snippet" "src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "-C" "metadata=6963f778cc46a6d2" "-C" "extra-filename=-6963f778cc46a6d2" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--extern" "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib" "--extern" "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib" "--print" "file-names")
DEBUG handle_client{id=4}:compile{out=snippet}: sccache::compiler::compiler: generate_hash_key took 0.135 s
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::compiler: Hash key: 074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481
TRACE handle_client{id=4}:compile{out=snippet}: sccache::cache::disk: DiskCache::get(074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481)
DEBUG handle_client{id=4}:compile{out=snippet}: sccache::compiler::compiler: Cache hit in 0.000 s
TRACE handle_client{id=4}:compile{out=snippet}: sccache::server: CompileFinished retcode: exit code: 0
TRACE sccache::server: incoming connection
DEBUG handle_client{id=5}: sccache::server: handle_client: compile
TRACE handle_client{id=5}: sccache::server: compiler_info
TRACE handle_client{id=5}: sccache::server: compiler_info cache hit
DEBUG handle_client{id=5}: sccache::server: check_compiler: Supported compiler
DEBUG handle_client{id=5}: sccache::server: parse_arguments: CannotCache(crate-type, bin): ["--crate-name", "snippet", "src/main.rs", "--color", "always", "--crate-type", "bin", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=f9eaf60cbe0de824", "-C", "extra-filename=-f9eaf60cbe0de824", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib", "--extern", "snippet=/Users/luser/build/snippet/target/debug/deps/libsnippet-6963f778cc46a6d2.rlib"]
TRACE sccache::server: incoming connection
DEBUG handle_client{id=6}: sccache::server: handle_client: shutdown
INFO sccache::server: shutting down due to being idle or request
INFO sccache::server: moving into the shutdown phase now, waiting at most 10 seconds for all client requests to complete
INFO sccache::server: ok, fully shutting down now
<span style="color:#A0A">TRACE</span> sccache::cmdline: parse<br/><span style="color:#00A">DEBUG</span> sccache::config: Attempting to read config file at "/Users/luser/Library/Preferences/Mozilla.sccache/config"<br/><span style="color:#00A">DEBUG</span> sccache::config: Couldn't open config file: No such file or directory (os error 2)<br/><span style="color:#A0A">TRACE</span> sccache::commands: Command::InternalStartServer<br/><span style="color:#0A0"> INFO</span> sccache::server: start_server: port: 4226<br/><span style="color:#0A0"> INFO</span> sccache::cache::cache: No configured caches successful, falling back to default<br/><span style="color:#A0A">TRACE</span> sccache::cache::cache: Using DiskCache("/Users/luser/Library/Caches/Mozilla.sccache", 10737418240)<br/><span style="color:#0A0"> INFO</span> sccache::server: server started, listening on port 4226<br/><span style="color:#A0A">TRACE</span> sccache::server: incoming connection<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=0<b>}</b>: sccache::server: handle_client: compile<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=0<b>}</b>: sccache::server: compiler_info<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=0<b>}</b>: sccache::server: compiler_info cache miss<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=0<b>}</b>: sccache::compiler::compiler: detect_compiler: /Users/luser/.cargo/bin/rustc<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=0<b>}</b>: sccache::compiler::compiler: Found rustc<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=0<b>}</b>: sccache::util: Hashed 35 files in 0.060 s<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=0<b>}</b>: sccache::server: check_compiler: Supported compiler<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=0<b>}</b>: sccache::server: parse_arguments: CannotCache(-): ["-", "--crate-name", "___", "--print=file-names", "--crate-type", "bin", "--crate-type", "rlib", "--crate-type", "dylib", "--crate-type", "cdylib", "--crate-type", "staticlib", "--crate-type", "proc-macro", "--print=sysroot", "--print=cfg"]<br/><span style="color:#A0A">TRACE</span> sccache::server: incoming connection<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=1<b>}</b>: sccache::server: handle_client: compile<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=1<b>}</b>: sccache::server: compiler_info<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=1<b>}</b>: sccache::server: compiler_info cache hit<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=1<b>}</b>: sccache::server: check_compiler: Supported compiler<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=1<b>}</b>: sccache::server: parse_arguments: CannotCache(-): ["-", "--crate-name", "___", "--print=file-names", "--target", "x86_64-apple-darwin", "--crate-type", "bin", "--crate-type", "rlib", "--crate-type", "dylib", "--crate-type", "cdylib", "--crate-type", "staticlib", "--crate-type", "proc-macro", "--print=sysroot", "--print=cfg"]<br/><span style="color:#A0A">TRACE</span> sccache::server: incoming connection<br/><span style="color:#A0A">TRACE</span> sccache::server: incoming connection<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=2<b>}</b>: sccache::server: handle_client: compile<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>: sccache::server: compiler_info<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>: sccache::server: compiler_info cache hit<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=2<b>}</b>: sccache::server: check_compiler: Supported compiler<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=2<b>}</b>: sccache::server: parse_arguments: Ok: ["--crate-name", "bitflags", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "--cfg", "feature=\"default\"", "-C", "metadata=861218943972ef93", "-C", "extra-filename=-861218943972ef93", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::compiler::compiler: get_cached_or_compile: ["--crate-name", "bitflags", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "--cfg", "feature=\"default\"", "-C", "metadata=861218943972ef93", "-C", "extra-filename=-861218943972ef93", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::compiler::rust: generate_hash_key<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::compiler::rust: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "bitflags" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "--cfg" "feature=\"default\"" "-C" "metadata=861218943972ef93" "-C" "extra-filename=-861218943972ef93" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.UakXrGVfUgNR/deps.d")<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::compiler::rust: hashing 0 externs<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::compiler::rust: hashing 0 staticlibs<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::util: Hashed 0 files in 0.003 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::util: Hashed 0 files in 0.003 s<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=3<b>}</b>: sccache::server: handle_client: compile<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>: sccache::server: compiler_info<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>: sccache::server: compiler_info cache hit<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=3<b>}</b>: sccache::server: check_compiler: Supported compiler<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=3<b>}</b>: sccache::server: parse_arguments: Ok: ["--crate-name", "itoa", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=d1d351c2f2e9c829", "-C", "extra-filename=-d1d351c2f2e9c829", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::compiler::compiler: get_cached_or_compile: ["--crate-name", "itoa", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=d1d351c2f2e9c829", "-C", "extra-filename=-d1d351c2f2e9c829", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::compiler::rust: generate_hash_key<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::compiler::rust: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "itoa" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "-C" "metadata=d1d351c2f2e9c829" "-C" "extra-filename=-d1d351c2f2e9c829" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.7NmJLmzO0OzA/deps.d")<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::compiler::rust: hashing 0 externs<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::compiler::rust: hashing 0 staticlibs<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::util: Hashed 0 files in 0.001 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::util: Hashed 0 files in 0.001 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::compiler::rust: got 1 source files from dep-info in 0.077 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::util: Hashed 1 files in 0.000 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::compiler::rust: get_compiler_outputs=Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "bitflags" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "--cfg" "feature=\"default\"" "-C" "metadata=861218943972ef93" "-C" "extra-filename=-861218943972ef93" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--print" "file-names")<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::compiler::rust: got 1 source files from dep-info in 0.086 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::util: Hashed 1 files in 0.000 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::compiler::rust: get_compiler_outputs=Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "itoa" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "-C" "metadata=d1d351c2f2e9c829" "-C" "extra-filename=-d1d351c2f2e9c829" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--print" "file-names")<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::compiler::compiler: generate_hash_key took 0.132 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::compiler::compiler: Hash key: f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::cache::disk: DiskCache::get(f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245)<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::compiler::compiler: Cache hit in 0.003 s<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::compiler::compiler: generate_hash_key took 0.133 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::compiler::compiler: Hash key: 3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::cache::disk: DiskCache::get(3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312)<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::compiler::compiler: Cache hit in 0.000 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=2<b>}</b>:<b>compile</b><b>{</b>out=bitflags<b>}</b>: sccache::server: CompileFinished retcode: exit code: 0<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=3<b>}</b>:<b>compile</b><b>{</b>out=itoa<b>}</b>: sccache::server: CompileFinished retcode: exit code: 0<br/><span style="color:#A0A">TRACE</span> sccache::server: incoming connection<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=4<b>}</b>: sccache::server: handle_client: compile<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>: sccache::server: compiler_info<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>: sccache::server: compiler_info cache hit<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=4<b>}</b>: sccache::server: check_compiler: Supported compiler<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=4<b>}</b>: sccache::server: parse_arguments: Ok: ["--crate-name", "snippet", "src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=6963f778cc46a6d2", "-C", "extra-filename=-6963f778cc46a6d2", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib"]<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::compiler::compiler: get_cached_or_compile: ["--crate-name", "snippet", "src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=6963f778cc46a6d2", "-C", "extra-filename=-6963f778cc46a6d2", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib"]<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::compiler::rust: generate_hash_key<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::compiler::rust: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "snippet" "src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "-C" "metadata=6963f778cc46a6d2" "-C" "extra-filename=-6963f778cc46a6d2" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--extern" "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib" "--extern" "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.1pZ1qMghiBOc/deps.d")<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::compiler::rust: hashing 2 externs<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::compiler::rust: hashing 0 staticlibs<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::util: Hashed 2 files in 0.001 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::util: Hashed 0 files in 0.001 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::compiler::rust: got 1 source files from dep-info in 0.080 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::util: Hashed 1 files in 0.000 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::compiler::rust: get_compiler_outputs=Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "snippet" "src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "-C" "metadata=6963f778cc46a6d2" "-C" "extra-filename=-6963f778cc46a6d2" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--extern" "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib" "--extern" "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib" "--print" "file-names")<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::compiler::compiler: generate_hash_key took 0.135 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::compiler::compiler: Hash key: 074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::cache::disk: DiskCache::get(074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481)<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::compiler::compiler: Cache hit in 0.000 s<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=4<b>}</b>:<b>compile</b><b>{</b>out=snippet<b>}</b>: sccache::server: CompileFinished retcode: exit code: 0<br/><span style="color:#A0A">TRACE</span> sccache::server: incoming connection<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=5<b>}</b>: sccache::server: handle_client: compile<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=5<b>}</b>: sccache::server: compiler_info<br/><span style="color:#A0A">TRACE</span> <b>handle_client</b><b>{</b>id=5<b>}</b>: sccache::server: compiler_info cache hit<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=5<b>}</b>: sccache::server: check_compiler: Supported compiler<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=5<b>}</b>: sccache::server: parse_arguments: CannotCache(crate-type, bin): ["--crate-name", "snippet", "src/main.rs", "--color", "always", "--crate-type", "bin", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=f9eaf60cbe0de824", "-C", "extra-filename=-f9eaf60cbe0de824", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib", "--extern", "snippet=/Users/luser/build/snippet/target/debug/deps/libsnippet-6963f778cc46a6d2.rlib"]<br/><span style="color:#A0A">TRACE</span> sccache::server: incoming connection<br/><span style="color:#00A">DEBUG</span> <b>handle_client</b><b>{</b>id=6<b>}</b>: sccache::server: handle_client: shutdown<br/><span style="color:#0A0"> INFO</span> sccache::server: shutting down due to being idle or request<br/><span style="color:#0A0"> INFO</span> sccache::server: moving into the shutdown phase now, waiting at most 10 seconds for all client requests to complete<br/><span style="color:#0A0"> INFO</span> sccache::server: ok, fully shutting down now<br/>
TRACE sccache::cmdline: parse
DEBUG sccache::config: Attempting to read config file at "/Users/luser/Library/Preferences/Mozilla.sccache/config"
DEBUG sccache::config: Couldn't open config file: No such file or directory (os error 2)
TRACE sccache::commands: Command::InternalStartServer
 INFO sccache::server: start_server: port: 4226
 INFO sccache::cache::cache: No configured caches successful, falling back to default
TRACE sccache::cache::cache: Using DiskCache("/Users/luser/Library/Caches/Mozilla.sccache", 10737418240)
 INFO sccache::server: server started, listening on port 4226
TRACE sccache::server: incoming connection
DEBUG handle_client{id=0}: sccache::server: handle_client: compile
TRACE handle_client{id=0}: sccache::server: compiler_info
TRACE handle_client{id=0}: sccache::server: compiler_info cache miss
TRACE handle_client{id=0}: sccache::compiler::compiler: detect_compiler: /Users/luser/.cargo/bin/rustc
DEBUG handle_client{id=0}: sccache::compiler::compiler: Found rustc
TRACE handle_client{id=0}: sccache::util: Hashed 35 files in 0.060 s
DEBUG handle_client{id=0}: sccache::server: check_compiler: Supported compiler
DEBUG handle_client{id=0}: sccache::server: parse_arguments: CannotCache(-): ["-", "--crate-name", "___", "--print=file-names", "--crate-type", "bin", "--crate-type", "rlib", "--crate-type", "dylib", "--crate-type", "cdylib", "--crate-type", "staticlib", "--crate-type", "proc-macro", "--print=sysroot", "--print=cfg"]
TRACE sccache::server: incoming connection
DEBUG handle_client{id=1}: sccache::server: handle_client: compile
TRACE handle_client{id=1}: sccache::server: compiler_info
TRACE handle_client{id=1}: sccache::server: compiler_info cache hit
DEBUG handle_client{id=1}: sccache::server: check_compiler: Supported compiler
DEBUG handle_client{id=1}: sccache::server: parse_arguments: CannotCache(-): ["-", "--crate-name", "___", "--print=file-names", "--target", "x86_64-apple-darwin", "--crate-type", "bin", "--crate-type", "rlib", "--crate-type", "dylib", "--crate-type", "cdylib", "--crate-type", "staticlib", "--crate-type", "proc-macro", "--print=sysroot", "--print=cfg"]
TRACE sccache::server: incoming connection
TRACE sccache::server: incoming connection
DEBUG handle_client{id=2}: sccache::server: handle_client: compile
TRACE handle_client{id=2}: sccache::server: compiler_info
TRACE handle_client{id=2}: sccache::server: compiler_info cache hit
DEBUG handle_client{id=2}: sccache::server: check_compiler: Supported compiler
DEBUG handle_client{id=2}: sccache::server: parse_arguments: Ok: ["--crate-name", "bitflags", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "--cfg", "feature=\"default\"", "-C", "metadata=861218943972ef93", "-C", "extra-filename=-861218943972ef93", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
DEBUG handle_client{id=2}:compile{out=bitflags}: sccache::compiler::compiler: get_cached_or_compile: ["--crate-name", "bitflags", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "--cfg", "feature=\"default\"", "-C", "metadata=861218943972ef93", "-C", "extra-filename=-861218943972ef93", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::rust: generate_hash_key
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::rust: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "bitflags" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "--cfg" "feature=\"default\"" "-C" "metadata=861218943972ef93" "-C" "extra-filename=-861218943972ef93" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.UakXrGVfUgNR/deps.d")
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::rust: hashing 0 externs
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::rust: hashing 0 staticlibs
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::util: Hashed 0 files in 0.003 s
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::util: Hashed 0 files in 0.003 s
DEBUG handle_client{id=3}: sccache::server: handle_client: compile
TRACE handle_client{id=3}: sccache::server: compiler_info
TRACE handle_client{id=3}: sccache::server: compiler_info cache hit
DEBUG handle_client{id=3}: sccache::server: check_compiler: Supported compiler
DEBUG handle_client{id=3}: sccache::server: parse_arguments: Ok: ["--crate-name", "itoa", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=d1d351c2f2e9c829", "-C", "extra-filename=-d1d351c2f2e9c829", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
DEBUG handle_client{id=3}:compile{out=itoa}: sccache::compiler::compiler: get_cached_or_compile: ["--crate-name", "itoa", "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=d1d351c2f2e9c829", "-C", "extra-filename=-d1d351c2f2e9c829", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--cap-lints", "allow"]
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::rust: generate_hash_key
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::rust: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "itoa" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "-C" "metadata=d1d351c2f2e9c829" "-C" "extra-filename=-d1d351c2f2e9c829" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.7NmJLmzO0OzA/deps.d")
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::rust: hashing 0 externs
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::rust: hashing 0 staticlibs
TRACE handle_client{id=3}:compile{out=itoa}: sccache::util: Hashed 0 files in 0.001 s
TRACE handle_client{id=3}:compile{out=itoa}: sccache::util: Hashed 0 files in 0.001 s
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::rust: got 1 source files from dep-info in 0.077 s
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::util: Hashed 1 files in 0.000 s
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::rust: get_compiler_outputs=Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "bitflags" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.4/src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "--cfg" "feature=\"default\"" "-C" "metadata=861218943972ef93" "-C" "extra-filename=-861218943972ef93" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--print" "file-names")
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::rust: got 1 source files from dep-info in 0.086 s
TRACE handle_client{id=3}:compile{out=itoa}: sccache::util: Hashed 1 files in 0.000 s
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::rust: get_compiler_outputs=Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "itoa" "/Users/luser/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "-C" "metadata=d1d351c2f2e9c829" "-C" "extra-filename=-d1d351c2f2e9c829" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--cap-lints" "allow" "--print" "file-names")
DEBUG handle_client{id=2}:compile{out=bitflags}: sccache::compiler::compiler: generate_hash_key took 0.132 s
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::compiler::compiler: Hash key: f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::cache::disk: DiskCache::get(f63d726f754e44d29bbf2682edd9ffbf50c2980f2ece209c9fa5817d49ad3be087565dab18e85f141bc371a4105e18cd2b915258943736b090feffb4ff82c245)
DEBUG handle_client{id=2}:compile{out=bitflags}: sccache::compiler::compiler: Cache hit in 0.003 s
DEBUG handle_client{id=3}:compile{out=itoa}: sccache::compiler::compiler: generate_hash_key took 0.133 s
TRACE handle_client{id=3}:compile{out=itoa}: sccache::compiler::compiler: Hash key: 3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312
TRACE handle_client{id=3}:compile{out=itoa}: sccache::cache::disk: DiskCache::get(3e407b4cddc986c345c15d0a9ea0dbd38d2debce8d6b1511c05f3616b725e97b65933b92a536d4a50ba4b16e9126a32e9e3b4ecf1f0e31454eab618f2cfb3312)
DEBUG handle_client{id=3}:compile{out=itoa}: sccache::compiler::compiler: Cache hit in 0.000 s
TRACE handle_client{id=2}:compile{out=bitflags}: sccache::server: CompileFinished retcode: exit code: 0
TRACE handle_client{id=3}:compile{out=itoa}: sccache::server: CompileFinished retcode: exit code: 0
TRACE sccache::server: incoming connection
DEBUG handle_client{id=4}: sccache::server: handle_client: compile
TRACE handle_client{id=4}: sccache::server: compiler_info
TRACE handle_client{id=4}: sccache::server: compiler_info cache hit
DEBUG handle_client{id=4}: sccache::server: check_compiler: Supported compiler
DEBUG handle_client{id=4}: sccache::server: parse_arguments: Ok: ["--crate-name", "snippet", "src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=6963f778cc46a6d2", "-C", "extra-filename=-6963f778cc46a6d2", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib"]
DEBUG handle_client{id=4}:compile{out=snippet}: sccache::compiler::compiler: get_cached_or_compile: ["--crate-name", "snippet", "src/lib.rs", "--color", "always", "--crate-type", "lib", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=6963f778cc46a6d2", "-C", "extra-filename=-6963f778cc46a6d2", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib"]
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::rust: generate_hash_key
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::rust: get dep-info: Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "snippet" "src/lib.rs" "--crate-type" "rlib" "-C" "debuginfo=2" "-C" "metadata=6963f778cc46a6d2" "-C" "extra-filename=-6963f778cc46a6d2" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--extern" "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib" "--extern" "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib" "--emit" "dep-info" "-o" "/var/folders/mt/twm32yfx4_zggn65d6wlsjjc0000gq/T/sccache.1pZ1qMghiBOc/deps.d")
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::rust: hashing 2 externs
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::rust: hashing 0 staticlibs
TRACE handle_client{id=4}:compile{out=snippet}: sccache::util: Hashed 2 files in 0.001 s
TRACE handle_client{id=4}:compile{out=snippet}: sccache::util: Hashed 0 files in 0.001 s
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::rust: got 1 source files from dep-info in 0.080 s
TRACE handle_client{id=4}:compile{out=snippet}: sccache::util: Hashed 1 files in 0.000 s
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::rust: get_compiler_outputs=Some("/Users/luser/.cargo/bin/rustc" "--crate-name" "snippet" "src/lib.rs" "--crate-type" "rlib" "--emit" "dep-info,link" "-C" "debuginfo=2" "-C" "metadata=6963f778cc46a6d2" "-C" "extra-filename=-6963f778cc46a6d2" "--out-dir" "/Users/luser/build/snippet/target/debug/deps" "-L" "dependency=/Users/luser/build/snippet/target/debug/deps" "--extern" "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib" "--extern" "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib" "--print" "file-names")
DEBUG handle_client{id=4}:compile{out=snippet}: sccache::compiler::compiler: generate_hash_key took 0.135 s
TRACE handle_client{id=4}:compile{out=snippet}: sccache::compiler::compiler: Hash key: 074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481
TRACE handle_client{id=4}:compile{out=snippet}: sccache::cache::disk: DiskCache::get(074d5c910d661c98fd644cf69d51576f7e12fcbf6eba69c4da13dc59bd5492fffec56d15cbedc66e17ee2a52d0ba351c2941d281ccdbdff452dce248deeb2481)
DEBUG handle_client{id=4}:compile{out=snippet}: sccache::compiler::compiler: Cache hit in 0.000 s
TRACE handle_client{id=4}:compile{out=snippet}: sccache::server: CompileFinished retcode: exit code: 0
TRACE sccache::server: incoming connection
DEBUG handle_client{id=5}: sccache::server: handle_client: compile
TRACE handle_client{id=5}: sccache::server: compiler_info
TRACE handle_client{id=5}: sccache::server: compiler_info cache hit
DEBUG handle_client{id=5}: sccache::server: check_compiler: Supported compiler
DEBUG handle_client{id=5}: sccache::server: parse_arguments: CannotCache(crate-type, bin): ["--crate-name", "snippet", "src/main.rs", "--color", "always", "--crate-type", "bin", "--emit=dep-info,link", "-C", "debuginfo=2", "-C", "metadata=f9eaf60cbe0de824", "-C", "extra-filename=-f9eaf60cbe0de824", "--out-dir", "/Users/luser/build/snippet/target/debug/deps", "-L", "dependency=/Users/luser/build/snippet/target/debug/deps", "--extern", "bitflags=/Users/luser/build/snippet/target/debug/deps/libbitflags-861218943972ef93.rlib", "--extern", "itoa=/Users/luser/build/snippet/target/debug/deps/libitoa-d1d351c2f2e9c829.rlib", "--extern", "snippet=/Users/luser/build/snippet/target/debug/deps/libsnippet-6963f778cc46a6d2.rlib"]
TRACE sccache::server: incoming connection
DEBUG handle_client{id=6}: sccache::server: handle_client: shutdown
 INFO sccache::server: shutting down due to being idle or request
 INFO sccache::server: moving into the shutdown phase now, waiting at most 10 seconds for all client requests to complete
 INFO sccache::server: ok, fully shutting down now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment