[INFO] fetching crate controlgroup 0.3.0... [INFO] testing controlgroup-0.3.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate controlgroup 0.3.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate controlgroup 0.3.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/.cargo/config [INFO] started tweaking crates.io crate controlgroup 0.3.0 [INFO] finished tweaking crates.io crate controlgroup 0.3.0 [INFO] tweaked toml for crates.io crate controlgroup 0.3.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2a8ae1dc0e50c0c9650318cc09ea957532fb5bec14e79c5bc6749d4b17c378f0 [INFO] running `Command { std: "docker" "start" "-a" "2a8ae1dc0e50c0c9650318cc09ea957532fb5bec14e79c5bc6749d4b17c378f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2a8ae1dc0e50c0c9650318cc09ea957532fb5bec14e79c5bc6749d4b17c378f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a8ae1dc0e50c0c9650318cc09ea957532fb5bec14e79c5bc6749d4b17c378f0", kill_on_drop: false }` [INFO] [stdout] 2a8ae1dc0e50c0c9650318cc09ea957532fb5bec14e79c5bc6749d4b17c378f0 [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" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a158b06300f5b42a27967345a35159934fa4cf88a74427659e0488fcbe28dab7 [INFO] running `Command { std: "docker" "start" "-a" "a158b06300f5b42a27967345a35159934fa4cf88a74427659e0488fcbe28dab7", kill_on_drop: false }` [INFO] [stderr] Compiling controlgroup v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / gen_getter!( [INFO] [stdout] 265 | | blkio, [INFO] [stdout] 266 | | "the relative weight of block I/O performed by this cgroup,", [INFO] [stdout] 267 | | weight: link, [INFO] [stdout] 268 | | u16, [INFO] [stdout] 269 | | parse [INFO] [stdout] 270 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | future_incompatible, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` implied by `#[warn(future_incompatible)]` [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | _gen_getter!(map; "the overriding weight for devices", weight_device : link, u16); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | / gen_getter!( [INFO] [stdout] 283 | | blkio, [INFO] [stdout] 284 | | "the weight this cgroup has while competing against descendant cgroups,", [INFO] [stdout] 285 | | leaf_weight: link, [INFO] [stdout] 286 | | u16, [INFO] [stdout] 287 | | parse [INFO] [stdout] 288 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:294:5 [INFO] [stdout] | [INFO] [stdout] 294 | / _gen_getter!( [INFO] [stdout] 295 | | map; "the overriding leaf weight for devices", [INFO] [stdout] 296 | | leaf_weight_device : link, u16 [INFO] [stdout] 297 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:303:5 [INFO] [stdout] | [INFO] [stdout] 303 | / _gen_getter!( [INFO] [stdout] 304 | | map; "the I/O time allocated to this cgroup per device (in milliseconds)", [INFO] [stdout] 305 | | time, u64, time_recursive [INFO] [stdout] 306 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:308:5 [INFO] [stdout] | [INFO] [stdout] 308 | / _gen_getter!( [INFO] [stdout] 309 | | map; "the number of sectors transferred by this cgroup,", [INFO] [stdout] 310 | | sectors, u64, sectors_recursive [INFO] [stdout] 311 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | / _gen_getter!( [INFO] [stdout] 314 | | io_service; "the I/O service transferred by this cgroup (in bytes)", [INFO] [stdout] 315 | | io_service_bytes, io_service_bytes_recursive [INFO] [stdout] 316 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | / _gen_getter!( [INFO] [stdout] 318 | | io_service; "the I/O service transferred by this cgroup (in operation count)", [INFO] [stdout] 319 | | io_serviced, io_serviced_recursive [INFO] [stdout] 320 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | / _gen_getter!( [INFO] [stdout] 322 | | io_service; "the I/O service transferred by this cgroup (in nanoseconds)", [INFO] [stdout] 323 | | io_service_time, io_service_time_recursive [INFO] [stdout] 324 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:326:5 [INFO] [stdout] | [INFO] [stdout] 326 | / _gen_getter!( [INFO] [stdout] 327 | | io_service; "the total time the I/O for this cgroup spent waiting for service,", [INFO] [stdout] 328 | | io_wait_time, io_wait_time_recursive [INFO] [stdout] 329 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:331:5 [INFO] [stdout] | [INFO] [stdout] 331 | / _gen_getter!( [INFO] [stdout] 332 | | io_service; [INFO] [stdout] 333 | | "the number of BIOS requests merged into I/O requests belonging to this cgroup,", [INFO] [stdout] 334 | | io_merged, io_merged_recursive [INFO] [stdout] 335 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / _gen_getter!( [INFO] [stdout] 338 | | io_service; "the number of I/O operations queued by this cgroup,", [INFO] [stdout] 339 | | io_queued, io_queued_recursive [INFO] [stdout] 340 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | / gen_getter!( [INFO] [stdout] 128 | | cpu, [INFO] [stdout] 129 | | "the throttling statistics of this cgroup", [INFO] [stdout] 130 | | stat, [INFO] [stdout] 131 | | Stat, [INFO] [stdout] 132 | | parse_stat [INFO] [stdout] 133 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | gen_getter!(cpu, "the CPU time shares", shares: link, u64, parse); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | gen_setter!(cpu, "CPU time shares", shares: link, set_shares, u64, 2048); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / gen_getter!( [INFO] [stdout] 139 | | cpu, [INFO] [stdout] 140 | | "the total available CPU time within a period (in microseconds)", [INFO] [stdout] 141 | | cfs_quota_us: link, [INFO] [stdout] 142 | | i64, [INFO] [stdout] 143 | | parse [INFO] [stdout] 144 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | / gen_setter!( [INFO] [stdout] 146 | | cpu, [INFO] [stdout] 147 | | "total available CPU time within a period (in microseconds)" [INFO] [stdout] 148 | | : "Setting -1 removes the current limit.", [INFO] [stdout] ... | [INFO] [stdout] 152 | | 500 * 1000 [INFO] [stdout] 153 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | / gen_getter!( [INFO] [stdout] 156 | | cpu, [INFO] [stdout] 157 | | "the length of period (in microseconds)", [INFO] [stdout] 158 | | cfs_period_us: link, [INFO] [stdout] 159 | | u64, [INFO] [stdout] 160 | | parse [INFO] [stdout] 161 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 162 | / gen_setter!( [INFO] [stdout] 163 | | cpu, [INFO] [stdout] 164 | | "length of period (in microseconds)", [INFO] [stdout] 165 | | cfs_period_us: link, [INFO] [stdout] ... | [INFO] [stdout] 168 | | 1000 * 1000 [INFO] [stdout] 169 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | / gen_getter!( [INFO] [stdout] 172 | | cpu, [INFO] [stdout] 173 | | "the total available CPU time for realtime tasks within a period (in microseconds)", [INFO] [stdout] 174 | | rt_runtime_us: link, [INFO] [stdout] 175 | | i64, [INFO] [stdout] 176 | | parse [INFO] [stdout] 177 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | / gen_setter!( [INFO] [stdout] 179 | | cpu, [INFO] [stdout] 180 | | "total available CPU time for realtime tasks within a period (in microseconds)" [INFO] [stdout] 181 | | : "Setting -1 removes the current limit.", [INFO] [stdout] ... | [INFO] [stdout] 185 | | 500 * 1000 [INFO] [stdout] 186 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | / gen_getter!( [INFO] [stdout] 189 | | cpu, [INFO] [stdout] 190 | | "the length of period for realtime tasks (in microseconds)", [INFO] [stdout] 191 | | rt_period_us: link, [INFO] [stdout] 192 | | u64, [INFO] [stdout] 193 | | parse [INFO] [stdout] 194 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | / gen_setter!( [INFO] [stdout] 196 | | cpu, [INFO] [stdout] 197 | | "the length of period for realtime tasks (in microseconds)", [INFO] [stdout] 198 | | rt_period_us: link, [INFO] [stdout] ... | [INFO] [stdout] 201 | | 1000 * 1000 [INFO] [stdout] 202 | | ); [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 `_link` (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/macros.rs:19:63 [INFO] [stdout] | [INFO] [stdout] 19 | return Err(crate::Error::new(crate::ErrorKind::Parse)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:233:18 [INFO] [stdout] | [INFO] [stdout] 233 | _ => bail_parse!(), [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 `bail_parse` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / _gen_getter!( [INFO] [stdout] 86 | | "the statistics about how much CPU time is consumed by this cgroup (in `USER_HZ` unit)" [INFO] [stdout] 87 | | : "The CPU time is further divided into user and system times.", [INFO] [stdout] 88 | | stat, Stat, parse_stat [INFO] [stdout] 89 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / _gen_getter!( [INFO] [stdout] 92 | | "the total CPU time consumed by this cgroup (in nanoseconds)", [INFO] [stdout] 93 | | usage, [INFO] [stdout] 94 | | u64, [INFO] [stdout] 95 | | parse [INFO] [stdout] 96 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | / _gen_getter!( [INFO] [stdout] 99 | | "the per-CPU total CPU time consumed by this cgroup (in nanoseconds)" : [INFO] [stdout] 100 | | "The CPU time is further divided into user and system times.", [INFO] [stdout] 101 | | usage_all, Vec, parse_usage_all [INFO] [stdout] 102 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | / _gen_getter!( [INFO] [stdout] 105 | | "the per-CPU total CPU times consumed by this cgroup (in nanoseconds)", [INFO] [stdout] 106 | | usage_percpu, [INFO] [stdout] 107 | | Vec, [INFO] [stdout] 108 | | parse_vec [INFO] [stdout] 109 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | / _gen_getter!( [INFO] [stdout] 112 | | "the per-CPU total CPU times consumed by this cgroup [INFO] [stdout] 113 | | in the system (kernel) mode (in nanoseconds)", [INFO] [stdout] 114 | | usage_percpu_sys, [INFO] [stdout] 115 | | Vec, [INFO] [stdout] 116 | | parse_vec [INFO] [stdout] 117 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | / _gen_getter!( [INFO] [stdout] 120 | | "the per-CPU total CPU times consumed by this cgroup in the user mode (in nanoseconds)", [INFO] [stdout] 121 | | usage_percpu_user, [INFO] [stdout] 122 | | Vec, [INFO] [stdout] 123 | | parse_vec [INFO] [stdout] 124 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | / _gen_getter!( [INFO] [stdout] 127 | | "the total CPU time consumed by this cgroup in the system (kernel) mode (in nanoseconds)", [INFO] [stdout] 128 | | usage_sys, [INFO] [stdout] 129 | | u64, [INFO] [stdout] 130 | | parse [INFO] [stdout] 131 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | / _gen_getter!( [INFO] [stdout] 134 | | "the total CPU time consumed by this cgroup in the user mode (in nanoseconds)", [INFO] [stdout] 135 | | usage_user, [INFO] [stdout] 136 | | u64, [INFO] [stdout] 137 | | parse [INFO] [stdout] 138 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | / _gen_getter!( [INFO] [stdout] 253 | | "the set of CPUs this cgroup can use", [INFO] [stdout] 254 | | cpus: link, [INFO] [stdout] 255 | | IdSet, [INFO] [stdout] 256 | | parse [INFO] [stdout] 257 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:259:5 [INFO] [stdout] | [INFO] [stdout] 259 | / _gen_setter!( [INFO] [stdout] 260 | | "a set of CPUs this cgroup can use", [INFO] [stdout] 261 | | cpus: link, [INFO] [stdout] 262 | | set_cpus, [INFO] [stdout] 263 | | &IdSet, [INFO] [stdout] 264 | | &"0,1".parse::()? [INFO] [stdout] 265 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | / _gen_getter!( [INFO] [stdout] 268 | | "the set of memory nodes this cgroup can use", [INFO] [stdout] 269 | | mems: link, [INFO] [stdout] 270 | | IdSet, [INFO] [stdout] 271 | | parse [INFO] [stdout] 272 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | / _gen_setter!( [INFO] [stdout] 275 | | "a set of memory nodes this cgroup can use", [INFO] [stdout] 276 | | mems: link, [INFO] [stdout] 277 | | set_mems, [INFO] [stdout] 278 | | &IdSet, [INFO] [stdout] 279 | | &"0,1".parse::()? [INFO] [stdout] 280 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | / _gen_getter!( [INFO] [stdout] 283 | | "whether the memory used by this cgroup should be migrated [INFO] [stdout] 284 | | when memory selection is updated,", [INFO] [stdout] 285 | | memory_migrate: link, [INFO] [stdout] 286 | | bool, [INFO] [stdout] 287 | | parse_01_bool [INFO] [stdout] 288 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | / _gen_setter!( [INFO] [stdout] 291 | | "whether the memory used by this cgroup should be migrated [INFO] [stdout] 292 | | when memory selection is updated,", [INFO] [stdout] 293 | | memory_migrate: link, [INFO] [stdout] ... | [INFO] [stdout] 296 | | true [INFO] [stdout] 297 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:299:5 [INFO] [stdout] | [INFO] [stdout] 299 | / _gen_getter!( [INFO] [stdout] 300 | | "whether the selected CPUs should be exclusive to this cgroup,", [INFO] [stdout] 301 | | cpu_exclusive: link, [INFO] [stdout] 302 | | bool, [INFO] [stdout] 303 | | parse_01_bool [INFO] [stdout] 304 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | / _gen_setter!( [INFO] [stdout] 307 | | "whether the selected CPUs should be exclusive to this cgroup,", [INFO] [stdout] 308 | | cpu_exclusive: link, [INFO] [stdout] 309 | | set_cpu_exclusive, [INFO] [stdout] 310 | | exclusive: bool as i32, [INFO] [stdout] 311 | | true [INFO] [stdout] 312 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:314:5 [INFO] [stdout] | [INFO] [stdout] 314 | / _gen_getter!( [INFO] [stdout] 315 | | "whether the selected memory nodes should be exclusive to this cgroup,", [INFO] [stdout] 316 | | mem_exclusive: link, [INFO] [stdout] 317 | | bool, [INFO] [stdout] 318 | | parse_01_bool [INFO] [stdout] 319 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | / _gen_setter!( [INFO] [stdout] 322 | | "whether the selected memory nodes should be exclusive to this cgroup,", [INFO] [stdout] 323 | | mem_exclusive: link, [INFO] [stdout] 324 | | set_mem_exclusive, [INFO] [stdout] 325 | | exclusive: bool as i32, [INFO] [stdout] 326 | | true [INFO] [stdout] 327 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:329:5 [INFO] [stdout] | [INFO] [stdout] 329 | / _gen_getter!( [INFO] [stdout] 330 | | "whether this cgroup is \"hardwalled\"", [INFO] [stdout] 331 | | mem_hardwall: link, [INFO] [stdout] 332 | | bool, [INFO] [stdout] 333 | | parse_01_bool [INFO] [stdout] 334 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:336:5 [INFO] [stdout] | [INFO] [stdout] 336 | / _gen_setter!( [INFO] [stdout] 337 | | "whether this cgroup is \"hardwalled\"", [INFO] [stdout] 338 | | mem_hardwall: link, [INFO] [stdout] 339 | | set_mem_hardwall, [INFO] [stdout] 340 | | enable: bool as i32, [INFO] [stdout] 341 | | true [INFO] [stdout] 342 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 344 | / _gen_getter!( [INFO] [stdout] 345 | | "the running average of the memory pressure faced by this cgroup,", [INFO] [stdout] 346 | | memory_pressure, [INFO] [stdout] 347 | | u64, [INFO] [stdout] 348 | | parse [INFO] [stdout] 349 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:400:5 [INFO] [stdout] | [INFO] [stdout] 400 | / _gen_getter!( [INFO] [stdout] 401 | | "whether file system buffers are spread across the selected memory nodes,", [INFO] [stdout] 402 | | memory_spread_page: link, [INFO] [stdout] 403 | | bool, [INFO] [stdout] 404 | | parse_01_bool [INFO] [stdout] 405 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:407:5 [INFO] [stdout] | [INFO] [stdout] 407 | / _gen_setter!( [INFO] [stdout] 408 | | "whether file system buffers are spread across the selected memory nodes,", [INFO] [stdout] 409 | | memory_spread_page: link, [INFO] [stdout] 410 | | set_memory_spread_page, [INFO] [stdout] 411 | | enable: bool as i32, [INFO] [stdout] 412 | | true [INFO] [stdout] 413 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:415:5 [INFO] [stdout] | [INFO] [stdout] 415 | / _gen_getter!( [INFO] [stdout] 416 | | "whether the kernel slab caches for file I/O are spread across the selected memory nodes,", [INFO] [stdout] 417 | | memory_spread_slab: link, [INFO] [stdout] 418 | | bool, [INFO] [stdout] 419 | | parse_01_bool [INFO] [stdout] 420 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:422:5 [INFO] [stdout] | [INFO] [stdout] 422 | / _gen_setter!( [INFO] [stdout] 423 | | "whether the kernel slab caches for file I/O are spread across the selected memory nodes,", [INFO] [stdout] 424 | | memory_spread_slab: link, [INFO] [stdout] 425 | | set_memory_spread_slab, [INFO] [stdout] 426 | | enable: bool as i32, [INFO] [stdout] 427 | | true [INFO] [stdout] 428 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:430:5 [INFO] [stdout] | [INFO] [stdout] 430 | / _gen_getter!( [INFO] [stdout] 431 | | "whether the kernel balances the load across the selected CPUs,", [INFO] [stdout] 432 | | sched_load_balance: link, [INFO] [stdout] 433 | | bool, [INFO] [stdout] 434 | | parse_01_bool [INFO] [stdout] 435 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:437:5 [INFO] [stdout] | [INFO] [stdout] 437 | / _gen_setter!( [INFO] [stdout] 438 | | "whether the kernel balances the load across the selected CPUs,", [INFO] [stdout] 439 | | sched_load_balance: link, [INFO] [stdout] 440 | | set_sched_load_balance, [INFO] [stdout] 441 | | enable: bool as i32, [INFO] [stdout] 442 | | true [INFO] [stdout] 443 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:445:5 [INFO] [stdout] | [INFO] [stdout] 445 | / _gen_getter!( [INFO] [stdout] 446 | | "how much work the kernel do to balance the load on this cgroup,", [INFO] [stdout] 447 | | sched_relax_domain_level: link, [INFO] [stdout] 448 | | i32, [INFO] [stdout] 449 | | parse [INFO] [stdout] 450 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/devices.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | / gen_getter!( [INFO] [stdout] 197 | | devices, [INFO] [stdout] 198 | | "allowed device access of this cgroup", [INFO] [stdout] 199 | | list, [INFO] [stdout] 200 | | Vec, [INFO] [stdout] 201 | | parse_list [INFO] [stdout] 202 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/freezer.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | / gen_getter!( [INFO] [stdout] 148 | | freezer, [INFO] [stdout] 149 | | "the current state of this cgroup", [INFO] [stdout] 150 | | state: link, [INFO] [stdout] 151 | | State, [INFO] [stdout] 152 | | parse [INFO] [stdout] 153 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/freezer.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | / gen_getter!( [INFO] [stdout] 156 | | freezer, [INFO] [stdout] 157 | | "whether this cgroup itself is frozen or in processes of being frozen,", [INFO] [stdout] 158 | | self_freezing, [INFO] [stdout] 159 | | bool, [INFO] [stdout] 160 | | parse_01_bool [INFO] [stdout] 161 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/freezer.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | / gen_getter!( [INFO] [stdout] 164 | | freezer, [INFO] [stdout] 165 | | "whether any parent cgroups of this cgroup is frozen or in processes of being frozen,", [INFO] [stdout] 166 | | parent_freezing, [INFO] [stdout] 167 | | bool, [INFO] [stdout] 168 | | parse_01_bool [INFO] [stdout] 169 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / _gen_getter!( [INFO] [stdout] 265 | | "the statistics of memory usage of this cgroup", [INFO] [stdout] 266 | | stat, [INFO] [stdout] 267 | | Stat, [INFO] [stdout] 268 | | parse_stat [INFO] [stdout] 269 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | / _gen_getter!( [INFO] [stdout] 272 | | "the statistics of memory usage per NUMA node of this cgroup", [INFO] [stdout] 273 | | numa_stat, [INFO] [stdout] 274 | | NumaStat, [INFO] [stdout] 275 | | parse_numa_stat [INFO] [stdout] 276 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:278:5 [INFO] [stdout] | [INFO] [stdout] 278 | / _gen_getter!( [INFO] [stdout] 279 | | "the memory usage of this cgroup", [INFO] [stdout] 280 | | usage_in_bytes, [INFO] [stdout] 281 | | memsw_usage_in_bytes, [INFO] [stdout] ... | [INFO] [stdout] 284 | | u64 [INFO] [stdout] 285 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | / _gen_getter!( [INFO] [stdout] 288 | | "the maximum memory usage of this cgroup", [INFO] [stdout] 289 | | max_usage_in_bytes, [INFO] [stdout] 290 | | memsw_max_usage_in_bytes, [INFO] [stdout] ... | [INFO] [stdout] 293 | | u64 [INFO] [stdout] 294 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:296:5 [INFO] [stdout] | [INFO] [stdout] 296 | / _gen_getter!( [INFO] [stdout] 297 | | "the limit on memory usage (including file cache) of this cgroup", [INFO] [stdout] 298 | | limit_in_bytes: link, [INFO] [stdout] 299 | | memsw_limit_in_bytes, [INFO] [stdout] ... | [INFO] [stdout] 302 | | u64 [INFO] [stdout] 303 | | ); [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 `_link` (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/v1/memory.rs:260:6 [INFO] [stdout] | [INFO] [stdout] 260 | ); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 312 | _gen_setter!(err_invalid; limit_in_bytes), [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 `_gen_setter` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:356:5 [INFO] [stdout] | [INFO] [stdout] 356 | / _gen_getter!( [INFO] [stdout] 357 | | "the soft limit on memory usage of this cgroup", [INFO] [stdout] 358 | | soft_limit_in_bytes: link, [INFO] [stdout] 359 | | u64, [INFO] [stdout] 360 | | parse [INFO] [stdout] 361 | | ); [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 `_link` (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/v1/memory.rs:260:6 [INFO] [stdout] | [INFO] [stdout] 260 | ); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 370 | _gen_setter!(err_invalid; soft_limit_in_bytes), [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 `_gen_setter` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | / _gen_getter!( [INFO] [stdout] 382 | | "the number of memory allocation failure due to the limit", [INFO] [stdout] 383 | | failcnt, [INFO] [stdout] 384 | | memsw_failcnt, [INFO] [stdout] ... | [INFO] [stdout] 387 | | u64 [INFO] [stdout] 388 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | / _gen_getter!( [INFO] [stdout] 391 | | "the tendency of the kernel to swap out pages consumed by this cgroup,", [INFO] [stdout] 392 | | swappiness: link, [INFO] [stdout] 393 | | u64, [INFO] [stdout] 394 | | parse [INFO] [stdout] 395 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | / _gen_setter!( [INFO] [stdout] 398 | | "a tendency of the kernel to swap out pages consumed by this cgroup,", [INFO] [stdout] 399 | | swappiness: link, [INFO] [stdout] 400 | | set_swappiness, [INFO] [stdout] 401 | | u64, [INFO] [stdout] 402 | | 60 [INFO] [stdout] 403 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 405 | / _gen_getter!( [INFO] [stdout] 406 | | "the status of OOM killer on this cgroup", [INFO] [stdout] 407 | | oom_control, [INFO] [stdout] 408 | | OomControl, [INFO] [stdout] 409 | | parse_oom_control [INFO] [stdout] 410 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:412:5 [INFO] [stdout] | [INFO] [stdout] 412 | / _gen_setter!( [INFO] [stdout] 413 | | "whether the OOM killer is disabled for this cgroup,", [INFO] [stdout] 414 | | oom_control, [INFO] [stdout] 415 | | disable_oom_killer, [INFO] [stdout] 416 | | disable: bool as i32, [INFO] [stdout] 417 | | true [INFO] [stdout] 418 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:420:5 [INFO] [stdout] | [INFO] [stdout] 420 | / _gen_getter!( [INFO] [stdout] 421 | | "whether pages may be recharged to the new cgroup when a task is moved,", [INFO] [stdout] 422 | | move_charge_at_immigrate: link, [INFO] [stdout] 423 | | bool, [INFO] [stdout] 424 | | parse_01_bool [INFO] [stdout] 425 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:427:5 [INFO] [stdout] | [INFO] [stdout] 427 | / _gen_setter!( [INFO] [stdout] 428 | | "whether pages may be recharged to the new cgroup when a task is moved,", [INFO] [stdout] 429 | | move_charge_at_immigrate: link, [INFO] [stdout] 430 | | set_move_charge_at_immigrate, [INFO] [stdout] 431 | | move_: bool as i32, [INFO] [stdout] 432 | | true [INFO] [stdout] 433 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | / _gen_getter!( [INFO] [stdout] 436 | | "whether the OOM killer tries to reclaim memory from the self and descendant cgroups,", [INFO] [stdout] 437 | | use_hierarchy: link, [INFO] [stdout] 438 | | bool, [INFO] [stdout] 439 | | parse_01_bool [INFO] [stdout] 440 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | / _gen_setter!( [INFO] [stdout] 443 | | "whether the OOM killer tries to reclaim memory from the self and descendant cgroups,", [INFO] [stdout] 444 | | use_hierarchy: link, [INFO] [stdout] 445 | | set_use_hierarchy, [INFO] [stdout] 446 | | use_: bool as i32, [INFO] [stdout] 447 | | true [INFO] [stdout] 448 | | ); [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 `_link` (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/macros.rs:19:63 [INFO] [stdout] | [INFO] [stdout] 19 | return Err(crate::Error::new(crate::ErrorKind::Parse)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:646:17 [INFO] [stdout] | [INFO] [stdout] 646 | None => bail_parse!(), [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 `bail_parse` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/net_prio.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | / gen_getter!( [INFO] [stdout] 81 | | net_prio, [INFO] [stdout] 82 | | "the system-internal representation of this cgroup", [INFO] [stdout] 83 | | prioidx, [INFO] [stdout] 84 | | u64, [INFO] [stdout] 85 | | parse [INFO] [stdout] 86 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/net_prio.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | / gen_getter!( [INFO] [stdout] 89 | | net_prio, "the map of priorities assigned to traffic originating from this cgroup,", [INFO] [stdout] 90 | | ifpriomap : link, HashMap, parse_ifpriomap [INFO] [stdout] 91 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/pids.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | / gen_getter!( [INFO] [stdout] 84 | | pids, [INFO] [stdout] 85 | | "the maximum number of processes this cgroup can have", [INFO] [stdout] 86 | | max: link, [INFO] [stdout] 87 | | Max, [INFO] [stdout] 88 | | parse [INFO] [stdout] 89 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/pids.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / gen_setter!( [INFO] [stdout] 92 | | pids, [INFO] [stdout] 93 | | "a maximum number of processes this cgroup can have,", [INFO] [stdout] 94 | | max: link, [INFO] [stdout] ... | [INFO] [stdout] 97 | | controlgroup::Max::Limit(2) [INFO] [stdout] 98 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/pids.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | / gen_getter!( [INFO] [stdout] 101 | | pids, [INFO] [stdout] 102 | | "the number of processes this cgroup currently has", [INFO] [stdout] 103 | | current, [INFO] [stdout] 104 | | u32, [INFO] [stdout] 105 | | parse [INFO] [stdout] 106 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/pids.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | / gen_getter!( [INFO] [stdout] 109 | | pids, [INFO] [stdout] 110 | | "the event counter, i.e. a pair of the maximum number of processes, [INFO] [stdout] 111 | | and the number of times fork failed due to the limit", [INFO] [stdout] ... | [INFO] [stdout] 114 | | parse_events [INFO] [stdout] 115 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/rdma.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / gen_getter!( [INFO] [stdout] 113 | | rdma, "the current usage of RDMA/IB devices", [INFO] [stdout] 114 | | current, HashMap, parse_limits [INFO] [stdout] 115 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/rdma.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | / gen_getter!( [INFO] [stdout] 118 | | rdma, "the usage limits on RDMA/IB devices", [INFO] [stdout] 119 | | max : link, HashMap, parse_limits [INFO] [stdout] 120 | | ); [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 `_link` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 82 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.17s [INFO] running `Command { std: "docker" "inspect" "a158b06300f5b42a27967345a35159934fa4cf88a74427659e0488fcbe28dab7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a158b06300f5b42a27967345a35159934fa4cf88a74427659e0488fcbe28dab7", kill_on_drop: false }` [INFO] [stdout] a158b06300f5b42a27967345a35159934fa4cf88a74427659e0488fcbe28dab7 [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" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 416310aaefc788de35ba5d53c1997acfde228a5411f0e50bf732eddc2bc7a848 [INFO] running `Command { std: "docker" "start" "-a" "416310aaefc788de35ba5d53c1997acfde228a5411f0e50bf732eddc2bc7a848", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / gen_getter!( [INFO] [stdout] 265 | | blkio, [INFO] [stdout] 266 | | "the relative weight of block I/O performed by this cgroup,", [INFO] [stdout] 267 | | weight: link, [INFO] [stdout] 268 | | u16, [INFO] [stdout] 269 | | parse [INFO] [stdout] 270 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | future_incompatible, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` implied by `#[warn(future_incompatible)]` [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | _gen_getter!(map; "the overriding weight for devices", weight_device : link, u16); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | / gen_getter!( [INFO] [stdout] 283 | | blkio, [INFO] [stdout] 284 | | "the weight this cgroup has while competing against descendant cgroups,", [INFO] [stdout] 285 | | leaf_weight: link, [INFO] [stdout] 286 | | u16, [INFO] [stdout] 287 | | parse [INFO] [stdout] 288 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:294:5 [INFO] [stdout] | [INFO] [stdout] 294 | / _gen_getter!( [INFO] [stdout] 295 | | map; "the overriding leaf weight for devices", [INFO] [stdout] 296 | | leaf_weight_device : link, u16 [INFO] [stdout] 297 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:303:5 [INFO] [stdout] | [INFO] [stdout] 303 | / _gen_getter!( [INFO] [stdout] 304 | | map; "the I/O time allocated to this cgroup per device (in milliseconds)", [INFO] [stdout] 305 | | time, u64, time_recursive [INFO] [stdout] 306 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:308:5 [INFO] [stdout] | [INFO] [stdout] 308 | / _gen_getter!( [INFO] [stdout] 309 | | map; "the number of sectors transferred by this cgroup,", [INFO] [stdout] 310 | | sectors, u64, sectors_recursive [INFO] [stdout] 311 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | / _gen_getter!( [INFO] [stdout] 314 | | io_service; "the I/O service transferred by this cgroup (in bytes)", [INFO] [stdout] 315 | | io_service_bytes, io_service_bytes_recursive [INFO] [stdout] 316 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | / _gen_getter!( [INFO] [stdout] 318 | | io_service; "the I/O service transferred by this cgroup (in operation count)", [INFO] [stdout] 319 | | io_serviced, io_serviced_recursive [INFO] [stdout] 320 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | / _gen_getter!( [INFO] [stdout] 322 | | io_service; "the I/O service transferred by this cgroup (in nanoseconds)", [INFO] [stdout] 323 | | io_service_time, io_service_time_recursive [INFO] [stdout] 324 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:326:5 [INFO] [stdout] | [INFO] [stdout] 326 | / _gen_getter!( [INFO] [stdout] 327 | | io_service; "the total time the I/O for this cgroup spent waiting for service,", [INFO] [stdout] 328 | | io_wait_time, io_wait_time_recursive [INFO] [stdout] 329 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:331:5 [INFO] [stdout] | [INFO] [stdout] 331 | / _gen_getter!( [INFO] [stdout] 332 | | io_service; [INFO] [stdout] 333 | | "the number of BIOS requests merged into I/O requests belonging to this cgroup,", [INFO] [stdout] 334 | | io_merged, io_merged_recursive [INFO] [stdout] 335 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / _gen_getter!( [INFO] [stdout] 338 | | io_service; "the number of I/O operations queued by this cgroup,", [INFO] [stdout] 339 | | io_queued, io_queued_recursive [INFO] [stdout] 340 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | / gen_getter!( [INFO] [stdout] 128 | | cpu, [INFO] [stdout] 129 | | "the throttling statistics of this cgroup", [INFO] [stdout] 130 | | stat, [INFO] [stdout] 131 | | Stat, [INFO] [stdout] 132 | | parse_stat [INFO] [stdout] 133 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | gen_getter!(cpu, "the CPU time shares", shares: link, u64, parse); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | gen_setter!(cpu, "CPU time shares", shares: link, set_shares, u64, 2048); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / gen_getter!( [INFO] [stdout] 139 | | cpu, [INFO] [stdout] 140 | | "the total available CPU time within a period (in microseconds)", [INFO] [stdout] 141 | | cfs_quota_us: link, [INFO] [stdout] 142 | | i64, [INFO] [stdout] 143 | | parse [INFO] [stdout] 144 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | / gen_setter!( [INFO] [stdout] 146 | | cpu, [INFO] [stdout] 147 | | "total available CPU time within a period (in microseconds)" [INFO] [stdout] 148 | | : "Setting -1 removes the current limit.", [INFO] [stdout] ... | [INFO] [stdout] 152 | | 500 * 1000 [INFO] [stdout] 153 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | / gen_getter!( [INFO] [stdout] 156 | | cpu, [INFO] [stdout] 157 | | "the length of period (in microseconds)", [INFO] [stdout] 158 | | cfs_period_us: link, [INFO] [stdout] 159 | | u64, [INFO] [stdout] 160 | | parse [INFO] [stdout] 161 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 162 | / gen_setter!( [INFO] [stdout] 163 | | cpu, [INFO] [stdout] 164 | | "length of period (in microseconds)", [INFO] [stdout] 165 | | cfs_period_us: link, [INFO] [stdout] ... | [INFO] [stdout] 168 | | 1000 * 1000 [INFO] [stdout] 169 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | / gen_getter!( [INFO] [stdout] 172 | | cpu, [INFO] [stdout] 173 | | "the total available CPU time for realtime tasks within a period (in microseconds)", [INFO] [stdout] 174 | | rt_runtime_us: link, [INFO] [stdout] 175 | | i64, [INFO] [stdout] 176 | | parse [INFO] [stdout] 177 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | / gen_setter!( [INFO] [stdout] 179 | | cpu, [INFO] [stdout] 180 | | "total available CPU time for realtime tasks within a period (in microseconds)" [INFO] [stdout] 181 | | : "Setting -1 removes the current limit.", [INFO] [stdout] ... | [INFO] [stdout] 185 | | 500 * 1000 [INFO] [stdout] 186 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | / gen_getter!( [INFO] [stdout] 189 | | cpu, [INFO] [stdout] 190 | | "the length of period for realtime tasks (in microseconds)", [INFO] [stdout] 191 | | rt_period_us: link, [INFO] [stdout] 192 | | u64, [INFO] [stdout] 193 | | parse [INFO] [stdout] 194 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | / gen_setter!( [INFO] [stdout] 196 | | cpu, [INFO] [stdout] 197 | | "the length of period for realtime tasks (in microseconds)", [INFO] [stdout] 198 | | rt_period_us: link, [INFO] [stdout] ... | [INFO] [stdout] 201 | | 1000 * 1000 [INFO] [stdout] 202 | | ); [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 `_link` (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/macros.rs:19:63 [INFO] [stdout] | [INFO] [stdout] 19 | return Err(crate::Error::new(crate::ErrorKind::Parse)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:233:18 [INFO] [stdout] | [INFO] [stdout] 233 | _ => bail_parse!(), [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 `bail_parse` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / _gen_getter!( [INFO] [stdout] 86 | | "the statistics about how much CPU time is consumed by this cgroup (in `USER_HZ` unit)" [INFO] [stdout] 87 | | : "The CPU time is further divided into user and system times.", [INFO] [stdout] 88 | | stat, Stat, parse_stat [INFO] [stdout] 89 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / _gen_getter!( [INFO] [stdout] 92 | | "the total CPU time consumed by this cgroup (in nanoseconds)", [INFO] [stdout] 93 | | usage, [INFO] [stdout] 94 | | u64, [INFO] [stdout] 95 | | parse [INFO] [stdout] 96 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | / _gen_getter!( [INFO] [stdout] 99 | | "the per-CPU total CPU time consumed by this cgroup (in nanoseconds)" : [INFO] [stdout] 100 | | "The CPU time is further divided into user and system times.", [INFO] [stdout] 101 | | usage_all, Vec, parse_usage_all [INFO] [stdout] 102 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | / _gen_getter!( [INFO] [stdout] 105 | | "the per-CPU total CPU times consumed by this cgroup (in nanoseconds)", [INFO] [stdout] 106 | | usage_percpu, [INFO] [stdout] 107 | | Vec, [INFO] [stdout] 108 | | parse_vec [INFO] [stdout] 109 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | / _gen_getter!( [INFO] [stdout] 112 | | "the per-CPU total CPU times consumed by this cgroup [INFO] [stdout] 113 | | in the system (kernel) mode (in nanoseconds)", [INFO] [stdout] 114 | | usage_percpu_sys, [INFO] [stdout] 115 | | Vec, [INFO] [stdout] 116 | | parse_vec [INFO] [stdout] 117 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | / _gen_getter!( [INFO] [stdout] 120 | | "the per-CPU total CPU times consumed by this cgroup in the user mode (in nanoseconds)", [INFO] [stdout] 121 | | usage_percpu_user, [INFO] [stdout] 122 | | Vec, [INFO] [stdout] 123 | | parse_vec [INFO] [stdout] 124 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | / _gen_getter!( [INFO] [stdout] 127 | | "the total CPU time consumed by this cgroup in the system (kernel) mode (in nanoseconds)", [INFO] [stdout] 128 | | usage_sys, [INFO] [stdout] 129 | | u64, [INFO] [stdout] 130 | | parse [INFO] [stdout] 131 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | / _gen_getter!( [INFO] [stdout] 134 | | "the total CPU time consumed by this cgroup in the user mode (in nanoseconds)", [INFO] [stdout] 135 | | usage_user, [INFO] [stdout] 136 | | u64, [INFO] [stdout] 137 | | parse [INFO] [stdout] 138 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | / _gen_getter!( [INFO] [stdout] 253 | | "the set of CPUs this cgroup can use", [INFO] [stdout] 254 | | cpus: link, [INFO] [stdout] 255 | | IdSet, [INFO] [stdout] 256 | | parse [INFO] [stdout] 257 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:259:5 [INFO] [stdout] | [INFO] [stdout] 259 | / _gen_setter!( [INFO] [stdout] 260 | | "a set of CPUs this cgroup can use", [INFO] [stdout] 261 | | cpus: link, [INFO] [stdout] 262 | | set_cpus, [INFO] [stdout] 263 | | &IdSet, [INFO] [stdout] 264 | | &"0,1".parse::()? [INFO] [stdout] 265 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | / _gen_getter!( [INFO] [stdout] 268 | | "the set of memory nodes this cgroup can use", [INFO] [stdout] 269 | | mems: link, [INFO] [stdout] 270 | | IdSet, [INFO] [stdout] 271 | | parse [INFO] [stdout] 272 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | / _gen_setter!( [INFO] [stdout] 275 | | "a set of memory nodes this cgroup can use", [INFO] [stdout] 276 | | mems: link, [INFO] [stdout] 277 | | set_mems, [INFO] [stdout] 278 | | &IdSet, [INFO] [stdout] 279 | | &"0,1".parse::()? [INFO] [stdout] 280 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | / _gen_getter!( [INFO] [stdout] 283 | | "whether the memory used by this cgroup should be migrated [INFO] [stdout] 284 | | when memory selection is updated,", [INFO] [stdout] 285 | | memory_migrate: link, [INFO] [stdout] 286 | | bool, [INFO] [stdout] 287 | | parse_01_bool [INFO] [stdout] 288 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | / _gen_setter!( [INFO] [stdout] 291 | | "whether the memory used by this cgroup should be migrated [INFO] [stdout] 292 | | when memory selection is updated,", [INFO] [stdout] 293 | | memory_migrate: link, [INFO] [stdout] ... | [INFO] [stdout] 296 | | true [INFO] [stdout] 297 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:299:5 [INFO] [stdout] | [INFO] [stdout] 299 | / _gen_getter!( [INFO] [stdout] 300 | | "whether the selected CPUs should be exclusive to this cgroup,", [INFO] [stdout] 301 | | cpu_exclusive: link, [INFO] [stdout] 302 | | bool, [INFO] [stdout] 303 | | parse_01_bool [INFO] [stdout] 304 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | / _gen_setter!( [INFO] [stdout] 307 | | "whether the selected CPUs should be exclusive to this cgroup,", [INFO] [stdout] 308 | | cpu_exclusive: link, [INFO] [stdout] 309 | | set_cpu_exclusive, [INFO] [stdout] 310 | | exclusive: bool as i32, [INFO] [stdout] 311 | | true [INFO] [stdout] 312 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:314:5 [INFO] [stdout] | [INFO] [stdout] 314 | / _gen_getter!( [INFO] [stdout] 315 | | "whether the selected memory nodes should be exclusive to this cgroup,", [INFO] [stdout] 316 | | mem_exclusive: link, [INFO] [stdout] 317 | | bool, [INFO] [stdout] 318 | | parse_01_bool [INFO] [stdout] 319 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | / _gen_setter!( [INFO] [stdout] 322 | | "whether the selected memory nodes should be exclusive to this cgroup,", [INFO] [stdout] 323 | | mem_exclusive: link, [INFO] [stdout] 324 | | set_mem_exclusive, [INFO] [stdout] 325 | | exclusive: bool as i32, [INFO] [stdout] 326 | | true [INFO] [stdout] 327 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:329:5 [INFO] [stdout] | [INFO] [stdout] 329 | / _gen_getter!( [INFO] [stdout] 330 | | "whether this cgroup is \"hardwalled\"", [INFO] [stdout] 331 | | mem_hardwall: link, [INFO] [stdout] 332 | | bool, [INFO] [stdout] 333 | | parse_01_bool [INFO] [stdout] 334 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:336:5 [INFO] [stdout] | [INFO] [stdout] 336 | / _gen_setter!( [INFO] [stdout] 337 | | "whether this cgroup is \"hardwalled\"", [INFO] [stdout] 338 | | mem_hardwall: link, [INFO] [stdout] 339 | | set_mem_hardwall, [INFO] [stdout] 340 | | enable: bool as i32, [INFO] [stdout] 341 | | true [INFO] [stdout] 342 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 344 | / _gen_getter!( [INFO] [stdout] 345 | | "the running average of the memory pressure faced by this cgroup,", [INFO] [stdout] 346 | | memory_pressure, [INFO] [stdout] 347 | | u64, [INFO] [stdout] 348 | | parse [INFO] [stdout] 349 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:400:5 [INFO] [stdout] | [INFO] [stdout] 400 | / _gen_getter!( [INFO] [stdout] 401 | | "whether file system buffers are spread across the selected memory nodes,", [INFO] [stdout] 402 | | memory_spread_page: link, [INFO] [stdout] 403 | | bool, [INFO] [stdout] 404 | | parse_01_bool [INFO] [stdout] 405 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:407:5 [INFO] [stdout] | [INFO] [stdout] 407 | / _gen_setter!( [INFO] [stdout] 408 | | "whether file system buffers are spread across the selected memory nodes,", [INFO] [stdout] 409 | | memory_spread_page: link, [INFO] [stdout] 410 | | set_memory_spread_page, [INFO] [stdout] 411 | | enable: bool as i32, [INFO] [stdout] 412 | | true [INFO] [stdout] 413 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:415:5 [INFO] [stdout] | [INFO] [stdout] 415 | / _gen_getter!( [INFO] [stdout] 416 | | "whether the kernel slab caches for file I/O are spread across the selected memory nodes,", [INFO] [stdout] 417 | | memory_spread_slab: link, [INFO] [stdout] 418 | | bool, [INFO] [stdout] 419 | | parse_01_bool [INFO] [stdout] 420 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:422:5 [INFO] [stdout] | [INFO] [stdout] 422 | / _gen_setter!( [INFO] [stdout] 423 | | "whether the kernel slab caches for file I/O are spread across the selected memory nodes,", [INFO] [stdout] 424 | | memory_spread_slab: link, [INFO] [stdout] 425 | | set_memory_spread_slab, [INFO] [stdout] 426 | | enable: bool as i32, [INFO] [stdout] 427 | | true [INFO] [stdout] 428 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:430:5 [INFO] [stdout] | [INFO] [stdout] 430 | / _gen_getter!( [INFO] [stdout] 431 | | "whether the kernel balances the load across the selected CPUs,", [INFO] [stdout] 432 | | sched_load_balance: link, [INFO] [stdout] 433 | | bool, [INFO] [stdout] 434 | | parse_01_bool [INFO] [stdout] 435 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:437:5 [INFO] [stdout] | [INFO] [stdout] 437 | / _gen_setter!( [INFO] [stdout] 438 | | "whether the kernel balances the load across the selected CPUs,", [INFO] [stdout] 439 | | sched_load_balance: link, [INFO] [stdout] 440 | | set_sched_load_balance, [INFO] [stdout] 441 | | enable: bool as i32, [INFO] [stdout] 442 | | true [INFO] [stdout] 443 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:445:5 [INFO] [stdout] | [INFO] [stdout] 445 | / _gen_getter!( [INFO] [stdout] 446 | | "how much work the kernel do to balance the load on this cgroup,", [INFO] [stdout] 447 | | sched_relax_domain_level: link, [INFO] [stdout] 448 | | i32, [INFO] [stdout] 449 | | parse [INFO] [stdout] 450 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/devices.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | / gen_getter!( [INFO] [stdout] 197 | | devices, [INFO] [stdout] 198 | | "allowed device access of this cgroup", [INFO] [stdout] 199 | | list, [INFO] [stdout] 200 | | Vec, [INFO] [stdout] 201 | | parse_list [INFO] [stdout] 202 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/freezer.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | / gen_getter!( [INFO] [stdout] 148 | | freezer, [INFO] [stdout] 149 | | "the current state of this cgroup", [INFO] [stdout] 150 | | state: link, [INFO] [stdout] 151 | | State, [INFO] [stdout] 152 | | parse [INFO] [stdout] 153 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/freezer.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | / gen_getter!( [INFO] [stdout] 156 | | freezer, [INFO] [stdout] 157 | | "whether this cgroup itself is frozen or in processes of being frozen,", [INFO] [stdout] 158 | | self_freezing, [INFO] [stdout] 159 | | bool, [INFO] [stdout] 160 | | parse_01_bool [INFO] [stdout] 161 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/freezer.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | / gen_getter!( [INFO] [stdout] 164 | | freezer, [INFO] [stdout] 165 | | "whether any parent cgroups of this cgroup is frozen or in processes of being frozen,", [INFO] [stdout] 166 | | parent_freezing, [INFO] [stdout] 167 | | bool, [INFO] [stdout] 168 | | parse_01_bool [INFO] [stdout] 169 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / _gen_getter!( [INFO] [stdout] 265 | | "the statistics of memory usage of this cgroup", [INFO] [stdout] 266 | | stat, [INFO] [stdout] 267 | | Stat, [INFO] [stdout] 268 | | parse_stat [INFO] [stdout] 269 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | / _gen_getter!( [INFO] [stdout] 272 | | "the statistics of memory usage per NUMA node of this cgroup", [INFO] [stdout] 273 | | numa_stat, [INFO] [stdout] 274 | | NumaStat, [INFO] [stdout] 275 | | parse_numa_stat [INFO] [stdout] 276 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:278:5 [INFO] [stdout] | [INFO] [stdout] 278 | / _gen_getter!( [INFO] [stdout] 279 | | "the memory usage of this cgroup", [INFO] [stdout] 280 | | usage_in_bytes, [INFO] [stdout] 281 | | memsw_usage_in_bytes, [INFO] [stdout] ... | [INFO] [stdout] 284 | | u64 [INFO] [stdout] 285 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | / _gen_getter!( [INFO] [stdout] 288 | | "the maximum memory usage of this cgroup", [INFO] [stdout] 289 | | max_usage_in_bytes, [INFO] [stdout] 290 | | memsw_max_usage_in_bytes, [INFO] [stdout] ... | [INFO] [stdout] 293 | | u64 [INFO] [stdout] 294 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:296:5 [INFO] [stdout] | [INFO] [stdout] 296 | / _gen_getter!( [INFO] [stdout] 297 | | "the limit on memory usage (including file cache) of this cgroup", [INFO] [stdout] 298 | | limit_in_bytes: link, [INFO] [stdout] 299 | | memsw_limit_in_bytes, [INFO] [stdout] ... | [INFO] [stdout] 302 | | u64 [INFO] [stdout] 303 | | ); [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 `_link` (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/v1/memory.rs:260:6 [INFO] [stdout] | [INFO] [stdout] 260 | ); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 312 | _gen_setter!(err_invalid; limit_in_bytes), [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 `_gen_setter` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:356:5 [INFO] [stdout] | [INFO] [stdout] 356 | / _gen_getter!( [INFO] [stdout] 357 | | "the soft limit on memory usage of this cgroup", [INFO] [stdout] 358 | | soft_limit_in_bytes: link, [INFO] [stdout] 359 | | u64, [INFO] [stdout] 360 | | parse [INFO] [stdout] 361 | | ); [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 `_link` (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/v1/memory.rs:260:6 [INFO] [stdout] | [INFO] [stdout] 260 | ); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 370 | _gen_setter!(err_invalid; soft_limit_in_bytes), [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 `_gen_setter` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | / _gen_getter!( [INFO] [stdout] 382 | | "the number of memory allocation failure due to the limit", [INFO] [stdout] 383 | | failcnt, [INFO] [stdout] 384 | | memsw_failcnt, [INFO] [stdout] ... | [INFO] [stdout] 387 | | u64 [INFO] [stdout] 388 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | / _gen_getter!( [INFO] [stdout] 391 | | "the tendency of the kernel to swap out pages consumed by this cgroup,", [INFO] [stdout] 392 | | swappiness: link, [INFO] [stdout] 393 | | u64, [INFO] [stdout] 394 | | parse [INFO] [stdout] 395 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | / _gen_setter!( [INFO] [stdout] 398 | | "a tendency of the kernel to swap out pages consumed by this cgroup,", [INFO] [stdout] 399 | | swappiness: link, [INFO] [stdout] 400 | | set_swappiness, [INFO] [stdout] 401 | | u64, [INFO] [stdout] 402 | | 60 [INFO] [stdout] 403 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 405 | / _gen_getter!( [INFO] [stdout] 406 | | "the status of OOM killer on this cgroup", [INFO] [stdout] 407 | | oom_control, [INFO] [stdout] 408 | | OomControl, [INFO] [stdout] 409 | | parse_oom_control [INFO] [stdout] 410 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:412:5 [INFO] [stdout] | [INFO] [stdout] 412 | / _gen_setter!( [INFO] [stdout] 413 | | "whether the OOM killer is disabled for this cgroup,", [INFO] [stdout] 414 | | oom_control, [INFO] [stdout] 415 | | disable_oom_killer, [INFO] [stdout] 416 | | disable: bool as i32, [INFO] [stdout] 417 | | true [INFO] [stdout] 418 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:420:5 [INFO] [stdout] | [INFO] [stdout] 420 | / _gen_getter!( [INFO] [stdout] 421 | | "whether pages may be recharged to the new cgroup when a task is moved,", [INFO] [stdout] 422 | | move_charge_at_immigrate: link, [INFO] [stdout] 423 | | bool, [INFO] [stdout] 424 | | parse_01_bool [INFO] [stdout] 425 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:427:5 [INFO] [stdout] | [INFO] [stdout] 427 | / _gen_setter!( [INFO] [stdout] 428 | | "whether pages may be recharged to the new cgroup when a task is moved,", [INFO] [stdout] 429 | | move_charge_at_immigrate: link, [INFO] [stdout] 430 | | set_move_charge_at_immigrate, [INFO] [stdout] 431 | | move_: bool as i32, [INFO] [stdout] 432 | | true [INFO] [stdout] 433 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | / _gen_getter!( [INFO] [stdout] 436 | | "whether the OOM killer tries to reclaim memory from the self and descendant cgroups,", [INFO] [stdout] 437 | | use_hierarchy: link, [INFO] [stdout] 438 | | bool, [INFO] [stdout] 439 | | parse_01_bool [INFO] [stdout] 440 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | / _gen_setter!( [INFO] [stdout] 443 | | "whether the OOM killer tries to reclaim memory from the self and descendant cgroups,", [INFO] [stdout] 444 | | use_hierarchy: link, [INFO] [stdout] 445 | | set_use_hierarchy, [INFO] [stdout] 446 | | use_: bool as i32, [INFO] [stdout] 447 | | true [INFO] [stdout] 448 | | ); [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 `_link` (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/macros.rs:19:63 [INFO] [stdout] | [INFO] [stdout] 19 | return Err(crate::Error::new(crate::ErrorKind::Parse)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:646:17 [INFO] [stdout] | [INFO] [stdout] 646 | None => bail_parse!(), [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 `bail_parse` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/net_prio.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | / gen_getter!( [INFO] [stdout] 81 | | net_prio, [INFO] [stdout] 82 | | "the system-internal representation of this cgroup", [INFO] [stdout] 83 | | prioidx, [INFO] [stdout] 84 | | u64, [INFO] [stdout] 85 | | parse [INFO] [stdout] 86 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/net_prio.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | / gen_getter!( [INFO] [stdout] 89 | | net_prio, "the map of priorities assigned to traffic originating from this cgroup,", [INFO] [stdout] 90 | | ifpriomap : link, HashMap, parse_ifpriomap [INFO] [stdout] 91 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/pids.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | / gen_getter!( [INFO] [stdout] 84 | | pids, [INFO] [stdout] 85 | | "the maximum number of processes this cgroup can have", [INFO] [stdout] 86 | | max: link, [INFO] [stdout] 87 | | Max, [INFO] [stdout] 88 | | parse [INFO] [stdout] 89 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/pids.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / gen_setter!( [INFO] [stdout] 92 | | pids, [INFO] [stdout] 93 | | "a maximum number of processes this cgroup can have,", [INFO] [stdout] 94 | | max: link, [INFO] [stdout] ... | [INFO] [stdout] 97 | | controlgroup::Max::Limit(2) [INFO] [stdout] 98 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/pids.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | / gen_getter!( [INFO] [stdout] 101 | | pids, [INFO] [stdout] 102 | | "the number of processes this cgroup currently has", [INFO] [stdout] 103 | | current, [INFO] [stdout] 104 | | u32, [INFO] [stdout] 105 | | parse [INFO] [stdout] 106 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/pids.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | / gen_getter!( [INFO] [stdout] 109 | | pids, [INFO] [stdout] 110 | | "the event counter, i.e. a pair of the maximum number of processes, [INFO] [stdout] 111 | | and the number of times fork failed due to the limit", [INFO] [stdout] ... | [INFO] [stdout] 114 | | parse_events [INFO] [stdout] 115 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/rdma.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / gen_getter!( [INFO] [stdout] 113 | | rdma, "the current usage of RDMA/IB devices", [INFO] [stdout] 114 | | current, HashMap, parse_limits [INFO] [stdout] 115 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/rdma.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | / gen_getter!( [INFO] [stdout] 118 | | rdma, "the usage limits on RDMA/IB devices", [INFO] [stdout] 119 | | max : link, HashMap, parse_limits [INFO] [stdout] 120 | | ); [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 `_link` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 82 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling controlgroup v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / gen_getter!( [INFO] [stdout] 265 | | blkio, [INFO] [stdout] 266 | | "the relative weight of block I/O performed by this cgroup,", [INFO] [stdout] 267 | | weight: link, [INFO] [stdout] 268 | | u16, [INFO] [stdout] 269 | | parse [INFO] [stdout] 270 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | future_incompatible, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` implied by `#[warn(future_incompatible)]` [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:276:5 [INFO] [stdout] | [INFO] [stdout] 276 | _gen_getter!(map; "the overriding weight for devices", weight_device : link, u16); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | / gen_getter!( [INFO] [stdout] 283 | | blkio, [INFO] [stdout] 284 | | "the weight this cgroup has while competing against descendant cgroups,", [INFO] [stdout] 285 | | leaf_weight: link, [INFO] [stdout] 286 | | u16, [INFO] [stdout] 287 | | parse [INFO] [stdout] 288 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:294:5 [INFO] [stdout] | [INFO] [stdout] 294 | / _gen_getter!( [INFO] [stdout] 295 | | map; "the overriding leaf weight for devices", [INFO] [stdout] 296 | | leaf_weight_device : link, u16 [INFO] [stdout] 297 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:303:5 [INFO] [stdout] | [INFO] [stdout] 303 | / _gen_getter!( [INFO] [stdout] 304 | | map; "the I/O time allocated to this cgroup per device (in milliseconds)", [INFO] [stdout] 305 | | time, u64, time_recursive [INFO] [stdout] 306 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:308:5 [INFO] [stdout] | [INFO] [stdout] 308 | / _gen_getter!( [INFO] [stdout] 309 | | map; "the number of sectors transferred by this cgroup,", [INFO] [stdout] 310 | | sectors, u64, sectors_recursive [INFO] [stdout] 311 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | / _gen_getter!( [INFO] [stdout] 314 | | io_service; "the I/O service transferred by this cgroup (in bytes)", [INFO] [stdout] 315 | | io_service_bytes, io_service_bytes_recursive [INFO] [stdout] 316 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | / _gen_getter!( [INFO] [stdout] 318 | | io_service; "the I/O service transferred by this cgroup (in operation count)", [INFO] [stdout] 319 | | io_serviced, io_serviced_recursive [INFO] [stdout] 320 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | / _gen_getter!( [INFO] [stdout] 322 | | io_service; "the I/O service transferred by this cgroup (in nanoseconds)", [INFO] [stdout] 323 | | io_service_time, io_service_time_recursive [INFO] [stdout] 324 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:326:5 [INFO] [stdout] | [INFO] [stdout] 326 | / _gen_getter!( [INFO] [stdout] 327 | | io_service; "the total time the I/O for this cgroup spent waiting for service,", [INFO] [stdout] 328 | | io_wait_time, io_wait_time_recursive [INFO] [stdout] 329 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:331:5 [INFO] [stdout] | [INFO] [stdout] 331 | / _gen_getter!( [INFO] [stdout] 332 | | io_service; [INFO] [stdout] 333 | | "the number of BIOS requests merged into I/O requests belonging to this cgroup,", [INFO] [stdout] 334 | | io_merged, io_merged_recursive [INFO] [stdout] 335 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/blkio.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / _gen_getter!( [INFO] [stdout] 338 | | io_service; "the number of I/O operations queued by this cgroup,", [INFO] [stdout] 339 | | io_queued, io_queued_recursive [INFO] [stdout] 340 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | / gen_getter!( [INFO] [stdout] 128 | | cpu, [INFO] [stdout] 129 | | "the throttling statistics of this cgroup", [INFO] [stdout] 130 | | stat, [INFO] [stdout] 131 | | Stat, [INFO] [stdout] 132 | | parse_stat [INFO] [stdout] 133 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | gen_getter!(cpu, "the CPU time shares", shares: link, u64, parse); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | gen_setter!(cpu, "CPU time shares", shares: link, set_shares, u64, 2048); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / gen_getter!( [INFO] [stdout] 139 | | cpu, [INFO] [stdout] 140 | | "the total available CPU time within a period (in microseconds)", [INFO] [stdout] 141 | | cfs_quota_us: link, [INFO] [stdout] 142 | | i64, [INFO] [stdout] 143 | | parse [INFO] [stdout] 144 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | / gen_setter!( [INFO] [stdout] 146 | | cpu, [INFO] [stdout] 147 | | "total available CPU time within a period (in microseconds)" [INFO] [stdout] 148 | | : "Setting -1 removes the current limit.", [INFO] [stdout] ... | [INFO] [stdout] 152 | | 500 * 1000 [INFO] [stdout] 153 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | / gen_getter!( [INFO] [stdout] 156 | | cpu, [INFO] [stdout] 157 | | "the length of period (in microseconds)", [INFO] [stdout] 158 | | cfs_period_us: link, [INFO] [stdout] 159 | | u64, [INFO] [stdout] 160 | | parse [INFO] [stdout] 161 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 162 | / gen_setter!( [INFO] [stdout] 163 | | cpu, [INFO] [stdout] 164 | | "length of period (in microseconds)", [INFO] [stdout] 165 | | cfs_period_us: link, [INFO] [stdout] ... | [INFO] [stdout] 168 | | 1000 * 1000 [INFO] [stdout] 169 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | / gen_getter!( [INFO] [stdout] 172 | | cpu, [INFO] [stdout] 173 | | "the total available CPU time for realtime tasks within a period (in microseconds)", [INFO] [stdout] 174 | | rt_runtime_us: link, [INFO] [stdout] 175 | | i64, [INFO] [stdout] 176 | | parse [INFO] [stdout] 177 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | / gen_setter!( [INFO] [stdout] 179 | | cpu, [INFO] [stdout] 180 | | "total available CPU time for realtime tasks within a period (in microseconds)" [INFO] [stdout] 181 | | : "Setting -1 removes the current limit.", [INFO] [stdout] ... | [INFO] [stdout] 185 | | 500 * 1000 [INFO] [stdout] 186 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | / gen_getter!( [INFO] [stdout] 189 | | cpu, [INFO] [stdout] 190 | | "the length of period for realtime tasks (in microseconds)", [INFO] [stdout] 191 | | rt_period_us: link, [INFO] [stdout] 192 | | u64, [INFO] [stdout] 193 | | parse [INFO] [stdout] 194 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | / gen_setter!( [INFO] [stdout] 196 | | cpu, [INFO] [stdout] 197 | | "the length of period for realtime tasks (in microseconds)", [INFO] [stdout] 198 | | rt_period_us: link, [INFO] [stdout] ... | [INFO] [stdout] 201 | | 1000 * 1000 [INFO] [stdout] 202 | | ); [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 `_link` (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/macros.rs:19:63 [INFO] [stdout] | [INFO] [stdout] 19 | return Err(crate::Error::new(crate::ErrorKind::Parse)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpu.rs:233:18 [INFO] [stdout] | [INFO] [stdout] 233 | _ => bail_parse!(), [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 `bail_parse` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / _gen_getter!( [INFO] [stdout] 86 | | "the statistics about how much CPU time is consumed by this cgroup (in `USER_HZ` unit)" [INFO] [stdout] 87 | | : "The CPU time is further divided into user and system times.", [INFO] [stdout] 88 | | stat, Stat, parse_stat [INFO] [stdout] 89 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / _gen_getter!( [INFO] [stdout] 92 | | "the total CPU time consumed by this cgroup (in nanoseconds)", [INFO] [stdout] 93 | | usage, [INFO] [stdout] 94 | | u64, [INFO] [stdout] 95 | | parse [INFO] [stdout] 96 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | / _gen_getter!( [INFO] [stdout] 99 | | "the per-CPU total CPU time consumed by this cgroup (in nanoseconds)" : [INFO] [stdout] 100 | | "The CPU time is further divided into user and system times.", [INFO] [stdout] 101 | | usage_all, Vec, parse_usage_all [INFO] [stdout] 102 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | / _gen_getter!( [INFO] [stdout] 105 | | "the per-CPU total CPU times consumed by this cgroup (in nanoseconds)", [INFO] [stdout] 106 | | usage_percpu, [INFO] [stdout] 107 | | Vec, [INFO] [stdout] 108 | | parse_vec [INFO] [stdout] 109 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | / _gen_getter!( [INFO] [stdout] 112 | | "the per-CPU total CPU times consumed by this cgroup [INFO] [stdout] 113 | | in the system (kernel) mode (in nanoseconds)", [INFO] [stdout] 114 | | usage_percpu_sys, [INFO] [stdout] 115 | | Vec, [INFO] [stdout] 116 | | parse_vec [INFO] [stdout] 117 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | / _gen_getter!( [INFO] [stdout] 120 | | "the per-CPU total CPU times consumed by this cgroup in the user mode (in nanoseconds)", [INFO] [stdout] 121 | | usage_percpu_user, [INFO] [stdout] 122 | | Vec, [INFO] [stdout] 123 | | parse_vec [INFO] [stdout] 124 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | / _gen_getter!( [INFO] [stdout] 127 | | "the total CPU time consumed by this cgroup in the system (kernel) mode (in nanoseconds)", [INFO] [stdout] 128 | | usage_sys, [INFO] [stdout] 129 | | u64, [INFO] [stdout] 130 | | parse [INFO] [stdout] 131 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuacct.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | / _gen_getter!( [INFO] [stdout] 134 | | "the total CPU time consumed by this cgroup in the user mode (in nanoseconds)", [INFO] [stdout] 135 | | usage_user, [INFO] [stdout] 136 | | u64, [INFO] [stdout] 137 | | parse [INFO] [stdout] 138 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | / _gen_getter!( [INFO] [stdout] 253 | | "the set of CPUs this cgroup can use", [INFO] [stdout] 254 | | cpus: link, [INFO] [stdout] 255 | | IdSet, [INFO] [stdout] 256 | | parse [INFO] [stdout] 257 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:259:5 [INFO] [stdout] | [INFO] [stdout] 259 | / _gen_setter!( [INFO] [stdout] 260 | | "a set of CPUs this cgroup can use", [INFO] [stdout] 261 | | cpus: link, [INFO] [stdout] 262 | | set_cpus, [INFO] [stdout] 263 | | &IdSet, [INFO] [stdout] 264 | | &"0,1".parse::()? [INFO] [stdout] 265 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | / _gen_getter!( [INFO] [stdout] 268 | | "the set of memory nodes this cgroup can use", [INFO] [stdout] 269 | | mems: link, [INFO] [stdout] 270 | | IdSet, [INFO] [stdout] 271 | | parse [INFO] [stdout] 272 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | / _gen_setter!( [INFO] [stdout] 275 | | "a set of memory nodes this cgroup can use", [INFO] [stdout] 276 | | mems: link, [INFO] [stdout] 277 | | set_mems, [INFO] [stdout] 278 | | &IdSet, [INFO] [stdout] 279 | | &"0,1".parse::()? [INFO] [stdout] 280 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | / _gen_getter!( [INFO] [stdout] 283 | | "whether the memory used by this cgroup should be migrated [INFO] [stdout] 284 | | when memory selection is updated,", [INFO] [stdout] 285 | | memory_migrate: link, [INFO] [stdout] 286 | | bool, [INFO] [stdout] 287 | | parse_01_bool [INFO] [stdout] 288 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | / _gen_setter!( [INFO] [stdout] 291 | | "whether the memory used by this cgroup should be migrated [INFO] [stdout] 292 | | when memory selection is updated,", [INFO] [stdout] 293 | | memory_migrate: link, [INFO] [stdout] ... | [INFO] [stdout] 296 | | true [INFO] [stdout] 297 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:299:5 [INFO] [stdout] | [INFO] [stdout] 299 | / _gen_getter!( [INFO] [stdout] 300 | | "whether the selected CPUs should be exclusive to this cgroup,", [INFO] [stdout] 301 | | cpu_exclusive: link, [INFO] [stdout] 302 | | bool, [INFO] [stdout] 303 | | parse_01_bool [INFO] [stdout] 304 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | / _gen_setter!( [INFO] [stdout] 307 | | "whether the selected CPUs should be exclusive to this cgroup,", [INFO] [stdout] 308 | | cpu_exclusive: link, [INFO] [stdout] 309 | | set_cpu_exclusive, [INFO] [stdout] 310 | | exclusive: bool as i32, [INFO] [stdout] 311 | | true [INFO] [stdout] 312 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:314:5 [INFO] [stdout] | [INFO] [stdout] 314 | / _gen_getter!( [INFO] [stdout] 315 | | "whether the selected memory nodes should be exclusive to this cgroup,", [INFO] [stdout] 316 | | mem_exclusive: link, [INFO] [stdout] 317 | | bool, [INFO] [stdout] 318 | | parse_01_bool [INFO] [stdout] 319 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | / _gen_setter!( [INFO] [stdout] 322 | | "whether the selected memory nodes should be exclusive to this cgroup,", [INFO] [stdout] 323 | | mem_exclusive: link, [INFO] [stdout] 324 | | set_mem_exclusive, [INFO] [stdout] 325 | | exclusive: bool as i32, [INFO] [stdout] 326 | | true [INFO] [stdout] 327 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:329:5 [INFO] [stdout] | [INFO] [stdout] 329 | / _gen_getter!( [INFO] [stdout] 330 | | "whether this cgroup is \"hardwalled\"", [INFO] [stdout] 331 | | mem_hardwall: link, [INFO] [stdout] 332 | | bool, [INFO] [stdout] 333 | | parse_01_bool [INFO] [stdout] 334 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:336:5 [INFO] [stdout] | [INFO] [stdout] 336 | / _gen_setter!( [INFO] [stdout] 337 | | "whether this cgroup is \"hardwalled\"", [INFO] [stdout] 338 | | mem_hardwall: link, [INFO] [stdout] 339 | | set_mem_hardwall, [INFO] [stdout] 340 | | enable: bool as i32, [INFO] [stdout] 341 | | true [INFO] [stdout] 342 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:344:5 [INFO] [stdout] | [INFO] [stdout] 344 | / _gen_getter!( [INFO] [stdout] 345 | | "the running average of the memory pressure faced by this cgroup,", [INFO] [stdout] 346 | | memory_pressure, [INFO] [stdout] 347 | | u64, [INFO] [stdout] 348 | | parse [INFO] [stdout] 349 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:400:5 [INFO] [stdout] | [INFO] [stdout] 400 | / _gen_getter!( [INFO] [stdout] 401 | | "whether file system buffers are spread across the selected memory nodes,", [INFO] [stdout] 402 | | memory_spread_page: link, [INFO] [stdout] 403 | | bool, [INFO] [stdout] 404 | | parse_01_bool [INFO] [stdout] 405 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:407:5 [INFO] [stdout] | [INFO] [stdout] 407 | / _gen_setter!( [INFO] [stdout] 408 | | "whether file system buffers are spread across the selected memory nodes,", [INFO] [stdout] 409 | | memory_spread_page: link, [INFO] [stdout] 410 | | set_memory_spread_page, [INFO] [stdout] 411 | | enable: bool as i32, [INFO] [stdout] 412 | | true [INFO] [stdout] 413 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:415:5 [INFO] [stdout] | [INFO] [stdout] 415 | / _gen_getter!( [INFO] [stdout] 416 | | "whether the kernel slab caches for file I/O are spread across the selected memory nodes,", [INFO] [stdout] 417 | | memory_spread_slab: link, [INFO] [stdout] 418 | | bool, [INFO] [stdout] 419 | | parse_01_bool [INFO] [stdout] 420 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:422:5 [INFO] [stdout] | [INFO] [stdout] 422 | / _gen_setter!( [INFO] [stdout] 423 | | "whether the kernel slab caches for file I/O are spread across the selected memory nodes,", [INFO] [stdout] 424 | | memory_spread_slab: link, [INFO] [stdout] 425 | | set_memory_spread_slab, [INFO] [stdout] 426 | | enable: bool as i32, [INFO] [stdout] 427 | | true [INFO] [stdout] 428 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:430:5 [INFO] [stdout] | [INFO] [stdout] 430 | / _gen_getter!( [INFO] [stdout] 431 | | "whether the kernel balances the load across the selected CPUs,", [INFO] [stdout] 432 | | sched_load_balance: link, [INFO] [stdout] 433 | | bool, [INFO] [stdout] 434 | | parse_01_bool [INFO] [stdout] 435 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:437:5 [INFO] [stdout] | [INFO] [stdout] 437 | / _gen_setter!( [INFO] [stdout] 438 | | "whether the kernel balances the load across the selected CPUs,", [INFO] [stdout] 439 | | sched_load_balance: link, [INFO] [stdout] 440 | | set_sched_load_balance, [INFO] [stdout] 441 | | enable: bool as i32, [INFO] [stdout] 442 | | true [INFO] [stdout] 443 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/cpuset.rs:445:5 [INFO] [stdout] | [INFO] [stdout] 445 | / _gen_getter!( [INFO] [stdout] 446 | | "how much work the kernel do to balance the load on this cgroup,", [INFO] [stdout] 447 | | sched_relax_domain_level: link, [INFO] [stdout] 448 | | i32, [INFO] [stdout] 449 | | parse [INFO] [stdout] 450 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/devices.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | / gen_getter!( [INFO] [stdout] 197 | | devices, [INFO] [stdout] 198 | | "allowed device access of this cgroup", [INFO] [stdout] 199 | | list, [INFO] [stdout] 200 | | Vec, [INFO] [stdout] 201 | | parse_list [INFO] [stdout] 202 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/freezer.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | / gen_getter!( [INFO] [stdout] 148 | | freezer, [INFO] [stdout] 149 | | "the current state of this cgroup", [INFO] [stdout] 150 | | state: link, [INFO] [stdout] 151 | | State, [INFO] [stdout] 152 | | parse [INFO] [stdout] 153 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/freezer.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | / gen_getter!( [INFO] [stdout] 156 | | freezer, [INFO] [stdout] 157 | | "whether this cgroup itself is frozen or in processes of being frozen,", [INFO] [stdout] 158 | | self_freezing, [INFO] [stdout] 159 | | bool, [INFO] [stdout] 160 | | parse_01_bool [INFO] [stdout] 161 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/freezer.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | / gen_getter!( [INFO] [stdout] 164 | | freezer, [INFO] [stdout] 165 | | "whether any parent cgroups of this cgroup is frozen or in processes of being frozen,", [INFO] [stdout] 166 | | parent_freezing, [INFO] [stdout] 167 | | bool, [INFO] [stdout] 168 | | parse_01_bool [INFO] [stdout] 169 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / _gen_getter!( [INFO] [stdout] 265 | | "the statistics of memory usage of this cgroup", [INFO] [stdout] 266 | | stat, [INFO] [stdout] 267 | | Stat, [INFO] [stdout] 268 | | parse_stat [INFO] [stdout] 269 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | / _gen_getter!( [INFO] [stdout] 272 | | "the statistics of memory usage per NUMA node of this cgroup", [INFO] [stdout] 273 | | numa_stat, [INFO] [stdout] 274 | | NumaStat, [INFO] [stdout] 275 | | parse_numa_stat [INFO] [stdout] 276 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:278:5 [INFO] [stdout] | [INFO] [stdout] 278 | / _gen_getter!( [INFO] [stdout] 279 | | "the memory usage of this cgroup", [INFO] [stdout] 280 | | usage_in_bytes, [INFO] [stdout] 281 | | memsw_usage_in_bytes, [INFO] [stdout] ... | [INFO] [stdout] 284 | | u64 [INFO] [stdout] 285 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | / _gen_getter!( [INFO] [stdout] 288 | | "the maximum memory usage of this cgroup", [INFO] [stdout] 289 | | max_usage_in_bytes, [INFO] [stdout] 290 | | memsw_max_usage_in_bytes, [INFO] [stdout] ... | [INFO] [stdout] 293 | | u64 [INFO] [stdout] 294 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:296:5 [INFO] [stdout] | [INFO] [stdout] 296 | / _gen_getter!( [INFO] [stdout] 297 | | "the limit on memory usage (including file cache) of this cgroup", [INFO] [stdout] 298 | | limit_in_bytes: link, [INFO] [stdout] 299 | | memsw_limit_in_bytes, [INFO] [stdout] ... | [INFO] [stdout] 302 | | u64 [INFO] [stdout] 303 | | ); [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 `_link` (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/v1/memory.rs:260:6 [INFO] [stdout] | [INFO] [stdout] 260 | ); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 312 | _gen_setter!(err_invalid; limit_in_bytes), [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 `_gen_setter` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:356:5 [INFO] [stdout] | [INFO] [stdout] 356 | / _gen_getter!( [INFO] [stdout] 357 | | "the soft limit on memory usage of this cgroup", [INFO] [stdout] 358 | | soft_limit_in_bytes: link, [INFO] [stdout] 359 | | u64, [INFO] [stdout] 360 | | parse [INFO] [stdout] 361 | | ); [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 `_link` (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/v1/memory.rs:260:6 [INFO] [stdout] | [INFO] [stdout] 260 | ); }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 370 | _gen_setter!(err_invalid; soft_limit_in_bytes), [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 `_gen_setter` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | / _gen_getter!( [INFO] [stdout] 382 | | "the number of memory allocation failure due to the limit", [INFO] [stdout] 383 | | failcnt, [INFO] [stdout] 384 | | memsw_failcnt, [INFO] [stdout] ... | [INFO] [stdout] 387 | | u64 [INFO] [stdout] 388 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | / _gen_getter!( [INFO] [stdout] 391 | | "the tendency of the kernel to swap out pages consumed by this cgroup,", [INFO] [stdout] 392 | | swappiness: link, [INFO] [stdout] 393 | | u64, [INFO] [stdout] 394 | | parse [INFO] [stdout] 395 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | / _gen_setter!( [INFO] [stdout] 398 | | "a tendency of the kernel to swap out pages consumed by this cgroup,", [INFO] [stdout] 399 | | swappiness: link, [INFO] [stdout] 400 | | set_swappiness, [INFO] [stdout] 401 | | u64, [INFO] [stdout] 402 | | 60 [INFO] [stdout] 403 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 405 | / _gen_getter!( [INFO] [stdout] 406 | | "the status of OOM killer on this cgroup", [INFO] [stdout] 407 | | oom_control, [INFO] [stdout] 408 | | OomControl, [INFO] [stdout] 409 | | parse_oom_control [INFO] [stdout] 410 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:412:5 [INFO] [stdout] | [INFO] [stdout] 412 | / _gen_setter!( [INFO] [stdout] 413 | | "whether the OOM killer is disabled for this cgroup,", [INFO] [stdout] 414 | | oom_control, [INFO] [stdout] 415 | | disable_oom_killer, [INFO] [stdout] 416 | | disable: bool as i32, [INFO] [stdout] 417 | | true [INFO] [stdout] 418 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:420:5 [INFO] [stdout] | [INFO] [stdout] 420 | / _gen_getter!( [INFO] [stdout] 421 | | "whether pages may be recharged to the new cgroup when a task is moved,", [INFO] [stdout] 422 | | move_charge_at_immigrate: link, [INFO] [stdout] 423 | | bool, [INFO] [stdout] 424 | | parse_01_bool [INFO] [stdout] 425 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:427:5 [INFO] [stdout] | [INFO] [stdout] 427 | / _gen_setter!( [INFO] [stdout] 428 | | "whether pages may be recharged to the new cgroup when a task is moved,", [INFO] [stdout] 429 | | move_charge_at_immigrate: link, [INFO] [stdout] 430 | | set_move_charge_at_immigrate, [INFO] [stdout] 431 | | move_: bool as i32, [INFO] [stdout] 432 | | true [INFO] [stdout] 433 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | / _gen_getter!( [INFO] [stdout] 436 | | "whether the OOM killer tries to reclaim memory from the self and descendant cgroups,", [INFO] [stdout] 437 | | use_hierarchy: link, [INFO] [stdout] 438 | | bool, [INFO] [stdout] 439 | | parse_01_bool [INFO] [stdout] 440 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | / _gen_setter!( [INFO] [stdout] 443 | | "whether the OOM killer tries to reclaim memory from the self and descendant cgroups,", [INFO] [stdout] 444 | | use_hierarchy: link, [INFO] [stdout] 445 | | set_use_hierarchy, [INFO] [stdout] 446 | | use_: bool as i32, [INFO] [stdout] 447 | | true [INFO] [stdout] 448 | | ); [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 `_link` (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/macros.rs:19:63 [INFO] [stdout] | [INFO] [stdout] 19 | return Err(crate::Error::new(crate::ErrorKind::Parse)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/memory.rs:646:17 [INFO] [stdout] | [INFO] [stdout] 646 | None => bail_parse!(), [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 `bail_parse` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/net_prio.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | / gen_getter!( [INFO] [stdout] 81 | | net_prio, [INFO] [stdout] 82 | | "the system-internal representation of this cgroup", [INFO] [stdout] 83 | | prioidx, [INFO] [stdout] 84 | | u64, [INFO] [stdout] 85 | | parse [INFO] [stdout] 86 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/net_prio.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | / gen_getter!( [INFO] [stdout] 89 | | net_prio, "the map of priorities assigned to traffic originating from this cgroup,", [INFO] [stdout] 90 | | ifpriomap : link, HashMap, parse_ifpriomap [INFO] [stdout] 91 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/pids.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | / gen_getter!( [INFO] [stdout] 84 | | pids, [INFO] [stdout] 85 | | "the maximum number of processes this cgroup can have", [INFO] [stdout] 86 | | max: link, [INFO] [stdout] 87 | | Max, [INFO] [stdout] 88 | | parse [INFO] [stdout] 89 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/pids.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / gen_setter!( [INFO] [stdout] 92 | | pids, [INFO] [stdout] 93 | | "a maximum number of processes this cgroup can have,", [INFO] [stdout] 94 | | max: link, [INFO] [stdout] ... | [INFO] [stdout] 97 | | controlgroup::Max::Limit(2) [INFO] [stdout] 98 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/pids.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | / gen_getter!( [INFO] [stdout] 101 | | pids, [INFO] [stdout] 102 | | "the number of processes this cgroup currently has", [INFO] [stdout] 103 | | current, [INFO] [stdout] 104 | | u32, [INFO] [stdout] 105 | | parse [INFO] [stdout] 106 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/pids.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | / gen_getter!( [INFO] [stdout] 109 | | pids, [INFO] [stdout] 110 | | "the event counter, i.e. a pair of the maximum number of processes, [INFO] [stdout] 111 | | and the number of times fork failed due to the limit", [INFO] [stdout] ... | [INFO] [stdout] 114 | | parse_events [INFO] [stdout] 115 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | gen_doc!(see); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/rdma.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | / gen_getter!( [INFO] [stdout] 113 | | rdma, "the current usage of RDMA/IB devices", [INFO] [stdout] 114 | | current, HashMap, parse_limits [INFO] [stdout] 115 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stdout] | [INFO] [stdout] 282 | gen_doc!(see; $field); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/v1/rdma.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | / gen_getter!( [INFO] [stdout] 118 | | rdma, "the usage limits on RDMA/IB devices", [INFO] [stdout] 119 | | max : link, HashMap, parse_limits [INFO] [stdout] 120 | | ); [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 `_link` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 82 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.26s [INFO] running `Command { std: "docker" "inspect" "416310aaefc788de35ba5d53c1997acfde228a5411f0e50bf732eddc2bc7a848", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "416310aaefc788de35ba5d53c1997acfde228a5411f0e50bf732eddc2bc7a848", kill_on_drop: false }` [INFO] [stdout] 416310aaefc788de35ba5d53c1997acfde228a5411f0e50bf732eddc2bc7a848 [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" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f5600f8a7fb4e893eed76c05a26d5cbe4dd01aa2a6658116ba07ae021b8173d2 [INFO] running `Command { std: "docker" "start" "-a" "f5600f8a7fb4e893eed76c05a26d5cbe4dd01aa2a6658116ba07ae021b8173d2", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/blkio.rs:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / gen_getter!( [INFO] [stderr] 265 | | blkio, [INFO] [stderr] 266 | | "the relative weight of block I/O performed by this cgroup,", [INFO] [stderr] 267 | | weight: link, [INFO] [stderr] 268 | | u16, [INFO] [stderr] 269 | | parse [INFO] [stderr] 270 | | ); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | future_incompatible, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` implied by `#[warn(future_incompatible)]` [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/blkio.rs:276:5 [INFO] [stderr] | [INFO] [stderr] 276 | _gen_getter!(map; "the overriding weight for devices", weight_device : link, u16); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/blkio.rs:282:5 [INFO] [stderr] | [INFO] [stderr] 282 | / gen_getter!( [INFO] [stderr] 283 | | blkio, [INFO] [stderr] 284 | | "the weight this cgroup has while competing against descendant cgroups,", [INFO] [stderr] 285 | | leaf_weight: link, [INFO] [stderr] 286 | | u16, [INFO] [stderr] 287 | | parse [INFO] [stderr] 288 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/blkio.rs:294:5 [INFO] [stderr] | [INFO] [stderr] 294 | / _gen_getter!( [INFO] [stderr] 295 | | map; "the overriding leaf weight for devices", [INFO] [stderr] 296 | | leaf_weight_device : link, u16 [INFO] [stderr] 297 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/blkio.rs:303:5 [INFO] [stderr] | [INFO] [stderr] 303 | / _gen_getter!( [INFO] [stderr] 304 | | map; "the I/O time allocated to this cgroup per device (in milliseconds)", [INFO] [stderr] 305 | | time, u64, time_recursive [INFO] [stderr] 306 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/blkio.rs:308:5 [INFO] [stderr] | [INFO] [stderr] 308 | / _gen_getter!( [INFO] [stderr] 309 | | map; "the number of sectors transferred by this cgroup,", [INFO] [stderr] 310 | | sectors, u64, sectors_recursive [INFO] [stderr] 311 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/blkio.rs:313:5 [INFO] [stderr] | [INFO] [stderr] 313 | / _gen_getter!( [INFO] [stderr] 314 | | io_service; "the I/O service transferred by this cgroup (in bytes)", [INFO] [stderr] 315 | | io_service_bytes, io_service_bytes_recursive [INFO] [stderr] 316 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/blkio.rs:317:5 [INFO] [stderr] | [INFO] [stderr] 317 | / _gen_getter!( [INFO] [stderr] 318 | | io_service; "the I/O service transferred by this cgroup (in operation count)", [INFO] [stderr] 319 | | io_serviced, io_serviced_recursive [INFO] [stderr] 320 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/blkio.rs:321:5 [INFO] [stderr] | [INFO] [stderr] 321 | / _gen_getter!( [INFO] [stderr] 322 | | io_service; "the I/O service transferred by this cgroup (in nanoseconds)", [INFO] [stderr] 323 | | io_service_time, io_service_time_recursive [INFO] [stderr] 324 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/blkio.rs:326:5 [INFO] [stderr] | [INFO] [stderr] 326 | / _gen_getter!( [INFO] [stderr] 327 | | io_service; "the total time the I/O for this cgroup spent waiting for service,", [INFO] [stderr] 328 | | io_wait_time, io_wait_time_recursive [INFO] [stderr] 329 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/blkio.rs:331:5 [INFO] [stderr] | [INFO] [stderr] 331 | / _gen_getter!( [INFO] [stderr] 332 | | io_service; [INFO] [stderr] 333 | | "the number of BIOS requests merged into I/O requests belonging to this cgroup,", [INFO] [stderr] 334 | | io_merged, io_merged_recursive [INFO] [stderr] 335 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/blkio.rs:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / _gen_getter!( [INFO] [stderr] 338 | | io_service; "the number of I/O operations queued by this cgroup,", [INFO] [stderr] 339 | | io_queued, io_queued_recursive [INFO] [stderr] 340 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpu.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | / gen_getter!( [INFO] [stderr] 128 | | cpu, [INFO] [stderr] 129 | | "the throttling statistics of this cgroup", [INFO] [stderr] 130 | | stat, [INFO] [stderr] 131 | | Stat, [INFO] [stderr] 132 | | parse_stat [INFO] [stderr] 133 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpu.rs:135:5 [INFO] [stderr] | [INFO] [stderr] 135 | gen_getter!(cpu, "the CPU time shares", shares: link, u64, parse); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpu.rs:136:5 [INFO] [stderr] | [INFO] [stderr] 136 | gen_setter!(cpu, "CPU time shares", shares: link, set_shares, u64, 2048); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpu.rs:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | / gen_getter!( [INFO] [stderr] 139 | | cpu, [INFO] [stderr] 140 | | "the total available CPU time within a period (in microseconds)", [INFO] [stderr] 141 | | cfs_quota_us: link, [INFO] [stderr] 142 | | i64, [INFO] [stderr] 143 | | parse [INFO] [stderr] 144 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpu.rs:145:5 [INFO] [stderr] | [INFO] [stderr] 145 | / gen_setter!( [INFO] [stderr] 146 | | cpu, [INFO] [stderr] 147 | | "total available CPU time within a period (in microseconds)" [INFO] [stderr] 148 | | : "Setting -1 removes the current limit.", [INFO] [stderr] ... | [INFO] [stderr] 152 | | 500 * 1000 [INFO] [stderr] 153 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpu.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | / gen_getter!( [INFO] [stderr] 156 | | cpu, [INFO] [stderr] 157 | | "the length of period (in microseconds)", [INFO] [stderr] 158 | | cfs_period_us: link, [INFO] [stderr] 159 | | u64, [INFO] [stderr] 160 | | parse [INFO] [stderr] 161 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpu.rs:162:5 [INFO] [stderr] | [INFO] [stderr] 162 | / gen_setter!( [INFO] [stderr] 163 | | cpu, [INFO] [stderr] 164 | | "length of period (in microseconds)", [INFO] [stderr] 165 | | cfs_period_us: link, [INFO] [stderr] ... | [INFO] [stderr] 168 | | 1000 * 1000 [INFO] [stderr] 169 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpu.rs:171:5 [INFO] [stderr] | [INFO] [stderr] 171 | / gen_getter!( [INFO] [stderr] 172 | | cpu, [INFO] [stderr] 173 | | "the total available CPU time for realtime tasks within a period (in microseconds)", [INFO] [stderr] 174 | | rt_runtime_us: link, [INFO] [stderr] 175 | | i64, [INFO] [stderr] 176 | | parse [INFO] [stderr] 177 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpu.rs:178:5 [INFO] [stderr] | [INFO] [stderr] 178 | / gen_setter!( [INFO] [stderr] 179 | | cpu, [INFO] [stderr] 180 | | "total available CPU time for realtime tasks within a period (in microseconds)" [INFO] [stderr] 181 | | : "Setting -1 removes the current limit.", [INFO] [stderr] ... | [INFO] [stderr] 185 | | 500 * 1000 [INFO] [stderr] 186 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpu.rs:188:5 [INFO] [stderr] | [INFO] [stderr] 188 | / gen_getter!( [INFO] [stderr] 189 | | cpu, [INFO] [stderr] 190 | | "the length of period for realtime tasks (in microseconds)", [INFO] [stderr] 191 | | rt_period_us: link, [INFO] [stderr] 192 | | u64, [INFO] [stderr] 193 | | parse [INFO] [stderr] 194 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpu.rs:195:5 [INFO] [stderr] | [INFO] [stderr] 195 | / gen_setter!( [INFO] [stderr] 196 | | cpu, [INFO] [stderr] 197 | | "the length of period for realtime tasks (in microseconds)", [INFO] [stderr] 198 | | rt_period_us: link, [INFO] [stderr] ... | [INFO] [stderr] 201 | | 1000 * 1000 [INFO] [stderr] 202 | | ); [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 `_link` (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/macros.rs:19:63 [INFO] [stderr] | [INFO] [stderr] 19 | return Err(crate::Error::new(crate::ErrorKind::Parse)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpu.rs:233:18 [INFO] [stderr] | [INFO] [stderr] 233 | _ => bail_parse!(), [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 `bail_parse` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuacct.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | / _gen_getter!( [INFO] [stderr] 86 | | "the statistics about how much CPU time is consumed by this cgroup (in `USER_HZ` unit)" [INFO] [stderr] 87 | | : "The CPU time is further divided into user and system times.", [INFO] [stderr] 88 | | stat, Stat, parse_stat [INFO] [stderr] 89 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuacct.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | / _gen_getter!( [INFO] [stderr] 92 | | "the total CPU time consumed by this cgroup (in nanoseconds)", [INFO] [stderr] 93 | | usage, [INFO] [stderr] 94 | | u64, [INFO] [stderr] 95 | | parse [INFO] [stderr] 96 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuacct.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | / _gen_getter!( [INFO] [stderr] 99 | | "the per-CPU total CPU time consumed by this cgroup (in nanoseconds)" : [INFO] [stderr] 100 | | "The CPU time is further divided into user and system times.", [INFO] [stderr] 101 | | usage_all, Vec, parse_usage_all [INFO] [stderr] 102 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuacct.rs:104:5 [INFO] [stderr] | [INFO] [stderr] 104 | / _gen_getter!( [INFO] [stderr] 105 | | "the per-CPU total CPU times consumed by this cgroup (in nanoseconds)", [INFO] [stderr] 106 | | usage_percpu, [INFO] [stderr] 107 | | Vec, [INFO] [stderr] 108 | | parse_vec [INFO] [stderr] 109 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuacct.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | / _gen_getter!( [INFO] [stderr] 112 | | "the per-CPU total CPU times consumed by this cgroup [INFO] [stderr] 113 | | in the system (kernel) mode (in nanoseconds)", [INFO] [stderr] 114 | | usage_percpu_sys, [INFO] [stderr] 115 | | Vec, [INFO] [stderr] 116 | | parse_vec [INFO] [stderr] 117 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuacct.rs:119:5 [INFO] [stderr] | [INFO] [stderr] 119 | / _gen_getter!( [INFO] [stderr] 120 | | "the per-CPU total CPU times consumed by this cgroup in the user mode (in nanoseconds)", [INFO] [stderr] 121 | | usage_percpu_user, [INFO] [stderr] 122 | | Vec, [INFO] [stderr] 123 | | parse_vec [INFO] [stderr] 124 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuacct.rs:126:5 [INFO] [stderr] | [INFO] [stderr] 126 | / _gen_getter!( [INFO] [stderr] 127 | | "the total CPU time consumed by this cgroup in the system (kernel) mode (in nanoseconds)", [INFO] [stderr] 128 | | usage_sys, [INFO] [stderr] 129 | | u64, [INFO] [stderr] 130 | | parse [INFO] [stderr] 131 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuacct.rs:133:5 [INFO] [stderr] | [INFO] [stderr] 133 | / _gen_getter!( [INFO] [stderr] 134 | | "the total CPU time consumed by this cgroup in the user mode (in nanoseconds)", [INFO] [stderr] 135 | | usage_user, [INFO] [stderr] 136 | | u64, [INFO] [stderr] 137 | | parse [INFO] [stderr] 138 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:252:5 [INFO] [stderr] | [INFO] [stderr] 252 | / _gen_getter!( [INFO] [stderr] 253 | | "the set of CPUs this cgroup can use", [INFO] [stderr] 254 | | cpus: link, [INFO] [stderr] 255 | | IdSet, [INFO] [stderr] 256 | | parse [INFO] [stderr] 257 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:259:5 [INFO] [stderr] | [INFO] [stderr] 259 | / _gen_setter!( [INFO] [stderr] 260 | | "a set of CPUs this cgroup can use", [INFO] [stderr] 261 | | cpus: link, [INFO] [stderr] 262 | | set_cpus, [INFO] [stderr] 263 | | &IdSet, [INFO] [stderr] 264 | | &"0,1".parse::()? [INFO] [stderr] 265 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:267:5 [INFO] [stderr] | [INFO] [stderr] 267 | / _gen_getter!( [INFO] [stderr] 268 | | "the set of memory nodes this cgroup can use", [INFO] [stderr] 269 | | mems: link, [INFO] [stderr] 270 | | IdSet, [INFO] [stderr] 271 | | parse [INFO] [stderr] 272 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | / _gen_setter!( [INFO] [stderr] 275 | | "a set of memory nodes this cgroup can use", [INFO] [stderr] 276 | | mems: link, [INFO] [stderr] 277 | | set_mems, [INFO] [stderr] 278 | | &IdSet, [INFO] [stderr] 279 | | &"0,1".parse::()? [INFO] [stderr] 280 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:282:5 [INFO] [stderr] | [INFO] [stderr] 282 | / _gen_getter!( [INFO] [stderr] 283 | | "whether the memory used by this cgroup should be migrated [INFO] [stderr] 284 | | when memory selection is updated,", [INFO] [stderr] 285 | | memory_migrate: link, [INFO] [stderr] 286 | | bool, [INFO] [stderr] 287 | | parse_01_bool [INFO] [stderr] 288 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:290:5 [INFO] [stderr] | [INFO] [stderr] 290 | / _gen_setter!( [INFO] [stderr] 291 | | "whether the memory used by this cgroup should be migrated [INFO] [stderr] 292 | | when memory selection is updated,", [INFO] [stderr] 293 | | memory_migrate: link, [INFO] [stderr] ... | [INFO] [stderr] 296 | | true [INFO] [stderr] 297 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:299:5 [INFO] [stderr] | [INFO] [stderr] 299 | / _gen_getter!( [INFO] [stderr] 300 | | "whether the selected CPUs should be exclusive to this cgroup,", [INFO] [stderr] 301 | | cpu_exclusive: link, [INFO] [stderr] 302 | | bool, [INFO] [stderr] 303 | | parse_01_bool [INFO] [stderr] 304 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:306:5 [INFO] [stderr] | [INFO] [stderr] 306 | / _gen_setter!( [INFO] [stderr] 307 | | "whether the selected CPUs should be exclusive to this cgroup,", [INFO] [stderr] 308 | | cpu_exclusive: link, [INFO] [stderr] 309 | | set_cpu_exclusive, [INFO] [stderr] 310 | | exclusive: bool as i32, [INFO] [stderr] 311 | | true [INFO] [stderr] 312 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:314:5 [INFO] [stderr] | [INFO] [stderr] 314 | / _gen_getter!( [INFO] [stderr] 315 | | "whether the selected memory nodes should be exclusive to this cgroup,", [INFO] [stderr] 316 | | mem_exclusive: link, [INFO] [stderr] 317 | | bool, [INFO] [stderr] 318 | | parse_01_bool [INFO] [stderr] 319 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:321:5 [INFO] [stderr] | [INFO] [stderr] 321 | / _gen_setter!( [INFO] [stderr] 322 | | "whether the selected memory nodes should be exclusive to this cgroup,", [INFO] [stderr] 323 | | mem_exclusive: link, [INFO] [stderr] 324 | | set_mem_exclusive, [INFO] [stderr] 325 | | exclusive: bool as i32, [INFO] [stderr] 326 | | true [INFO] [stderr] 327 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:329:5 [INFO] [stderr] | [INFO] [stderr] 329 | / _gen_getter!( [INFO] [stderr] 330 | | "whether this cgroup is \"hardwalled\"", [INFO] [stderr] 331 | | mem_hardwall: link, [INFO] [stderr] 332 | | bool, [INFO] [stderr] 333 | | parse_01_bool [INFO] [stderr] 334 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:336:5 [INFO] [stderr] | [INFO] [stderr] 336 | / _gen_setter!( [INFO] [stderr] 337 | | "whether this cgroup is \"hardwalled\"", [INFO] [stderr] 338 | | mem_hardwall: link, [INFO] [stderr] 339 | | set_mem_hardwall, [INFO] [stderr] 340 | | enable: bool as i32, [INFO] [stderr] 341 | | true [INFO] [stderr] 342 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:344:5 [INFO] [stderr] | [INFO] [stderr] 344 | / _gen_getter!( [INFO] [stderr] 345 | | "the running average of the memory pressure faced by this cgroup,", [INFO] [stderr] 346 | | memory_pressure, [INFO] [stderr] 347 | | u64, [INFO] [stderr] 348 | | parse [INFO] [stderr] 349 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:400:5 [INFO] [stderr] | [INFO] [stderr] 400 | / _gen_getter!( [INFO] [stderr] 401 | | "whether file system buffers are spread across the selected memory nodes,", [INFO] [stderr] 402 | | memory_spread_page: link, [INFO] [stderr] 403 | | bool, [INFO] [stderr] 404 | | parse_01_bool [INFO] [stderr] 405 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:407:5 [INFO] [stderr] | [INFO] [stderr] 407 | / _gen_setter!( [INFO] [stderr] 408 | | "whether file system buffers are spread across the selected memory nodes,", [INFO] [stderr] 409 | | memory_spread_page: link, [INFO] [stderr] 410 | | set_memory_spread_page, [INFO] [stderr] 411 | | enable: bool as i32, [INFO] [stderr] 412 | | true [INFO] [stderr] 413 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:415:5 [INFO] [stderr] | [INFO] [stderr] 415 | / _gen_getter!( [INFO] [stderr] 416 | | "whether the kernel slab caches for file I/O are spread across the selected memory nodes,", [INFO] [stderr] 417 | | memory_spread_slab: link, [INFO] [stderr] 418 | | bool, [INFO] [stderr] 419 | | parse_01_bool [INFO] [stderr] 420 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:422:5 [INFO] [stderr] | [INFO] [stderr] 422 | / _gen_setter!( [INFO] [stderr] 423 | | "whether the kernel slab caches for file I/O are spread across the selected memory nodes,", [INFO] [stderr] 424 | | memory_spread_slab: link, [INFO] [stderr] 425 | | set_memory_spread_slab, [INFO] [stderr] 426 | | enable: bool as i32, [INFO] [stderr] 427 | | true [INFO] [stderr] 428 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:430:5 [INFO] [stderr] | [INFO] [stderr] 430 | / _gen_getter!( [INFO] [stderr] 431 | | "whether the kernel balances the load across the selected CPUs,", [INFO] [stderr] 432 | | sched_load_balance: link, [INFO] [stderr] 433 | | bool, [INFO] [stderr] 434 | | parse_01_bool [INFO] [stderr] 435 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:437:5 [INFO] [stderr] | [INFO] [stderr] 437 | / _gen_setter!( [INFO] [stderr] 438 | | "whether the kernel balances the load across the selected CPUs,", [INFO] [stderr] 439 | | sched_load_balance: link, [INFO] [stderr] 440 | | set_sched_load_balance, [INFO] [stderr] 441 | | enable: bool as i32, [INFO] [stderr] 442 | | true [INFO] [stderr] 443 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/cpuset.rs:445:5 [INFO] [stderr] | [INFO] [stderr] 445 | / _gen_getter!( [INFO] [stderr] 446 | | "how much work the kernel do to balance the load on this cgroup,", [INFO] [stderr] 447 | | sched_relax_domain_level: link, [INFO] [stderr] 448 | | i32, [INFO] [stderr] 449 | | parse [INFO] [stderr] 450 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/devices.rs:196:5 [INFO] [stderr] | [INFO] [stderr] 196 | / gen_getter!( [INFO] [stderr] 197 | | devices, [INFO] [stderr] 198 | | "allowed device access of this cgroup", [INFO] [stderr] 199 | | list, [INFO] [stderr] 200 | | Vec, [INFO] [stderr] 201 | | parse_list [INFO] [stderr] 202 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/freezer.rs:147:5 [INFO] [stderr] | [INFO] [stderr] 147 | / gen_getter!( [INFO] [stderr] 148 | | freezer, [INFO] [stderr] 149 | | "the current state of this cgroup", [INFO] [stderr] 150 | | state: link, [INFO] [stderr] 151 | | State, [INFO] [stderr] 152 | | parse [INFO] [stderr] 153 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/freezer.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | / gen_getter!( [INFO] [stderr] 156 | | freezer, [INFO] [stderr] 157 | | "whether this cgroup itself is frozen or in processes of being frozen,", [INFO] [stderr] 158 | | self_freezing, [INFO] [stderr] 159 | | bool, [INFO] [stderr] 160 | | parse_01_bool [INFO] [stderr] 161 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/freezer.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | / gen_getter!( [INFO] [stderr] 164 | | freezer, [INFO] [stderr] 165 | | "whether any parent cgroups of this cgroup is frozen or in processes of being frozen,", [INFO] [stderr] 166 | | parent_freezing, [INFO] [stderr] 167 | | bool, [INFO] [stderr] 168 | | parse_01_bool [INFO] [stderr] 169 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / _gen_getter!( [INFO] [stderr] 265 | | "the statistics of memory usage of this cgroup", [INFO] [stderr] 266 | | stat, [INFO] [stderr] 267 | | Stat, [INFO] [stderr] 268 | | parse_stat [INFO] [stderr] 269 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:271:5 [INFO] [stderr] | [INFO] [stderr] 271 | / _gen_getter!( [INFO] [stderr] 272 | | "the statistics of memory usage per NUMA node of this cgroup", [INFO] [stderr] 273 | | numa_stat, [INFO] [stderr] 274 | | NumaStat, [INFO] [stderr] 275 | | parse_numa_stat [INFO] [stderr] 276 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:278:5 [INFO] [stderr] | [INFO] [stderr] 278 | / _gen_getter!( [INFO] [stderr] 279 | | "the memory usage of this cgroup", [INFO] [stderr] 280 | | usage_in_bytes, [INFO] [stderr] 281 | | memsw_usage_in_bytes, [INFO] [stderr] ... | [INFO] [stderr] 284 | | u64 [INFO] [stderr] 285 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:287:5 [INFO] [stderr] | [INFO] [stderr] 287 | / _gen_getter!( [INFO] [stderr] 288 | | "the maximum memory usage of this cgroup", [INFO] [stderr] 289 | | max_usage_in_bytes, [INFO] [stderr] 290 | | memsw_max_usage_in_bytes, [INFO] [stderr] ... | [INFO] [stderr] 293 | | u64 [INFO] [stderr] 294 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:296:5 [INFO] [stderr] | [INFO] [stderr] 296 | / _gen_getter!( [INFO] [stderr] 297 | | "the limit on memory usage (including file cache) of this cgroup", [INFO] [stderr] 298 | | limit_in_bytes: link, [INFO] [stderr] 299 | | memsw_limit_in_bytes, [INFO] [stderr] ... | [INFO] [stderr] 302 | | u64 [INFO] [stderr] 303 | | ); [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 `_link` (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/v1/memory.rs:260:6 [INFO] [stderr] | [INFO] [stderr] 260 | ); }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 312 | _gen_setter!(err_invalid; limit_in_bytes), [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 `_gen_setter` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:356:5 [INFO] [stderr] | [INFO] [stderr] 356 | / _gen_getter!( [INFO] [stderr] 357 | | "the soft limit on memory usage of this cgroup", [INFO] [stderr] 358 | | soft_limit_in_bytes: link, [INFO] [stderr] 359 | | u64, [INFO] [stderr] 360 | | parse [INFO] [stderr] 361 | | ); [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 `_link` (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/v1/memory.rs:260:6 [INFO] [stderr] | [INFO] [stderr] 260 | ); }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 370 | _gen_setter!(err_invalid; soft_limit_in_bytes), [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 `_gen_setter` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:381:5 [INFO] [stderr] | [INFO] [stderr] 381 | / _gen_getter!( [INFO] [stderr] 382 | | "the number of memory allocation failure due to the limit", [INFO] [stderr] 383 | | failcnt, [INFO] [stderr] 384 | | memsw_failcnt, [INFO] [stderr] ... | [INFO] [stderr] 387 | | u64 [INFO] [stderr] 388 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:390:5 [INFO] [stderr] | [INFO] [stderr] 390 | / _gen_getter!( [INFO] [stderr] 391 | | "the tendency of the kernel to swap out pages consumed by this cgroup,", [INFO] [stderr] 392 | | swappiness: link, [INFO] [stderr] 393 | | u64, [INFO] [stderr] 394 | | parse [INFO] [stderr] 395 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:397:5 [INFO] [stderr] | [INFO] [stderr] 397 | / _gen_setter!( [INFO] [stderr] 398 | | "a tendency of the kernel to swap out pages consumed by this cgroup,", [INFO] [stderr] 399 | | swappiness: link, [INFO] [stderr] 400 | | set_swappiness, [INFO] [stderr] 401 | | u64, [INFO] [stderr] 402 | | 60 [INFO] [stderr] 403 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:405:5 [INFO] [stderr] | [INFO] [stderr] 405 | / _gen_getter!( [INFO] [stderr] 406 | | "the status of OOM killer on this cgroup", [INFO] [stderr] 407 | | oom_control, [INFO] [stderr] 408 | | OomControl, [INFO] [stderr] 409 | | parse_oom_control [INFO] [stderr] 410 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:412:5 [INFO] [stderr] | [INFO] [stderr] 412 | / _gen_setter!( [INFO] [stderr] 413 | | "whether the OOM killer is disabled for this cgroup,", [INFO] [stderr] 414 | | oom_control, [INFO] [stderr] 415 | | disable_oom_killer, [INFO] [stderr] 416 | | disable: bool as i32, [INFO] [stderr] 417 | | true [INFO] [stderr] 418 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:420:5 [INFO] [stderr] | [INFO] [stderr] 420 | / _gen_getter!( [INFO] [stderr] 421 | | "whether pages may be recharged to the new cgroup when a task is moved,", [INFO] [stderr] 422 | | move_charge_at_immigrate: link, [INFO] [stderr] 423 | | bool, [INFO] [stderr] 424 | | parse_01_bool [INFO] [stderr] 425 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:427:5 [INFO] [stderr] | [INFO] [stderr] 427 | / _gen_setter!( [INFO] [stderr] 428 | | "whether pages may be recharged to the new cgroup when a task is moved,", [INFO] [stderr] 429 | | move_charge_at_immigrate: link, [INFO] [stderr] 430 | | set_move_charge_at_immigrate, [INFO] [stderr] 431 | | move_: bool as i32, [INFO] [stderr] 432 | | true [INFO] [stderr] 433 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:435:5 [INFO] [stderr] | [INFO] [stderr] 435 | / _gen_getter!( [INFO] [stderr] 436 | | "whether the OOM killer tries to reclaim memory from the self and descendant cgroups,", [INFO] [stderr] 437 | | use_hierarchy: link, [INFO] [stderr] 438 | | bool, [INFO] [stderr] 439 | | parse_01_bool [INFO] [stderr] 440 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:442:5 [INFO] [stderr] | [INFO] [stderr] 442 | / _gen_setter!( [INFO] [stderr] 443 | | "whether the OOM killer tries to reclaim memory from the self and descendant cgroups,", [INFO] [stderr] 444 | | use_hierarchy: link, [INFO] [stderr] 445 | | set_use_hierarchy, [INFO] [stderr] 446 | | use_: bool as i32, [INFO] [stderr] 447 | | true [INFO] [stderr] 448 | | ); [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 `_link` (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/macros.rs:19:63 [INFO] [stderr] | [INFO] [stderr] 19 | return Err(crate::Error::new(crate::ErrorKind::Parse)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/memory.rs:646:17 [INFO] [stderr] | [INFO] [stderr] 646 | None => bail_parse!(), [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 `bail_parse` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/net_prio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / gen_getter!( [INFO] [stderr] 81 | | net_prio, [INFO] [stderr] 82 | | "the system-internal representation of this cgroup", [INFO] [stderr] 83 | | prioidx, [INFO] [stderr] 84 | | u64, [INFO] [stderr] 85 | | parse [INFO] [stderr] 86 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/net_prio.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | / gen_getter!( [INFO] [stderr] 89 | | net_prio, "the map of priorities assigned to traffic originating from this cgroup,", [INFO] [stderr] 90 | | ifpriomap : link, HashMap, parse_ifpriomap [INFO] [stderr] 91 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/pids.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | / gen_getter!( [INFO] [stderr] 84 | | pids, [INFO] [stderr] 85 | | "the maximum number of processes this cgroup can have", [INFO] [stderr] 86 | | max: link, [INFO] [stderr] 87 | | Max, [INFO] [stderr] 88 | | parse [INFO] [stderr] 89 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/pids.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | / gen_setter!( [INFO] [stderr] 92 | | pids, [INFO] [stderr] 93 | | "a maximum number of processes this cgroup can have,", [INFO] [stderr] 94 | | max: link, [INFO] [stderr] ... | [INFO] [stderr] 97 | | controlgroup::Max::Limit(2) [INFO] [stderr] 98 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/pids.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | / gen_getter!( [INFO] [stderr] 101 | | pids, [INFO] [stderr] 102 | | "the number of processes this cgroup currently has", [INFO] [stderr] 103 | | current, [INFO] [stderr] 104 | | u32, [INFO] [stderr] 105 | | parse [INFO] [stderr] 106 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/pids.rs:108:5 [INFO] [stderr] | [INFO] [stderr] 108 | / gen_getter!( [INFO] [stderr] 109 | | pids, [INFO] [stderr] 110 | | "the event counter, i.e. a pair of the maximum number of processes, [INFO] [stderr] 111 | | and the number of times fork failed due to the limit", [INFO] [stderr] ... | [INFO] [stderr] 114 | | parse_events [INFO] [stderr] 115 | | ); [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 `_link` (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/v1/macros.rs:285:22 [INFO] [stderr] | [INFO] [stderr] 285 | gen_doc!(see); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/rdma.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | / gen_getter!( [INFO] [stderr] 113 | | rdma, "the current usage of RDMA/IB devices", [INFO] [stderr] 114 | | current, HashMap, parse_limits [INFO] [stderr] 115 | | ); [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 `_link` (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/v1/macros.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | gen_doc!(see; $field); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/v1/rdma.rs:117:5 [INFO] [stderr] | [INFO] [stderr] 117 | / gen_getter!( [INFO] [stderr] 118 | | rdma, "the usage limits on RDMA/IB devices", [INFO] [stderr] 119 | | max : link, HashMap, parse_limits [INFO] [stderr] 120 | | ); [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 `_link` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `controlgroup` (lib) generated 82 warnings [INFO] [stderr] warning: `controlgroup` (lib test) generated 82 warnings (82 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/controlgroup-020b624934e9aba0) [INFO] [stdout] [INFO] [stdout] running 154 tests [INFO] [stdout] test macros::tests::test_hashmap ... ok [INFO] [stdout] test macros::tests::test_subsys_file ... ok [INFO] [stdout] test macros::tests::test_gen_cgroup_name ... ok [INFO] [stdout] test v1::blkio::tests::test_parse_map ... ok [INFO] [stdout] test v1::blkio::tests::test_parse_io_service ... ok [INFO] [stdout] test parse::tests::test_parse_next ... ok [INFO] [stdout] test parse::tests::test_parse_vec ... ok [INFO] [stdout] test parse::tests::test_parse_01_bool ... ok [INFO] [stdout] test parse::tests::test_parse ... ok [INFO] [stdout] test v1::cgroup::tests::test_cgroup_add_get_remove_procs ... ignored [INFO] [stdout] test v1::cgroup::tests::test_cgroup_add_get_remove_tasks ... ignored [INFO] [stdout] test v1::cgroup::tests::test_cgroup_release_agent ... ignored [INFO] [stdout] test v1::cgroup::tests::test_cgroup_path_with_subsystem_name ... ok [INFO] [stdout] test v1::cgroup::tests::test_parse_tasks_procs ... ok [INFO] [stdout] test v1::cgroup::tests::test_cgroup_subsystem ... ok [INFO] [stdout] test v1::cgroup::tests::test_cgroup_path_subsystem_root ... ok [INFO] [stdout] test v1::cgroup::tests::test_cgroup_path_new ... ok [INFO] [stdout] test v1::blkio::tests::test_subsystem_time ... FAILED [INFO] [stdout] test v1::command_ext::tests::test_command_ext_unified ... FAILED [INFO] [stdout] test v1::cgroup::tests::test_cgroup_create_delete ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_io_merged ... FAILED [INFO] [stdout] test v1::cpu::tests::test_parse_stat ... ok [INFO] [stdout] test v1::cpu::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::cpu::tests::test_subsystem_stat_throttled ... ignored [INFO] [stdout] test v1::cpu::tests::test_subsystem_cfs_quota_us ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_parse_usage_all ... ok [INFO] [stdout] test v1::cpu::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpu::tests::test_subsystem_shares ... FAILED [INFO] [stdout] test v1::cpu::tests::test_subsystem_stat ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_stat_updated ... ignored [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_stat ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_throttle ... FAILED [INFO] [stdout] test v1::builder::tests::err_builder ... FAILED [INFO] [stdout] test v1::builder::tests::test_builder ... FAILED [INFO] [stdout] test v1::builder::tests::test_builder_not_create_unused_subsystem_directory ... FAILED [INFO] [stdout] test v1::builder::tests::test_builder_not_reset ... FAILED [INFO] [stdout] test v1::builder::tests::test_builder_override ... FAILED [INFO] [stdout] test v1::builder::tests::test_builder_skip_create ... FAILED [INFO] [stdout] test v1::cgroup::tests::err_cgroup_sane_behavior ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_reset_stats ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_io_queued ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_io_service ... FAILED [INFO] [stdout] test v1::cgroup::tests::err_cgroup_release_agent ... FAILED [INFO] [stdout] test v1::cgroup::tests::panic_cgroup_path_with_subsystem_name - should panic ... ok [INFO] [stdout] test v1::blkio::tests::test_subsystem_weight ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_percpu_user ... FAILED [INFO] [stdout] test v1::cpuacct::tests::tets_parse_stat ... ok [INFO] [stdout] test v1::cpuset::tests::test_subsystem_apply ... ignored [INFO] [stdout] test v1::cpuset::tests::test_subsystem_cpu_exclusive ... ignored [INFO] [stdout] test v1::cpuset::tests::test_subsystem_mem_exclusive ... ignored [INFO] [stdout] test v1::blkio::tests::test_subsystem_io_wait_time ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_pressure_enabled ... ignored [INFO] [stdout] test v1::blkio::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_cpus ... FAILED [INFO] [stdout] test v1::cgroup::tests::test_cgroup_open_file_read_write ... FAILED [INFO] [stdout] test v1::cgroup::tests::test_cgroup_sane_behavior ... FAILED [INFO] [stdout] test v1::cgroup::tests::test_cgroup_file_exists ... FAILED [INFO] [stdout] test v1::command_ext::tests::test_command_ext_cgroup ... FAILED [INFO] [stdout] test v1::blkio::tests::err_subsystem_weight_device ... FAILED [INFO] [stdout] test v1::cpuset::tests::err_subsystem_sched_relax_domain_level ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_mem_hardwall ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_spread_page ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_sectors ... FAILED [INFO] [stdout] test v1::devices::tests::err_parse_access ... ok [INFO] [stdout] test v1::devices::tests::test_parse_list ... ok [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_mems ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage ... FAILED [INFO] [stdout] test v1::blkio::tests::err_subsystem_weight ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_percpu_sys ... FAILED [INFO] [stdout] test v1::freezer::tests::test_subsystem_self_freezing_freeze_thaw ... FAILED [INFO] [stdout] test v1::cpu::tests::test_subsystem_cfs_period_us ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_all ... FAILED [INFO] [stdout] test v1::devices::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_bytes_to_pages ... ok [INFO] [stdout] test v1::hugetlb::tests::test_pages_to_bytes ... ok [INFO] [stdout] test v1::cpuset::tests::err_id_set_from_str ... ok [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_percpu ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpuset::tests::err_subsystem_memory_pressure_enabled ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_weight_device ... FAILED [INFO] [stdout] test v1::cgroup::tests::test_cgroup_notify_on_release ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_user ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_sched_load_balance ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_migrate ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_spread_slab ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_sched_relax_domain_level ... FAILED [INFO] [stdout] test v1::memory::tests::test_parse_01_bool_option ... ok [INFO] [stdout] test v1::freezer::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::memory::tests::test_parse_stat ... ok [INFO] [stdout] test v1::memory::tests::test_parse_oom_control ... ok [INFO] [stdout] test v1::devices::tests::test_subsystem_list ... FAILED [INFO] [stdout] test v1::freezer::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_reset ... FAILED [INFO] [stdout] test v1::devices::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_max_usage ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_failcnt ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_max_usage_in_bytes ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_sys ... FAILED [INFO] [stdout] test v1::memory::tests::test_parse_numa_stat ... ok [INFO] [stdout] test v1::cpuset::tests::test_subsystem_clone_children ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_force_empty ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_limit_in_bytes ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_limit_in_bytes ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_limit_in_pages ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_pressure ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_size_supported ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_stat_throttled ... ignored [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_usage ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_current ... ignored [INFO] [stdout] test v1::memory::tests::test_subsystem_numa_stat ... FAILED [INFO] [stdout] test v1::rdma::tests::test_subsystem_create_file_exists ... ignored [INFO] [stdout] test v1::rdma::tests::test_subsystem_current ... ignored [INFO] [stdout] test v1::rdma::tests::test_subsystem_max ... ignored [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_add_get_remove_procs ... ignored [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_add_get_remove_tasks ... ignored [INFO] [stdout] test v1::net_cls::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_parse_ifpriomap ... ok [INFO] [stdout] test v1::rdma::tests::test_subsystem_apply ... ok [INFO] [stdout] test v1::net_cls::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_skip_create ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::freezer::tests::test_subsystem_state_freeze_thaw ... FAILED [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_apply ... FAILED [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_subsystems ... ok [INFO] [stdout] test v1::freezer::tests::test_subsystem_parent_freezing_freeze_thaw ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_move_charge_at_immigrate ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_max ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_usage_in_bytes ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_failcnt ... FAILED [INFO] [stdout] test v1::devices::tests::test_subsystem_deny_allow ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_use_hierarchy ... FAILED [INFO] [stdout] test v1::pids::tests::test_parse_events ... ok [INFO] [stdout] test v1::memory::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_events ... FAILED [INFO] [stdout] test v1::rdma::tests::test_parse_limits ... ok [INFO] [stdout] test v1::memory::tests::test_subsystem_stat ... FAILED [INFO] [stdout] test v1::net_cls::tests::test_subsystem_classid ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_oom_control ... FAILED [INFO] [stdout] test v1::net_cls::tests::err_class_id_from_str ... ok [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_create_delete ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_subsystem_prioidx ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_swappiness ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_set_limit ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_subsystem_ifpriomap ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_id_set_fmt ... ok [INFO] [stdout] test v1::cpuset::tests::test_id_set_from_str ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::test_subsystem_time stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::blkio::tests::test_subsystem_time' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e81effd - controlgroup::v1::blkio::tests::test_subsystem_time::{{closure}}::h28f5edb6ecec2aca [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:607:5 [INFO] [stdout] 19: 0x56160e6e3cbe - core::ops::function::FnOnce::call_once::hcb18a3961f089f2e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::command_ext::tests::test_command_ext_unified stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::command_ext::tests::test_command_ext_unified' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e6f24dd - controlgroup::v1::command_ext::tests::test_command_ext_unified::{{closure}}::hb08c26afb1000f63 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/command_ext.rs:127:5 [INFO] [stdout] 19: 0x56160e6e211e - core::ops::function::FnOnce::call_once::h3eceae51af49dbf3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cgroup::tests::test_cgroup_create_delete stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cgroup::tests::test_cgroup_create_delete' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7e304d - controlgroup::v1::cgroup::tests::test_cgroup_create_delete::{{closure}}::h72cbe1fa8ba321de [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:692:5 [INFO] [stdout] 19: 0x56160e6e30de - core::ops::function::FnOnce::call_once::h959f2267f4c2214f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::test_subsystem_io_merged stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::blkio::tests::test_subsystem_io_merged' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e823b7d - controlgroup::v1::blkio::tests::test_subsystem_io_merged::{{closure}}::hb60c4572d381477d [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:647:5 [INFO] [stdout] 19: 0x56160e6e28fe - core::ops::function::FnOnce::call_once::h62f46497bb44cd11 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpu::tests::test_subsystem_apply stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cpu::tests::test_subsystem_apply' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7f546d - controlgroup::v1::cpu::tests::test_subsystem_apply::{{closure}}::h77275f33c11c121a [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpu.rs:273:5 [INFO] [stdout] 19: 0x56160e6e2b9e - core::ops::function::FnOnce::call_once::h70c7f004dff95504 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpu::tests::test_subsystem_cfs_quota_us stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cpu::tests::test_subsystem_cfs_quota_us' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7f717d - controlgroup::v1::cpu::tests::test_subsystem_cfs_quota_us::{{closure}}::h0b2f27a3cbefaee0 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpu.rs:331:5 [INFO] [stdout] 19: 0x56160e6e26de - core::ops::function::FnOnce::call_once::h5ad7f98a4b60529f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpu::tests::test_subsystem_create_file_exists stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cpu::tests::test_subsystem_create_file_exists' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7f44dd - controlgroup::v1::cpu::tests::test_subsystem_create_file_exists::{{closure}}::ha0a5e0e51d32abc3 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpu.rs:268:5 [INFO] [stdout] 19: 0x56160e6e3c3e - core::ops::function::FnOnce::call_once::hca258348f74786aa [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpu::tests::test_subsystem_shares stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cpu::tests::test_subsystem_shares' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7f6a8d - controlgroup::v1::cpu::tests::test_subsystem_shares::{{closure}}::h49ce6c9632765031 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpu.rs:326:5 [INFO] [stdout] 19: 0x56160e6e3efe - core::ops::function::FnOnce::call_once::hd3fd4516d1d4ed57 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpu::tests::test_subsystem_stat stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cpu::tests::test_subsystem_stat' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7f5e3d - controlgroup::v1::cpu::tests::test_subsystem_stat::{{closure}}::hf7fdbb67cdb3f4bd [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpu.rs:290:5 [INFO] [stdout] 19: 0x56160e6e180e - core::ops::function::FnOnce::call_once::h18a7e31b7c566514 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpuacct::tests::test_subsystem_stat stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cpuacct::tests::test_subsystem_stat' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7f9c8d - controlgroup::v1::cpuacct::tests::test_subsystem_stat::{{closure}}::h4decab8824d3bb06 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuacct.rs:256:5 [INFO] [stdout] 19: 0x56160e6e230e - core::ops::function::FnOnce::call_once::h44dd09027eb5e375 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::test_subsystem_throttle stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::blkio::tests::test_subsystem_throttle' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e82553d - controlgroup::v1::blkio::tests::test_subsystem_throttle::{{closure}}::hc2372e93b6bb29fd [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:669:5 [INFO] [stdout] 19: 0x56160e6e34ee - core::ops::function::FnOnce::call_once::ha8fa5337e4f965da [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::builder::tests::err_builder stdout ---- [INFO] [stdout] thread 'v1::builder::tests::err_builder' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Io`, [INFO] [stdout] right: `InvalidOperation`', src/v1/builder.rs:795:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0a08 - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e77738a - core::panicking::assert_failed::h7c27960698758ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e7ebd23 - controlgroup::v1::builder::tests::err_builder::hfdca4efc023a8386 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:795:9 [INFO] [stdout] 18: 0x56160e7eb953 - controlgroup::v1::builder::tests::err_builder::{{closure}}::h3706dbca50ae25df [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:785:5 [INFO] [stdout] 19: 0x56160e6e309e - core::ops::function::FnOnce::call_once::h94d8d21adda42dc5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::builder::tests::test_builder stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::builder::tests::test_builder' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7e904d - controlgroup::v1::builder::tests::test_builder::{{closure}}::hd21397f1fdfb13cc [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:680:5 [INFO] [stdout] 19: 0x56160e6e3d3e - core::ops::function::FnOnce::call_once::hcb21b8c2d5a9df45 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::builder::tests::test_builder_not_create_unused_subsystem_directory stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::builder::tests::test_builder_not_create_unused_subsystem_directory' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7ebe2d - controlgroup::v1::builder::tests::test_builder_not_create_unused_subsystem_directory::{{closure}}::h09fcb75c0dfdcf06 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:803:5 [INFO] [stdout] 19: 0x56160e6e234e - core::ops::function::FnOnce::call_once::h454f0a43b8bc81ae [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::builder::tests::test_builder_not_reset stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::builder::tests::test_builder_not_reset' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7ed01d - controlgroup::v1::builder::tests::test_builder_not_reset::{{closure}}::hc6601112681a3b00 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:850:5 [INFO] [stdout] 19: 0x56160e6e32ee - core::ops::function::FnOnce::call_once::ha033501f03d4b1b3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::builder::tests::test_builder_override stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::builder::tests::test_builder_override' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7ec3ad - controlgroup::v1::builder::tests::test_builder_override::{{closure}}::h7e32e2d081ca1ffc [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:819:5 [INFO] [stdout] 19: 0x56160e6e1dce - core::ops::function::FnOnce::call_once::h322333fed84582dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::builder::tests::test_builder_skip_create stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::builder::tests::test_builder_skip_create' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7eb2cd - controlgroup::v1::builder::tests::test_builder_skip_create::{{closure}}::h165a6fbedafe0a32 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:768:5 [INFO] [stdout] 19: 0x56160e6e3ebe - core::ops::function::FnOnce::call_once::hd30f7b2679cfe88f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cgroup::tests::err_cgroup_sane_behavior stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cgroup::tests::err_cgroup_sane_behavior' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7e6e5d - controlgroup::v1::cgroup::tests::err_cgroup_sane_behavior::{{closure}}::h2f8fece3da32517e [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:815:5 [INFO] [stdout] 19: 0x56160e6e220e - core::ops::function::FnOnce::call_once::h3f57b8d9783e3290 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::test_subsystem_reset_stats stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::blkio::tests::test_subsystem_reset_stats' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e826d9d - controlgroup::v1::blkio::tests::test_subsystem_reset_stats::{{closure}}::h623a1e37824a5ba7 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:694:5 [INFO] [stdout] 19: 0x56160e6e184e - core::ops::function::FnOnce::call_once::h1942122e45016ee4 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::test_subsystem_create_file_exists stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::blkio::tests::test_subsystem_create_file_exists' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e81704d - controlgroup::v1::blkio::tests::test_subsystem_create_file_exists::{{closure}}::hdd03d3a7c7b6e7bf [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:504:5 [INFO] [stdout] 19: 0x56160e6e3cfe - core::ops::function::FnOnce::call_once::hcb1a640a4f7fb836 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::test_subsystem_io_queued stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::blkio::tests::test_subsystem_io_queued' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e82485d - controlgroup::v1::blkio::tests::test_subsystem_io_queued::{{closure}}::h0e53989a55096c3f [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:658:5 [INFO] [stdout] 19: 0x56160e6e240e - core::ops::function::FnOnce::call_once::h493cae64db3e04cd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::test_subsystem_io_service stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::blkio::tests::test_subsystem_io_service' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e8207fd - controlgroup::v1::blkio::tests::test_subsystem_io_service::{{closure}}::h8b5c0d9053761a15 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:619:5 [INFO] [stdout] 19: 0x56160e6e31ae - core::ops::function::FnOnce::call_once::h96e0c4c0d3d0d2fe [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cgroup::tests::err_cgroup_release_agent stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cgroup::tests::err_cgroup_release_agent' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7e665d - controlgroup::v1::cgroup::tests::err_cgroup_release_agent::{{closure}}::h71f959475b3df7d4 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:789:5 [INFO] [stdout] 19: 0x56160e6e1c3e - core::ops::function::FnOnce::call_once::h2bafce81ffc3f21c [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::test_subsystem_weight stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::blkio::tests::test_subsystem_weight' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e81b86d - controlgroup::v1::blkio::tests::test_subsystem_weight::{{closure}}::h80f4c21437a0f6aa [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:545:5 [INFO] [stdout] 19: 0x56160e6e39ae - core::ops::function::FnOnce::call_once::hc3bee84f6d24316c [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpuacct::tests::test_subsystem_usage_percpu_user stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cpuacct::tests::test_subsystem_usage_percpu_user' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7fb6bd - controlgroup::v1::cpuacct::tests::test_subsystem_usage_percpu_user::{{closure}}::h6008c04508ad2b3c [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuacct.rs:285:5 [INFO] [stdout] 19: 0x56160e6e464e - core::ops::function::FnOnce::call_once::hf1468e77339d412a [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::test_subsystem_io_wait_time stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::blkio::tests::test_subsystem_io_wait_time' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e822e9d - controlgroup::v1::blkio::tests::test_subsystem_io_wait_time::{{closure}}::hb9a847bc5a7ab39c [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:636:5 [INFO] [stdout] 19: 0x56160e6e3e7e - core::ops::function::FnOnce::call_once::hd156b1ae0749545c [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::test_subsystem_apply stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::blkio::tests::test_subsystem_apply' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e81ad6d - controlgroup::v1::blkio::tests::test_subsystem_apply::{{closure}}::h3307bb6fcd00fba8 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:526:5 [INFO] [stdout] 19: 0x56160e6e2bde - core::ops::function::FnOnce::call_once::h70eea9c2d7f07fa1 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpuset::tests::test_subsystem_cpus stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cpuset::tests::test_subsystem_cpus' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e78452d - controlgroup::v1::cpuset::tests::test_subsystem_cpus::{{closure}}::h10c5cc4f62d5402d [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuset.rs:765:5 [INFO] [stdout] 19: 0x56160e6e367e - core::ops::function::FnOnce::call_once::hafbe36dc935a8994 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cgroup::tests::test_cgroup_open_file_read_write stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cgroup::tests::test_cgroup_open_file_read_write' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7e7b7d - controlgroup::v1::cgroup::tests::test_cgroup_open_file_read_write::{{closure}}::hc7b7e14c839e3a18 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:859:5 [INFO] [stdout] 19: 0x56160e6e458e - core::ops::function::FnOnce::call_once::hedc445e36e0880b5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cgroup::tests::test_cgroup_sane_behavior stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 2, kind: NotFound, message: "No such file or directory" }) } [INFO] [stdout] thread 'v1::cgroup::tests::test_cgroup_sane_behavior' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e7e6c1d - controlgroup::v1::cgroup::tests::test_cgroup_sane_behavior::{{closure}}::heebc8607c9c21369 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:807:5 [INFO] [stdout] 19: 0x56160e6e1ade - core::ops::function::FnOnce::call_once::h24e80afdc8fbf8c4 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cgroup::tests::test_cgroup_file_exists stdout ---- [INFO] [stdout] thread 'v1::cgroup::tests::test_cgroup_file_exists' panicked at 'assertion failed: [\"tasks\", \"cgroup.procs\", NOTIFY_ON_RELEASE, RELEASE_AGENT,\n \"cgroup.sane_behavior\"].iter().all(|f| root.file_exists(f))', src/v1/cgroup.rs:832:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891367 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e6ca37d - core::panicking::panic::h344f23ad26057b48 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x56160e7e742c - controlgroup::v1::cgroup::tests::test_cgroup_file_exists::h3a2ddea79085edb7 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:832:9 [INFO] [stdout] 17: 0x56160e7e72c3 - controlgroup::v1::cgroup::tests::test_cgroup_file_exists::{{closure}}::ha352234b35a2776a [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:829:5 [INFO] [stdout] 18: 0x56160e6e33ae - core::ops::function::FnOnce::call_once::ha5c22fb27aa70823 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 21: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 23: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 26: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 27: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 28: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 29: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 31: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 32: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 34: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 35: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 36: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 40: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 41: 0x7f9cc393e293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::command_ext::tests::test_command_ext_cgroup stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::command_ext::tests::test_command_ext_cgroup' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e6f1ded - controlgroup::v1::command_ext::tests::test_command_ext_cgroup::{{closure}}::h328a8f6a55bfa4cf [INFO] [stdout] at /opt/rustwide/workdir/src/v1/command_ext.rs:108:5 [INFO] [stdout] 19: 0x56160e6e249e - core::ops::function::FnOnce::call_once::h49beb3cddd32abc9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::err_subsystem_weight_device stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::blkio::tests::err_subsystem_weight_device' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e81e35d - controlgroup::v1::blkio::tests::err_subsystem_weight_device::{{closure}}::hf8ece9450e7ab7a4 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:589:5 [INFO] [stdout] 19: 0x56160e6e271e - core::ops::function::FnOnce::call_once::h5b9a4f0bc4c38d21 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x56160e871508 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x56160e871508 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x56160e83fc9d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x56160e83fc9d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x56160e844478 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x56160e844478 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x56160e844478 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x56160e844478 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x56160e844478 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x56160e844478 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x56160e896937 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x56160e896937 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7f9cc3b6c609 - start_thread [INFO] [stdout] 42: 0x7f9cc393e293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpuset::tests::err_subsystem_sched_relax_domain_level stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cpuset::tests::err_subsystem_sched_relax_domain_level' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56160e88f060 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56160e88f060 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56160e88f060 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56160e88f060 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56160e8b23cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56160e88bc65 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56160e8911eb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56160e8911eb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56160e8911eb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56160e890cfc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x56160e8918b4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56160e891397 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56160e88f55c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56160e8912f9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56160e6ca431 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56160e8b0aee - core::panicking::assert_failed_inner::hd10540743cd0e11a [INFO] [stdout] 16: 0x56160e776cca - core::panicking::assert_failed::h12808e2d5e468d91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56160e777cae - test::assert_test_result::h9369a16c60e0cce9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:194:5 [INFO] [stdout] 18: 0x56160e78963d - controlgroup::v1::cpuset::tests::err_subsystem_sched_relax_domain_level::{{closure}}::h2f70534329c6849c [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuset.rs:882:5 [INFO] [stdout] 19: 0x56160e6e2abe - core::ops::function::FnOnce::call_once::h67722888bf81840c [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56160e872a53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56160e872a53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x56160e871508 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x56160e871508 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x56160e871508 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x56160e871508 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x56160e871508 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [WARN] too many lines in the log, truncating it