[INFO] fetching crate r-gen 0.0.2... [INFO] testing r-gen-0.0.2 against 1.90.0 for beta-1.91-3 [INFO] extracting crate r-gen 0.0.2 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate r-gen 0.0.2 [INFO] finished tweaking crates.io crate r-gen 0.0.2 [INFO] tweaked toml for crates.io crate r-gen 0.0.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate r-gen 0.0.2 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 54 packages to latest compatible versions [INFO] [stderr] Adding probability v0.17.0 (available: v0.20.3) [INFO] [stderr] Adding rand v0.6.5 (available: v0.9.2) [INFO] [stderr] Adding statrs v0.13.0 (available: v0.18.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num-complex v0.2.4 [INFO] [stderr] Downloaded rawpointer v0.2.1 [INFO] [stderr] Downloaded approx v0.3.2 [INFO] [stderr] Downloaded num-rational v0.2.4 [INFO] [stderr] Downloaded generic-array v0.13.3 [INFO] [stderr] Downloaded random v0.12.2 [INFO] [stderr] Downloaded probability v0.17.0 [INFO] [stderr] Downloaded r-gen-macro v0.0.1 [INFO] [stderr] Downloaded alga v0.9.3 [INFO] [stderr] Downloaded itertools v0.10.5 [INFO] [stderr] Downloaded statrs v0.13.0 [INFO] [stderr] Downloaded matrixmultiply v0.2.4 [INFO] [stderr] Downloaded nalgebra v0.19.0 [INFO] [stderr] Downloaded rand_distr v0.2.2 [INFO] [stderr] Downloaded special v0.8.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0390c7132690dcbb62edfff8b7254b73d79eaa6a15dfbece626ae5b29ae180f7 [INFO] running `Command { std: "docker" "start" "-a" "0390c7132690dcbb62edfff8b7254b73d79eaa6a15dfbece626ae5b29ae180f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0390c7132690dcbb62edfff8b7254b73d79eaa6a15dfbece626ae5b29ae180f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0390c7132690dcbb62edfff8b7254b73d79eaa6a15dfbece626ae5b29ae180f7", kill_on_drop: false }` [INFO] [stdout] 0390c7132690dcbb62edfff8b7254b73d79eaa6a15dfbece626ae5b29ae180f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 825a39d9c43e57c25e4cf7e9a6d9cc6b2ac64f12961083bc90c3fb89ea7ca207 [INFO] running `Command { std: "docker" "start" "-a" "825a39d9c43e57c25e4cf7e9a6d9cc6b2ac64f12961083bc90c3fb89ea7ca207", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling special v0.8.1 [INFO] [stderr] Compiling random v0.12.2 [INFO] [stderr] Compiling probability v0.17.0 [INFO] [stderr] Compiling generic-array v0.13.3 [INFO] [stderr] Compiling r-gen-macro v0.0.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling nalgebra v0.19.0 [INFO] [stderr] Compiling statrs v0.13.0 [INFO] [stderr] Compiling r-gen v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.18s [INFO] running `Command { std: "docker" "inspect" "825a39d9c43e57c25e4cf7e9a6d9cc6b2ac64f12961083bc90c3fb89ea7ca207", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "825a39d9c43e57c25e4cf7e9a6d9cc6b2ac64f12961083bc90c3fb89ea7ca207", kill_on_drop: false }` [INFO] [stdout] 825a39d9c43e57c25e4cf7e9a6d9cc6b2ac64f12961083bc90c3fb89ea7ca207 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 063375a8d1546aa445686653f55d6e6bc4c2dfe7179622f82819f4455c00b624 [INFO] running `Command { std: "docker" "start" "-a" "063375a8d1546aa445686653f55d6e6bc4c2dfe7179622f82819f4455c00b624", kill_on_drop: false }` [INFO] [stderr] Compiling r-gen v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:85:80 [INFO] [stdout] | [INFO] [stdout] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 117 | #[r_gen] [INFO] [stdout] | -------- in this procedural macro expansion [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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stdout] | [INFO] [stdout] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 130 | #[r_gen] [INFO] [stdout] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stdout] | [INFO] [stdout] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 139 | #[r_gen] [INFO] [stdout] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stdout] | [INFO] [stdout] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 147 | #[r_gen] [INFO] [stdout] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stdout] | [INFO] [stdout] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 157 | #[r_gen] [INFO] [stdout] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stdout] | [INFO] [stdout] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 171 | #[r_gen] [INFO] [stdout] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stdout] | [INFO] [stdout] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 193 | #[r_gen] [INFO] [stdout] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stdout] | [INFO] [stdout] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 215 | #[r_gen] [INFO] [stdout] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stdout] | [INFO] [stdout] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 238 | #[r_gen] [INFO] [stdout] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stdout] | [INFO] [stdout] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 261 | #[r_gen] [INFO] [stdout] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.98s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: r-gen v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "063375a8d1546aa445686653f55d6e6bc4c2dfe7179622f82819f4455c00b624", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "063375a8d1546aa445686653f55d6e6bc4c2dfe7179622f82819f4455c00b624", kill_on_drop: false }` [INFO] [stdout] 063375a8d1546aa445686653f55d6e6bc4c2dfe7179622f82819f4455c00b624 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 978f6b381b3543495bbe8bf632e343e4b217289f853ec170c71052922cf195da [INFO] running `Command { std: "docker" "start" "-a" "978f6b381b3543495bbe8bf632e343e4b217289f853ec170c71052922cf195da", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:85:80 [INFO] [stderr] | [INFO] [stderr] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 117 | #[r_gen] [INFO] [stderr] | -------- in this procedural macro expansion [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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = note: this warning originates in the macro `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stderr] | [INFO] [stderr] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 130 | #[r_gen] [INFO] [stderr] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stderr] | [INFO] [stderr] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 139 | #[r_gen] [INFO] [stderr] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stderr] | [INFO] [stderr] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 147 | #[r_gen] [INFO] [stderr] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stderr] | [INFO] [stderr] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 157 | #[r_gen] [INFO] [stderr] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stderr] | [INFO] [stderr] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 171 | #[r_gen] [INFO] [stderr] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stderr] | [INFO] [stderr] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 193 | #[r_gen] [INFO] [stderr] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stderr] | [INFO] [stderr] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 215 | #[r_gen] [INFO] [stderr] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stderr] | [INFO] [stderr] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 238 | #[r_gen] [INFO] [stderr] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (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/lib.rs:85:80 [INFO] [stderr] | [INFO] [stderr] 85 | (Rc::get_mut(&mut $sample_ident).unwrap())(&$name, $dist, $trace_ident); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 261 | #[r_gen] [INFO] [stderr] | -------- in this procedural macro expansion [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 `sample` which comes from the expansion of the attribute macro `r_gen` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `r-gen` (lib test) generated 10 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: r-gen v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/r_gen-b6eef6c7ac0199d7) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test tests::test_bernoulli ... ok [INFO] [stdout] test tests::test_generate ... ok [INFO] [stdout] test tests::test_macros ... ok [INFO] [stdout] test tests::test_trace_string ... ok [INFO] [stdout] test tests::test_simulate ... ok [INFO] [stdout] test tests::test_normal ... ok [INFO] [stdout] test tests::test_binom ... ok [INFO] [stdout] test tests::test_importance_resampling ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s [INFO] [stdout] [INFO] [stderr] Doc-tests r_gen [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/lib.rs - sample (line 50) ... ok [INFO] [stdout] test src/trace.rs - trace::Choicemap::new (line 19) ... ok [INFO] [stdout] test src/trace.rs - trace::Choicemap::add_choice (line 44) ... ok [INFO] [stdout] test src/trace.rs - trace::Choicemap::from (line 31) ... ok [INFO] [stdout] test src/lib.rs - generate (line 327) ... ok [INFO] [stdout] test src/lib.rs - sample (line 65) ... ok [INFO] [stdout] test src/lib.rs - simulate (line 286) ... ok [INFO] [stdout] test src/lib.rs - (line 3) ... ok [INFO] [stdout] test src/trace.rs - trace::Trace::get_trace_string (line 117) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.64s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "978f6b381b3543495bbe8bf632e343e4b217289f853ec170c71052922cf195da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "978f6b381b3543495bbe8bf632e343e4b217289f853ec170c71052922cf195da", kill_on_drop: false }` [INFO] [stdout] 978f6b381b3543495bbe8bf632e343e4b217289f853ec170c71052922cf195da