[INFO] fetching crate controlgroup 0.3.0... [INFO] testing controlgroup-0.3.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate controlgroup 0.3.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate controlgroup 0.3.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-12/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-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 50731fdcb79bcda67749c6943d9a51d4bc70e77be5709eab50e8fbedbc73a076 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "50731fdcb79bcda67749c6943d9a51d4bc70e77be5709eab50e8fbedbc73a076", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "50731fdcb79bcda67749c6943d9a51d4bc70e77be5709eab50e8fbedbc73a076", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50731fdcb79bcda67749c6943d9a51d4bc70e77be5709eab50e8fbedbc73a076", kill_on_drop: false }` [INFO] [stdout] 50731fdcb79bcda67749c6943d9a51d4bc70e77be5709eab50e8fbedbc73a076 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a2b8ad4193df1e94acb7aa335c89783a759683ae8e6c8d093fb547f8d9f6527 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0a2b8ad4193df1e94acb7aa335c89783a759683ae8e6c8d093fb547f8d9f6527", 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.96s [INFO] running `Command { std: "docker" "inspect" "0a2b8ad4193df1e94acb7aa335c89783a759683ae8e6c8d093fb547f8d9f6527", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a2b8ad4193df1e94acb7aa335c89783a759683ae8e6c8d093fb547f8d9f6527", kill_on_drop: false }` [INFO] [stdout] 0a2b8ad4193df1e94acb7aa335c89783a759683ae8e6c8d093fb547f8d9f6527 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dea916f0b8e5b60f06a963267a18006ea4b82a110606b3dddb320b3b9f0f14c4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dea916f0b8e5b60f06a963267a18006ea4b82a110606b3dddb320b3b9f0f14c4", kill_on_drop: false }` [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] [stderr] Compiling controlgroup v0.3.0 (/opt/rustwide/workdir) [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] [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 9.12s [INFO] running `Command { std: "docker" "inspect" "dea916f0b8e5b60f06a963267a18006ea4b82a110606b3dddb320b3b9f0f14c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dea916f0b8e5b60f06a963267a18006ea4b82a110606b3dddb320b3b9f0f14c4", kill_on_drop: false }` [INFO] [stdout] dea916f0b8e5b60f06a963267a18006ea4b82a110606b3dddb320b3b9f0f14c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f9a4ffe1cbbcb085e4fdf4849a37f7a30b5903ae81841e3238d238ec454baf38 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f9a4ffe1cbbcb085e4fdf4849a37f7a30b5903ae81841e3238d238ec454baf38", 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.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/controlgroup-ec633d2cc6cf012b) [INFO] [stdout] [INFO] [stdout] running 154 tests [INFO] [stdout] test macros::tests::test_gen_cgroup_name ... ok [INFO] [stdout] test parse::tests::test_parse_01_bool ... 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 ... ok [INFO] [stdout] test v1::blkio::tests::test_parse_map ... ok [INFO] [stdout] test macros::tests::test_subsys_file ... ok [INFO] [stdout] test v1::blkio::tests::test_parse_io_service ... ok [INFO] [stdout] test macros::tests::test_hashmap ... ok [INFO] [stdout] test v1::blkio::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_io_merged ... 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::blkio::tests::test_subsystem_time ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_io_wait_time ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::builder::tests::test_builder_skip_create ... 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_device ... FAILED [INFO] [stdout] test v1::blkio::tests::err_subsystem_weight ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_weight ... FAILED [INFO] [stdout] test v1::builder::tests::test_builder ... FAILED [INFO] [stdout] test v1::builder::tests::err_builder ... FAILED [INFO] [stdout] test v1::builder::tests::test_builder_override ... FAILED [INFO] [stdout] test v1::cgroup::tests::err_cgroup_release_agent ... FAILED [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_subsystem_root ... ok [INFO] [stdout] test v1::cgroup::tests::test_cgroup_path_new ... ok [INFO] [stdout] test v1::cgroup::tests::test_cgroup_subsystem ... ok [INFO] [stdout] test v1::cgroup::tests::test_parse_tasks_procs ... ok [INFO] [stdout] test v1::cgroup::tests::err_cgroup_sane_behavior ... FAILED [INFO] [stdout] test v1::cgroup::tests::test_cgroup_path_with_subsystem_name ... ok [INFO] [stdout] test v1::cgroup::tests::test_cgroup_create_delete ... 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::blkio::tests::test_subsystem_sectors ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_reset_stats ... 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::cpu::tests::test_subsystem_stat_throttled ... ignored [INFO] [stdout] test v1::cgroup::tests::test_cgroup_notify_on_release ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_stat_updated ... ignored [INFO] [stdout] test v1::cpu::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpu::tests::test_subsystem_cfs_quota_us ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_percpu_sys ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_percpu_user ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_sys ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_user ... FAILED [INFO] [stdout] test v1::cpuacct::tests::tets_parse_stat ... ok [INFO] [stdout] test v1::cpuset::tests::err_id_set_from_str ... ok [INFO] [stdout] test v1::cpuset::tests::err_subsystem_memory_pressure_enabled ... FAILED [INFO] [stdout] test v1::cpuset::tests::err_subsystem_sched_relax_domain_level ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_parse_usage_all ... ok [INFO] [stdout] test v1::cpu::tests::test_parse_stat ... ok [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_percpu ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_all ... FAILED [INFO] [stdout] test v1::cpu::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::command_ext::tests::test_command_ext_unified ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_apply ... ignored [INFO] [stdout] test v1::cpu::tests::test_subsystem_stat ... FAILED [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::command_ext::tests::test_command_ext_cgroup ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_pressure_enabled ... ignored [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_reset ... FAILED [INFO] [stdout] test v1::cpu::tests::test_subsystem_cfs_period_us ... FAILED [INFO] [stdout] test v1::blkio::tests::err_subsystem_weight_device ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_cpus ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_stat ... FAILED [INFO] [stdout] test v1::cpu::tests::test_subsystem_shares ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_mem_hardwall ... FAILED [INFO] [stdout] test v1::devices::tests::err_parse_access ... ok [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_spread_slab ... FAILED [INFO] [stdout] test v1::devices::tests::test_parse_list ... ok [INFO] [stdout] test v1::cpuset::tests::test_subsystem_mems ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_migrate ... FAILED [INFO] [stdout] test v1::freezer::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::devices::tests::test_subsystem_list ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_throttle ... FAILED [INFO] [stdout] test v1::devices::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_pressure ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_pages_to_bytes ... ok [INFO] [stdout] test v1::hugetlb::tests::test_bytes_to_pages ... ok [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_spread_page ... FAILED [INFO] [stdout] test v1::freezer::tests::test_subsystem_self_freezing_freeze_thaw ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_clone_children ... FAILED [INFO] [stdout] test v1::devices::tests::test_subsystem_deny_allow ... FAILED [INFO] [stdout] test v1::freezer::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_failcnt ... FAILED [INFO] [stdout] test v1::memory::tests::test_parse_numa_stat ... ok [INFO] [stdout] test v1::memory::tests::test_parse_01_bool_option ... ok [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::memory::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_force_empty ... 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::memory::tests::test_subsystem_limit_in_bytes ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_numa_stat ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_move_charge_at_immigrate ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_max_usage ... FAILED [INFO] [stdout] test v1::freezer::tests::test_subsystem_state_freeze_thaw ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_size_supported ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_set_limit ... 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::hugetlb::tests::test_subsystem_limit_in_bytes ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_use_hierarchy ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_swappiness ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_stat ... FAILED [INFO] [stdout] test v1::net_cls::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_sched_load_balance ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_parse_ifpriomap ... ok [INFO] [stdout] test v1::cpuset::tests::test_subsystem_sched_relax_domain_level ... FAILED [INFO] [stdout] test v1::freezer::tests::test_subsystem_parent_freezing_freeze_thaw ... FAILED [INFO] [stdout] test v1::devices::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_limit_in_pages ... FAILED [INFO] [stdout] test v1::net_cls::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_current ... ignored [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::rdma::tests::test_subsystem_apply ... ok [INFO] [stdout] test v1::rdma::tests::test_parse_limits ... ok [INFO] [stdout] test v1::pids::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_subsystem_ifpriomap ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_usage_in_bytes ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_oom_control ... FAILED [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_subsystems ... ok [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_skip_create ... FAILED [INFO] [stdout] test v1::net_cls::tests::err_class_id_from_str ... ok [INFO] [stdout] test v1::net_cls::tests::test_subsystem_classid ... FAILED [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_apply ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_events ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_subsystem_prioidx ... FAILED [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_create_delete ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_max ... FAILED [INFO] [stdout] test v1::pids::tests::test_parse_events ... ok [INFO] [stdout] test v1::cpuset::tests::test_id_set_from_str ... ok [INFO] [stdout] test v1::cpuset::tests::test_id_set_fmt ... ok [INFO] [stdout] [INFO] [stdout] failures: [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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbc58cd - controlgroup::v1::blkio::tests::test_subsystem_create_file_exists::{{closure}}::h9f36130880da16b7 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:504:5 [INFO] [stdout] 19: 0x55fa1ba9767e - core::ops::function::FnOnce::call_once::h22ff9b3fef75ccd9 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbd226d - controlgroup::v1::blkio::tests::test_subsystem_io_merged::{{closure}}::h5aa430bd592755f0 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:647:5 [INFO] [stdout] 19: 0x55fa1ba97abe - core::ops::function::FnOnce::call_once::h421aa1b92f7322e0 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbd2f1d - controlgroup::v1::blkio::tests::test_subsystem_io_queued::{{closure}}::h90448dc33b7335ec [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:658:5 [INFO] [stdout] 19: 0x55fa1ba97cbe - core::ops::function::FnOnce::call_once::h4e8f33e2ef8102f2 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbcef8d - controlgroup::v1::blkio::tests::test_subsystem_io_service::{{closure}}::h4e3496d9321f02c5 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:619:5 [INFO] [stdout] 19: 0x55fa1ba9938e - core::ops::function::FnOnce::call_once::ha5f6dc16420bf7b5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - clone [INFO] [stdout] 43: 0x0 - [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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbcd72d - controlgroup::v1::blkio::tests::test_subsystem_time::{{closure}}::h2c58274da275719a [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:607:5 [INFO] [stdout] 19: 0x55fa1ba971be - core::ops::function::FnOnce::call_once::h0b039bd893f15353 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbd15bd - controlgroup::v1::blkio::tests::test_subsystem_io_wait_time::{{closure}}::h59912fbf485cde97 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:636:5 [INFO] [stdout] 19: 0x55fa1ba97afe - core::ops::function::FnOnce::call_once::h421e63e8a67ad0fe [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbc93ed - controlgroup::v1::blkio::tests::test_subsystem_apply::{{closure}}::h4e7b57947813828f [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:526:5 [INFO] [stdout] 19: 0x55fa1ba9a3ce - core::ops::function::FnOnce::call_once::hfe35861cc410163b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb9b9fd - controlgroup::v1::builder::tests::test_builder_skip_create::{{closure}}::h2f5b9f750976927b [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:768:5 [INFO] [stdout] 19: 0x55fa1ba9790e - core::ops::function::FnOnce::call_once::h3378675b7a2a4b38 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::test_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::test_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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbcbe5d - controlgroup::v1::blkio::tests::test_subsystem_weight_device::{{closure}}::h9ec1255839acf14f [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:583:5 [INFO] [stdout] 19: 0x55fa1ba984ce - core::ops::function::FnOnce::call_once::h68f026817d15deac [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::err_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::err_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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbcb23d - controlgroup::v1::blkio::tests::err_subsystem_weight::{{closure}}::h18aed07b8a9cd17a [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:567:5 [INFO] [stdout] 19: 0x55fa1ba9940e - core::ops::function::FnOnce::call_once::ha944d764d9b5cddd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbc9f0d - controlgroup::v1::blkio::tests::test_subsystem_weight::{{closure}}::h93873132495a344b [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:545:5 [INFO] [stdout] 19: 0x55fa1ba96fde - core::ops::function::FnOnce::call_once::h06369865131fdced [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb997bd - controlgroup::v1::builder::tests::test_builder::{{closure}}::h20162204342d062d [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:680:5 [INFO] [stdout] 19: 0x55fa1ba972be - core::ops::function::FnOnce::call_once::h0ea3a6acee505be0 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6b928 - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f7ea - core::panicking::assert_failed::he7d5b251e3c5f163 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb9c43f - controlgroup::v1::builder::tests::err_builder::ha61a9653295f2270 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:795:9 [INFO] [stdout] 18: 0x55fa1bb9c073 - controlgroup::v1::builder::tests::err_builder::{{closure}}::h41eb8f3ad3e28740 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:785:5 [INFO] [stdout] 19: 0x55fa1ba97b3e - core::ops::function::FnOnce::call_once::h463f7f314a8a6aca [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb9cacd - controlgroup::v1::builder::tests::test_builder_override::{{closure}}::h1b081eff9ddd0bb4 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:819:5 [INFO] [stdout] 19: 0x55fa1ba9733e - core::ops::function::FnOnce::call_once::h11ec1236bc95feed [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb96dfd - controlgroup::v1::cgroup::tests::err_cgroup_release_agent::{{closure}}::hae14896e95ad5fcd [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:789:5 [INFO] [stdout] 19: 0x55fa1ba995ee - core::ops::function::FnOnce::call_once::hb431fe540365ba3c [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb975fd - controlgroup::v1::cgroup::tests::err_cgroup_sane_behavior::{{closure}}::h60ea4d720aaa0218 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:815:5 [INFO] [stdout] 19: 0x55fa1ba9784e - core::ops::function::FnOnce::call_once::h2e637fe5beb689f0 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb936dd - controlgroup::v1::cgroup::tests::test_cgroup_create_delete::{{closure}}::h2f94cf7ba5f9ce95 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:692:5 [INFO] [stdout] 19: 0x55fa1ba9a38e - core::ops::function::FnOnce::call_once::hfc7e1ade76517b07 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb9c54d - controlgroup::v1::builder::tests::test_builder_not_create_unused_subsystem_directory::{{closure}}::h444ad201e5c105e2 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:803:5 [INFO] [stdout] 19: 0x55fa1ba998ee - core::ops::function::FnOnce::call_once::hbdd69d2a7aa12939 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb9d72d - controlgroup::v1::builder::tests::test_builder_not_reset::{{closure}}::h4de187b418bb2be2 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:850:5 [INFO] [stdout] 19: 0x55fa1ba9962e - core::ops::function::FnOnce::call_once::hb61f70f0e76a5361 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::blkio::tests::test_subsystem_sectors 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_sectors' 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbce35d - controlgroup::v1::blkio::tests::test_subsystem_sectors::{{closure}}::h037fe7d4c0d0535c [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:613:5 [INFO] [stdout] 19: 0x55fa1ba97f0e - core::ops::function::FnOnce::call_once::h5864e635e381b5f4 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbd545d - controlgroup::v1::blkio::tests::test_subsystem_reset_stats::{{closure}}::h9a4573da484eed5b [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:694:5 [INFO] [stdout] 19: 0x55fa1ba9953e - core::ops::function::FnOnce::call_once::haf426b5bf61dd40d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb982ed - controlgroup::v1::cgroup::tests::test_cgroup_open_file_read_write::{{closure}}::hb4c74ba0532b3c02 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:859:5 [INFO] [stdout] 19: 0x55fa1ba97dbe - core::ops::function::FnOnce::call_once::h549374818149fb90 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb973bd - controlgroup::v1::cgroup::tests::test_cgroup_sane_behavior::{{closure}}::h77da7aec9c85ca52 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:807:5 [INFO] [stdout] 19: 0x55fa1ba986fe - core::ops::function::FnOnce::call_once::h72a155124a7cbdf8 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49752 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:500:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1ba81d9d - core::panicking::panic::h97167cd315d19cd4 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x55fa1bb97bc2 - controlgroup::v1::cgroup::tests::test_cgroup_file_exists::h619f76acac901e98 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:832:9 [INFO] [stdout] 17: 0x55fa1bb97a63 - controlgroup::v1::cgroup::tests::test_cgroup_file_exists::{{closure}}::hd940d48d54a50df9 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:829:5 [INFO] [stdout] 18: 0x55fa1ba97d3e - core::ops::function::FnOnce::call_once::h52d0892a84ecf4f5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 21: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 26: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 30: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 31: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 36: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f52e95b3609 - start_thread [INFO] [stdout] 41: 0x7f52e9385293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cgroup::tests::test_cgroup_notify_on_release 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_notify_on_release' 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb95f5d - controlgroup::v1::cgroup::tests::test_cgroup_notify_on_release::{{closure}}::he600e70a4d36ff61 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:761:5 [INFO] [stdout] 19: 0x55fa1ba99e1e - core::ops::function::FnOnce::call_once::hd45f2981284b72aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbac27d - controlgroup::v1::cpu::tests::test_subsystem_create_file_exists::{{closure}}::h18c3b0ae37e19507 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpu.rs:268:5 [INFO] [stdout] 19: 0x55fa1ba97ece - core::ops::function::FnOnce::call_once::h58432cac8fced9e6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbaef0d - controlgroup::v1::cpu::tests::test_subsystem_cfs_quota_us::{{closure}}::hba4b6e8d1641ed1a [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpu.rs:331:5 [INFO] [stdout] 19: 0x55fa1ba9a29e - core::ops::function::FnOnce::call_once::hf92e799bfb6e6908 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpuacct::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::cpuacct::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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbb02cd - controlgroup::v1::cpuacct::tests::test_subsystem_create_file_exists::{{closure}}::h78bda3c4336a0dde [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuacct.rs:245:5 [INFO] [stdout] 19: 0x55fa1ba993ce - core::ops::function::FnOnce::call_once::ha8f107c9f344286e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpuacct::tests::test_subsystem_usage_percpu_sys 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_sys' 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbb2e5d - controlgroup::v1::cpuacct::tests::test_subsystem_usage_percpu_sys::{{closure}}::hef35728a0d52558a [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuacct.rs:280:5 [INFO] [stdout] 19: 0x55fa1ba9975e - core::ops::function::FnOnce::call_once::hb93f715564b2a61e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbb33ed - controlgroup::v1::cpuacct::tests::test_subsystem_usage_percpu_user::{{closure}}::hb929d01c51f18b0c [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuacct.rs:285:5 [INFO] [stdout] 19: 0x55fa1ba97a3e - core::ops::function::FnOnce::call_once::h3d0771a8c3733b24 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpuacct::tests::test_subsystem_usage_sys 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_sys' 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbb397d - controlgroup::v1::cpuacct::tests::test_subsystem_usage_sys::{{closure}}::hf865a404e74c3585 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuacct.rs:290:5 [INFO] [stdout] 19: 0x55fa1ba9867e - core::ops::function::FnOnce::call_once::h6f7e1fbde837b702 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpuacct::tests::test_subsystem_usage_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_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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bbb3e3d - controlgroup::v1::cpuacct::tests::test_subsystem_usage_user::{{closure}}::h1adf37c45df0365d [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuacct.rs:295:5 [INFO] [stdout] 19: 0x55fa1ba9714e - core::ops::function::FnOnce::call_once::h0a2fbf3a3c9d4e41 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpuset::tests::err_subsystem_memory_pressure_enabled 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_memory_pressure_enabled' 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb39bed - controlgroup::v1::cpuset::tests::err_subsystem_memory_pressure_enabled::{{closure}}::hf35b8504826a25bd [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuset.rs:833:5 [INFO] [stdout] 19: 0x55fa1ba98c1e - core::ops::function::FnOnce::call_once::h88ce127441dba5ce [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55fa1bc1ac1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55fa1bc23fe1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55fa1bc23fe1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55fa1bbf0a6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fa1bbf0a6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55fa1bbf0a6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55fa1bbf0a6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55fa1bbf0a6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55fa1bbf0a6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55fa1bc4f983 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55fa1bc4f983 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f52e95b3609 - start_thread [INFO] [stdout] 42: 0x7f52e9385293 - 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/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fa1bc46d3c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fa1bc46d3c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fa1bc46d3c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fa1bc6d07c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55fa1bc41bd3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55fa1bc49412 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fa1bc49412 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fa1bc49412 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55fa1bc49061 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55fa1bc49a63 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55fa1bc49780 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55fa1bc471e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55fa1bc494b9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55fa1ba81e51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55fa1bc6ba0e - core::panicking::assert_failed_inner::h07aa75cd18bc760d [INFO] [stdout] 16: 0x55fa1bb3f72a - core::panicking::assert_failed::hdae77ab0be40004f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:154:5 [INFO] [stdout] 17: 0x55fa1bb52c1e - test::assert_test_result::hdbf0dfa1734d6983 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55fa1bb3babd - controlgroup::v1::cpuset::tests::err_subsystem_sched_relax_domain_level::{{closure}}::h83dc4ede14d80a07 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuset.rs:882:5 [INFO] [stdout] 19: 0x55fa1ba9825e - core::ops::function::FnOnce::call_once::h600dec79ecce97f1 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fa1bc1bf33 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fa1bc1bf33 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55fa1bc1ac1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55fa1bc1ac1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fa1bc1ac1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55fa1bc1ac1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55fa1bc1ac1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55fa1bc1ac1f - test::run_test_in_process::h51d800d572f878ef [WARN] too many lines in the log, truncating it