[INFO] updating cached repository jbg/macbookfan [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jbg/macbookfan [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jbg/macbookfan" "work/ex/beta-1.38-1/sources/1.37.0/gh/jbg/macbookfan"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jbg/macbookfan'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jbg/macbookfan" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jbg/macbookfan"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jbg/macbookfan'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 283b884de1d772f7b2ab39fe548b43f129a67b10 [INFO] sha for GitHub repo jbg/macbookfan: 283b884de1d772f7b2ab39fe548b43f129a67b10 [INFO] validating manifest of jbg/macbookfan on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jbg/macbookfan on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jbg/macbookfan [INFO] finished frobbing jbg/macbookfan [INFO] frobbed toml for jbg/macbookfan written to work/ex/beta-1.38-1/sources/1.37.0/gh/jbg/macbookfan/Cargo.toml [INFO] started frobbing jbg/macbookfan [INFO] finished frobbing jbg/macbookfan [INFO] frobbed toml for jbg/macbookfan written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jbg/macbookfan/Cargo.toml [INFO] crate jbg/macbookfan already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jbg/macbookfan against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jbg/macbookfan:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] d011532495e06b6608c6b15977c7d01a39d07929d646208f7f12a100cc2ade89 [INFO] running `"docker" "start" "-a" "d011532495e06b6608c6b15977c7d01a39d07929d646208f7f12a100cc2ade89"` [INFO] [stderr] Compiling pid_control v0.7.2 [INFO] [stderr] Compiling macbookfan v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | static ref SMC_SYSFS_DIRECTORY: PathBuf = { [INFO] [stderr] 45 | | Path::new("/sys/devices/platform").join(APPLE_SMC) [INFO] [stderr] 46 | | }; [INFO] [stderr] ... | [INFO] [stderr] 49 | | }; [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | static ref SMC_SYSFS_DIRECTORY: PathBuf = { [INFO] [stderr] 45 | | Path::new("/sys/devices/platform").join(APPLE_SMC) [INFO] [stderr] 46 | | }; [INFO] [stderr] ... | [INFO] [stderr] 49 | | }; [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | static ref SMC_SYSFS_DIRECTORY: PathBuf = { [INFO] [stderr] 45 | | Path::new("/sys/devices/platform").join(APPLE_SMC) [INFO] [stderr] 46 | | }; [INFO] [stderr] ... | [INFO] [stderr] 49 | | }; [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | static ref SMC_SYSFS_DIRECTORY: PathBuf = { [INFO] [stderr] 45 | | Path::new("/sys/devices/platform").join(APPLE_SMC) [INFO] [stderr] 46 | | }; [INFO] [stderr] ... | [INFO] [stderr] 49 | | }; [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.91s [INFO] running `"docker" "inspect" "d011532495e06b6608c6b15977c7d01a39d07929d646208f7f12a100cc2ade89"` [INFO] running `"docker" "rm" "-f" "d011532495e06b6608c6b15977c7d01a39d07929d646208f7f12a100cc2ade89"` [INFO] [stdout] d011532495e06b6608c6b15977c7d01a39d07929d646208f7f12a100cc2ade89 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jbg/macbookfan:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 2c6bb542ec9fae7e4b24241bac84984d440cbeaf098964f3c41a15016d22c570 [INFO] running `"docker" "start" "-a" "2c6bb542ec9fae7e4b24241bac84984d440cbeaf098964f3c41a15016d22c570"` [INFO] [stderr] Compiling macbookfan v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | static ref SMC_SYSFS_DIRECTORY: PathBuf = { [INFO] [stderr] 45 | | Path::new("/sys/devices/platform").join(APPLE_SMC) [INFO] [stderr] 46 | | }; [INFO] [stderr] ... | [INFO] [stderr] 49 | | }; [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | static ref SMC_SYSFS_DIRECTORY: PathBuf = { [INFO] [stderr] 45 | | Path::new("/sys/devices/platform").join(APPLE_SMC) [INFO] [stderr] 46 | | }; [INFO] [stderr] ... | [INFO] [stderr] 49 | | }; [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | static ref SMC_SYSFS_DIRECTORY: PathBuf = { [INFO] [stderr] 45 | | Path::new("/sys/devices/platform").join(APPLE_SMC) [INFO] [stderr] 46 | | }; [INFO] [stderr] ... | [INFO] [stderr] 49 | | }; [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | static ref SMC_SYSFS_DIRECTORY: PathBuf = { [INFO] [stderr] 45 | | Path::new("/sys/devices/platform").join(APPLE_SMC) [INFO] [stderr] 46 | | }; [INFO] [stderr] ... | [INFO] [stderr] 49 | | }; [INFO] [stderr] 50 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `"docker" "inspect" "2c6bb542ec9fae7e4b24241bac84984d440cbeaf098964f3c41a15016d22c570"` [INFO] running `"docker" "rm" "-f" "2c6bb542ec9fae7e4b24241bac84984d440cbeaf098964f3c41a15016d22c570"` [INFO] [stdout] 2c6bb542ec9fae7e4b24241bac84984d440cbeaf098964f3c41a15016d22c570 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jbg/macbookfan:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 778d321c00567071a2f5d649fc5c286997839c9a2df6676db268de57cbb1b2c8 [INFO] running `"docker" "start" "-a" "778d321c00567071a2f5d649fc5c286997839c9a2df6676db268de57cbb1b2c8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/macbookfan-e564a40ddb2a34f0 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "778d321c00567071a2f5d649fc5c286997839c9a2df6676db268de57cbb1b2c8"` [INFO] running `"docker" "rm" "-f" "778d321c00567071a2f5d649fc5c286997839c9a2df6676db268de57cbb1b2c8"` [INFO] [stdout] 778d321c00567071a2f5d649fc5c286997839c9a2df6676db268de57cbb1b2c8