[INFO] fetching crate pv_rhino 1.6.0... [INFO] testing pv_rhino-1.6.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate pv_rhino 1.6.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate pv_rhino 1.6.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pv_rhino 1.6.0 [INFO] finished tweaking crates.io crate pv_rhino 1.6.0 [INFO] tweaked toml for crates.io crate pv_rhino 1.6.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded minimp3 v0.5.1 [INFO] [stderr] Downloaded minimp3-sys v0.3.2 [INFO] [stderr] Downloaded ogg v0.8.0 [INFO] [stderr] Downloaded slice-deque v0.3.0 [INFO] [stderr] Downloaded lewton v0.10.2 [INFO] [stderr] Downloaded claxon v0.4.3 [INFO] [stderr] Downloaded hound v3.4.0 [INFO] [stderr] Downloaded rodio v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 00d473fc14337ca97182dcd48e063af74791164473a12ca20d9acb1199247147 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "00d473fc14337ca97182dcd48e063af74791164473a12ca20d9acb1199247147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "00d473fc14337ca97182dcd48e063af74791164473a12ca20d9acb1199247147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00d473fc14337ca97182dcd48e063af74791164473a12ca20d9acb1199247147", kill_on_drop: false }` [INFO] [stdout] 00d473fc14337ca97182dcd48e063af74791164473a12ca20d9acb1199247147 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6722fd07c50045c0654d6d3927ab2a00219d80af8ed02702c4fb86ddeb623672 [INFO] running `Command { std: "docker" "start" "-a" "6722fd07c50045c0654d6d3927ab2a00219d80af8ed02702c4fb86ddeb623672", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling pv_rhino v1.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | let pv_rhino_init: Symbol = load_library_fn!(lib, b"pv_rhino_init"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 320 | load_library_fn!(lib, b"pv_rhino_process"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 323 | load_library_fn!(lib, b"pv_rhino_delete"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 326 | load_library_fn!(lib, b"pv_rhino_is_understood"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 329 | load_library_fn!(lib, b"pv_rhino_get_intent"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 332 | load_library_fn!(lib, b"pv_rhino_free_slots_and_values"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 334 | let pv_rhino_reset: Symbol = load_library_fn!(lib, b"pv_rhino_reset"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 337 | load_library_fn!(lib, b"pv_rhino_context_info"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 339 | let pv_sample_rate: Symbol = load_library_fn!(lib, b"pv_sample_rate"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 342 | load_library_fn!(lib, b"pv_rhino_frame_length"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 345 | load_library_fn!(lib, b"pv_rhino_version"); [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 `load_library_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.37s [INFO] running `Command { std: "docker" "inspect" "6722fd07c50045c0654d6d3927ab2a00219d80af8ed02702c4fb86ddeb623672", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6722fd07c50045c0654d6d3927ab2a00219d80af8ed02702c4fb86ddeb623672", kill_on_drop: false }` [INFO] [stdout] 6722fd07c50045c0654d6d3927ab2a00219d80af8ed02702c4fb86ddeb623672 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e8701c40191f5cc47982b5abeca3e466b734755e2382b764e025e96c8ebd7d3b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e8701c40191f5cc47982b5abeca3e466b734755e2382b764e025e96c8ebd7d3b", kill_on_drop: false }` [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling slice-deque v0.3.0 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | let pv_rhino_init: Symbol = load_library_fn!(lib, b"pv_rhino_init"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 320 | load_library_fn!(lib, b"pv_rhino_process"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 323 | load_library_fn!(lib, b"pv_rhino_delete"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 326 | load_library_fn!(lib, b"pv_rhino_is_understood"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 329 | load_library_fn!(lib, b"pv_rhino_get_intent"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 332 | load_library_fn!(lib, b"pv_rhino_free_slots_and_values"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 334 | let pv_rhino_reset: Symbol = load_library_fn!(lib, b"pv_rhino_reset"); [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 `load_library_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nix v0.20.1 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 337 | load_library_fn!(lib, b"pv_rhino_context_info"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 339 | let pv_sample_rate: Symbol = load_library_fn!(lib, b"pv_sample_rate"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 342 | load_library_fn!(lib, b"pv_rhino_frame_length"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 345 | load_library_fn!(lib, b"pv_rhino_version"); [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 `load_library_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling minimp3 v0.5.1 [INFO] [stderr] Compiling alsa v0.5.0 [INFO] [stderr] Compiling cpal v0.13.4 [INFO] [stderr] Compiling rodio v0.14.0 [INFO] [stderr] Compiling pv_rhino v1.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 300 | let pv_rhino_init: Symbol = load_library_fn!(lib, b"pv_rhino_init"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 320 | load_library_fn!(lib, b"pv_rhino_process"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 323 | load_library_fn!(lib, b"pv_rhino_delete"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 326 | load_library_fn!(lib, b"pv_rhino_is_understood"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 329 | load_library_fn!(lib, b"pv_rhino_get_intent"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 332 | load_library_fn!(lib, b"pv_rhino_free_slots_and_values"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 334 | let pv_rhino_reset: Symbol = load_library_fn!(lib, b"pv_rhino_reset"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 337 | load_library_fn!(lib, b"pv_rhino_context_info"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 339 | let pv_sample_rate: Symbol = load_library_fn!(lib, b"pv_sample_rate"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 342 | load_library_fn!(lib, b"pv_rhino_frame_length"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stdout] | [INFO] [stdout] 211 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 345 | load_library_fn!(lib, b"pv_rhino_version"); [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 `load_library_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.07s [INFO] running `Command { std: "docker" "inspect" "e8701c40191f5cc47982b5abeca3e466b734755e2382b764e025e96c8ebd7d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8701c40191f5cc47982b5abeca3e466b734755e2382b764e025e96c8ebd7d3b", kill_on_drop: false }` [INFO] [stdout] e8701c40191f5cc47982b5abeca3e466b734755e2382b764e025e96c8ebd7d3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9713e6fbbe79c8c8fc37c201ab89e798d3ce8ed08970b6431fe835792c396da2 [INFO] running `Command { std: "docker" "start" "-a" "9713e6fbbe79c8c8fc37c201ab89e798d3ce8ed08970b6431fe835792c396da2", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/rhino.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 300 | let pv_rhino_init: Symbol = load_library_fn!(lib, b"pv_rhino_init"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 320 | load_library_fn!(lib, b"pv_rhino_process"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 323 | load_library_fn!(lib, b"pv_rhino_delete"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 326 | load_library_fn!(lib, b"pv_rhino_is_understood"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 329 | load_library_fn!(lib, b"pv_rhino_get_intent"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 332 | load_library_fn!(lib, b"pv_rhino_free_slots_and_values"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 334 | let pv_rhino_reset: Symbol = load_library_fn!(lib, b"pv_rhino_reset"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 337 | load_library_fn!(lib, b"pv_rhino_context_info"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 339 | let pv_sample_rate: Symbol = load_library_fn!(lib, b"pv_sample_rate"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 342 | load_library_fn!(lib, b"pv_rhino_frame_length"); [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 `load_library_fn` (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/rhino.rs:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 345 | load_library_fn!(lib, b"pv_rhino_version"); [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 `load_library_fn` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `pv_rhino` (lib) generated 11 warnings [INFO] [stderr] warning: `pv_rhino` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rhino-266cc4290ce0c621) [INFO] [stdout] [INFO] [stderr] Doc-tests rhino [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] [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" "9713e6fbbe79c8c8fc37c201ab89e798d3ce8ed08970b6431fe835792c396da2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9713e6fbbe79c8c8fc37c201ab89e798d3ce8ed08970b6431fe835792c396da2", kill_on_drop: false }` [INFO] [stdout] 9713e6fbbe79c8c8fc37c201ab89e798d3ce8ed08970b6431fe835792c396da2