[INFO] cloning repository https://github.com/yellowtides/rustpeuler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yellowtides/rustpeuler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyellowtides%2Frustpeuler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyellowtides%2Frustpeuler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ec970c77bf81d1743ed8442bbbbd82b11cb520e2 [INFO] testing yellowtides/rustpeuler against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyellowtides%2Frustpeuler" "/workspace/builds/worker-24/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-24/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yellowtides/rustpeuler on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yellowtides/rustpeuler [INFO] finished tweaking git repo https://github.com/yellowtides/rustpeuler [INFO] tweaked toml for git repo https://github.com/yellowtides/rustpeuler written to /workspace/builds/worker-24/source/Cargo.toml [INFO] crate git repo https://github.com/yellowtides/rustpeuler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03c9efce6ede461196c8d73a20c2dc009325beddf95b6c5dcefde004e519c1b7 [INFO] running `Command { std: "docker" "start" "-a" "03c9efce6ede461196c8d73a20c2dc009325beddf95b6c5dcefde004e519c1b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03c9efce6ede461196c8d73a20c2dc009325beddf95b6c5dcefde004e519c1b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03c9efce6ede461196c8d73a20c2dc009325beddf95b6c5dcefde004e519c1b7", kill_on_drop: false }` [INFO] [stdout] 03c9efce6ede461196c8d73a20c2dc009325beddf95b6c5dcefde004e519c1b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 516f0485c70fc72adfd5e1790b876bb0f69a38fc9b04b88101a84c38a0b222f7 [INFO] running `Command { std: "docker" "start" "-a" "516f0485c70fc72adfd5e1790b876bb0f69a38fc9b04b88101a84c38a0b222f7", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-bigint v0.3.0 [INFO] [stderr] Compiling rustpeuler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 39 | 1 => fetch_pres!(s0001), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 40 | 2 => fetch_pres!(s0002), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 41 | 3 => fetch_pres!(s0003), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 42 | 4 => fetch_pres!(s0004), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 43 | 5 => fetch_pres!(s0005), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 44 | 6 => fetch_pres!(s0006), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 45 | 7 => fetch_pres!(s0007), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 46 | 8 => fetch_pres!(s0008), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 47 | 9 => fetch_pres!(s0009), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 48 | 10 => fetch_pres!(s0010), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 49 | 12 => fetch_pres!(s0012), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 50 | 14 => fetch_pres!(s0014), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 51 | 15 => fetch_pres!(s0015), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 52 | 16 => fetch_pres!(s0016), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 53 | 17 => fetch_pres!(s0017), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 54 | 19 => fetch_pres!(s0019), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 55 | 20 => fetch_pres!(s0020), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 56 | 21 => fetch_pres!(s0021), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 57 | 25 => fetch_pres!(s0025), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 58 | 30 => fetch_pres!(s0030), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 59 | 51 => fetch_pres!(s0051), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 60 | 62 => fetch_pres!(s0062), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | 69 => fetch_pres!(s0069), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.56s [INFO] running `Command { std: "docker" "inspect" "516f0485c70fc72adfd5e1790b876bb0f69a38fc9b04b88101a84c38a0b222f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "516f0485c70fc72adfd5e1790b876bb0f69a38fc9b04b88101a84c38a0b222f7", kill_on_drop: false }` [INFO] [stdout] 516f0485c70fc72adfd5e1790b876bb0f69a38fc9b04b88101a84c38a0b222f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5f785855ddb372b2893bebce3df6686142420c6b2978dc918282326da78f9e8b [INFO] running `Command { std: "docker" "start" "-a" "5f785855ddb372b2893bebce3df6686142420c6b2978dc918282326da78f9e8b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rustpeuler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 39 | 1 => fetch_pres!(s0001), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 40 | 2 => fetch_pres!(s0002), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 41 | 3 => fetch_pres!(s0003), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 42 | 4 => fetch_pres!(s0004), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 43 | 5 => fetch_pres!(s0005), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 44 | 6 => fetch_pres!(s0006), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 45 | 7 => fetch_pres!(s0007), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 46 | 8 => fetch_pres!(s0008), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 47 | 9 => fetch_pres!(s0009), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 48 | 10 => fetch_pres!(s0010), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 49 | 12 => fetch_pres!(s0012), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 50 | 14 => fetch_pres!(s0014), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 51 | 15 => fetch_pres!(s0015), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 52 | 16 => fetch_pres!(s0016), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 53 | 17 => fetch_pres!(s0017), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 54 | 19 => fetch_pres!(s0019), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 55 | 20 => fetch_pres!(s0020), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 56 | 21 => fetch_pres!(s0021), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 57 | 25 => fetch_pres!(s0025), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 58 | 30 => fetch_pres!(s0030), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 59 | 51 => fetch_pres!(s0051), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 60 | 62 => fetch_pres!(s0062), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/main.rs:9:72 [INFO] [stdout] | [INFO] [stdout] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | 69 => fetch_pres!(s0069), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.89s [INFO] [stderr] Executable unittests src/sol/lib.rs (/opt/rustwide/target/debug/deps/plist-eaff26064ab54a2a) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rustpeuler-714e723e5b485151) [INFO] running `Command { std: "docker" "inspect" "5f785855ddb372b2893bebce3df6686142420c6b2978dc918282326da78f9e8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f785855ddb372b2893bebce3df6686142420c6b2978dc918282326da78f9e8b", kill_on_drop: false }` [INFO] [stdout] 5f785855ddb372b2893bebce3df6686142420c6b2978dc918282326da78f9e8b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 96c4edd133bd0ffc779e7b4cdc674ceced1f3ec74328d944469ca75bb2af4fa7 [INFO] running `Command { std: "docker" "start" "-a" "96c4edd133bd0ffc779e7b4cdc674ceced1f3ec74328d944469ca75bb2af4fa7", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 39 | 1 => fetch_pres!(s0001), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 40 | 2 => fetch_pres!(s0002), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 41 | 3 => fetch_pres!(s0003), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 42 | 4 => fetch_pres!(s0004), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 43 | 5 => fetch_pres!(s0005), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 44 | 6 => fetch_pres!(s0006), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 45 | 7 => fetch_pres!(s0007), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 46 | 8 => fetch_pres!(s0008), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 47 | 9 => fetch_pres!(s0009), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 48 | 10 => fetch_pres!(s0010), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 49 | 12 => fetch_pres!(s0012), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 50 | 14 => fetch_pres!(s0014), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 51 | 15 => fetch_pres!(s0015), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 52 | 16 => fetch_pres!(s0016), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 53 | 17 => fetch_pres!(s0017), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 54 | 19 => fetch_pres!(s0019), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 55 | 20 => fetch_pres!(s0020), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 56 | 21 => fetch_pres!(s0021), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 57 | 25 => fetch_pres!(s0025), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 58 | 30 => fetch_pres!(s0030), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 59 | 51 => fetch_pres!(s0051), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 60 | 62 => fetch_pres!(s0062), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/main.rs:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | println!("what you're looking for is {}", plist::$arg::solve()); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 61 | 69 => fetch_pres!(s0069), [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `fetch_pres` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rustpeuler` (bin "rustpeuler" test) generated 23 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/sol/lib.rs (/opt/rustwide/target/debug/deps/plist-eaff26064ab54a2a) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rustpeuler-714e723e5b485151) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests plist [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "96c4edd133bd0ffc779e7b4cdc674ceced1f3ec74328d944469ca75bb2af4fa7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96c4edd133bd0ffc779e7b4cdc674ceced1f3ec74328d944469ca75bb2af4fa7", kill_on_drop: false }` [INFO] [stdout] 96c4edd133bd0ffc779e7b4cdc674ceced1f3ec74328d944469ca75bb2af4fa7