[INFO] updating cached repository stisol/Horace [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/stisol/Horace [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/stisol/Horace" "work/ex/beta-1.38-1/sources/1.37.0/gh/stisol/Horace"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/stisol/Horace'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/stisol/Horace" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stisol/Horace"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stisol/Horace'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0fb2d932166c552abd11cac7f1958cf6b8ce781c [INFO] sha for GitHub repo stisol/Horace: 0fb2d932166c552abd11cac7f1958cf6b8ce781c [INFO] validating manifest of stisol/Horace 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 stisol/Horace 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 stisol/Horace [INFO] finished frobbing stisol/Horace [INFO] frobbed toml for stisol/Horace written to work/ex/beta-1.38-1/sources/1.37.0/gh/stisol/Horace/Cargo.toml [INFO] started frobbing stisol/Horace [INFO] finished frobbing stisol/Horace [INFO] frobbed toml for stisol/Horace written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stisol/Horace/Cargo.toml [INFO] crate stisol/Horace 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 stisol/Horace 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-2/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/stisol/Horace:/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] 5a12e2c88035fcab6b8698f84b92fd2fa531b622768b37e257862a5b48739d04 [INFO] running `"docker" "start" "-a" "5a12e2c88035fcab6b8698f84b92fd2fa531b622768b37e257862a5b48739d04"` [INFO] [stderr] Compiling serde v1.0.38 [INFO] [stderr] Compiling rand_core v0.2.0 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling socket2 v0.3.4 [INFO] [stderr] Compiling parking_lot_core v0.2.13 [INFO] [stderr] Compiling r2d2 v0.8.2 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling sha2 v0.7.0 [INFO] [stderr] Compiling hmac v0.5.0 [INFO] [stderr] Compiling env_logger v0.5.7 [INFO] [stderr] Compiling rand v0.5.0 [INFO] [stderr] Compiling parking_lot v0.5.4 [INFO] [stderr] Compiling postgres-protocol v0.3.2 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.38 [INFO] [stderr] Compiling evzht9h3nznqzwl v0.0.3 [INFO] [stderr] Compiling multipart v0.13.6 [INFO] [stderr] Compiling hyper-native-tls v0.2.4 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling serde_json v1.0.14 [INFO] [stderr] Compiling postgres-shared v0.4.1 [INFO] [stderr] Compiling serenity v0.5.2 [INFO] [stderr] Compiling postgres v0.15.2 [INFO] [stderr] Compiling r2d2_postgres v0.14.0 [INFO] [stderr] Compiling horace v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/commands/statistics.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / /// Get the top ten most active users by word count. [INFO] [stderr] 6 | | /// Default number of days of activity to look at is 7. [INFO] [stderr] | |_______________________________________________________^ [INFO] [stderr] 7 | / command!(stats(ctx, msg, args) { [INFO] [stderr] 8 | | let days = args.single::().unwrap_or(7); [INFO] [stderr] 9 | | let mut pool = util::get_pool(ctx); [INFO] [stderr] 10 | | [INFO] [stderr] ... | [INFO] [stderr] 59 | | ), &msg.channel_id); [INFO] [stderr] 60 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 50s [INFO] running `"docker" "inspect" "5a12e2c88035fcab6b8698f84b92fd2fa531b622768b37e257862a5b48739d04"` [INFO] running `"docker" "rm" "-f" "5a12e2c88035fcab6b8698f84b92fd2fa531b622768b37e257862a5b48739d04"` [INFO] [stdout] 5a12e2c88035fcab6b8698f84b92fd2fa531b622768b37e257862a5b48739d04 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/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/stisol/Horace:/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] 68f54559e20f8d40b5dec5c62df7804f2d57e3b26e1fbddceac91351b56f5526 [INFO] running `"docker" "start" "-a" "68f54559e20f8d40b5dec5c62df7804f2d57e3b26e1fbddceac91351b56f5526"` [INFO] [stderr] Compiling horace v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/commands/statistics.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / /// Get the top ten most active users by word count. [INFO] [stderr] 6 | | /// Default number of days of activity to look at is 7. [INFO] [stderr] | |_______________________________________________________^ [INFO] [stderr] 7 | / command!(stats(ctx, msg, args) { [INFO] [stderr] 8 | | let days = args.single::().unwrap_or(7); [INFO] [stderr] 9 | | let mut pool = util::get_pool(ctx); [INFO] [stderr] 10 | | [INFO] [stderr] ... | [INFO] [stderr] 59 | | ), &msg.channel_id); [INFO] [stderr] 60 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.50s [INFO] running `"docker" "inspect" "68f54559e20f8d40b5dec5c62df7804f2d57e3b26e1fbddceac91351b56f5526"` [INFO] running `"docker" "rm" "-f" "68f54559e20f8d40b5dec5c62df7804f2d57e3b26e1fbddceac91351b56f5526"` [INFO] [stdout] 68f54559e20f8d40b5dec5c62df7804f2d57e3b26e1fbddceac91351b56f5526 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/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/stisol/Horace:/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] 7fccb43b2bab1d7e2bd1d691615566b081d317db256bb528d619424ee5747627 [INFO] running `"docker" "start" "-a" "7fccb43b2bab1d7e2bd1d691615566b081d317db256bb528d619424ee5747627"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/horace-c860818cfd978312 [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" "7fccb43b2bab1d7e2bd1d691615566b081d317db256bb528d619424ee5747627"` [INFO] running `"docker" "rm" "-f" "7fccb43b2bab1d7e2bd1d691615566b081d317db256bb528d619424ee5747627"` [INFO] [stdout] 7fccb43b2bab1d7e2bd1d691615566b081d317db256bb528d619424ee5747627