[INFO] fetching crate controlgroup 0.3.0... [INFO] testing controlgroup-0.3.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate controlgroup 0.3.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate controlgroup 0.3.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7/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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 06872a89f2e2d476ff80d7e5e581208af5ad8ff428a28da9b0a6ab7373a21316 [INFO] running `Command { std: "docker" "start" "-a" "06872a89f2e2d476ff80d7e5e581208af5ad8ff428a28da9b0a6ab7373a21316", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06872a89f2e2d476ff80d7e5e581208af5ad8ff428a28da9b0a6ab7373a21316", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06872a89f2e2d476ff80d7e5e581208af5ad8ff428a28da9b0a6ab7373a21316", kill_on_drop: false }` [INFO] [stdout] 06872a89f2e2d476ff80d7e5e581208af5ad8ff428a28da9b0a6ab7373a21316 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b01fe9119f284c72ad69806e02eb29edde98468de91da40e68e4c1ce25fe54c [INFO] running `Command { std: "docker" "start" "-a" "0b01fe9119f284c72ad69806e02eb29edde98468de91da40e68e4c1ce25fe54c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 2.58s [INFO] running `Command { std: "docker" "inspect" "0b01fe9119f284c72ad69806e02eb29edde98468de91da40e68e4c1ce25fe54c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b01fe9119f284c72ad69806e02eb29edde98468de91da40e68e4c1ce25fe54c", kill_on_drop: false }` [INFO] [stdout] 0b01fe9119f284c72ad69806e02eb29edde98468de91da40e68e4c1ce25fe54c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0702ed167a7220faf092227e61525cf7d246b07c1ba5ed8acf5c022d94423f32 [INFO] running `Command { std: "docker" "start" "-a" "0702ed167a7220faf092227e61525cf7d246b07c1ba5ed8acf5c022d94423f32", 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] [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] [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: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 3.98s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/controlgroup-43685af8e9293de8) [INFO] running `Command { std: "docker" "inspect" "0702ed167a7220faf092227e61525cf7d246b07c1ba5ed8acf5c022d94423f32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0702ed167a7220faf092227e61525cf7d246b07c1ba5ed8acf5c022d94423f32", kill_on_drop: false }` [INFO] [stdout] 0702ed167a7220faf092227e61525cf7d246b07c1ba5ed8acf5c022d94423f32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6f51f6a886a5e4d261df3b1d776bab9e20126a1d649b1bdb48d68fa2589f496e [INFO] running `Command { std: "docker" "start" "-a" "6f51f6a886a5e4d261df3b1d776bab9e20126a1d649b1bdb48d68fa2589f496e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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.37s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/controlgroup-43685af8e9293de8) [INFO] [stdout] running 154 tests [INFO] [stdout] test parse::tests::test_parse ... ok [INFO] [stdout] test macros::tests::test_subsys_file ... ok [INFO] [stdout] test macros::tests::test_hashmap ... ok [INFO] [stdout] test v1::blkio::tests::test_parse_io_service ... ok [INFO] [stdout] test v1::cgroup::tests::test_cgroup_add_get_remove_procs ... ignored [INFO] [stdout] test v1::cgroup::tests::test_cgroup_add_get_remove_tasks ... ignored [INFO] [stdout] test v1::cgroup::tests::test_cgroup_path_new ... ok [INFO] [stdout] test v1::blkio::tests::test_parse_map ... ok [INFO] [stdout] test parse::tests::test_parse_vec ... ok [INFO] [stdout] test parse::tests::test_parse_01_bool ... ok [INFO] [stdout] test parse::tests::test_parse_next ... ok [INFO] [stdout] test macros::tests::test_gen_cgroup_name ... ok [INFO] [stdout] test v1::cgroup::tests::test_cgroup_release_agent ... ignored [INFO] [stdout] test v1::cgroup::tests::test_cgroup_path_with_subsystem_name ... ok [INFO] [stdout] test v1::cgroup::tests::test_cgroup_subsystem ... ok [INFO] [stdout] test v1::cgroup::tests::test_parse_tasks_procs ... ok [INFO] [stdout] test v1::cgroup::tests::test_cgroup_path_subsystem_root ... ok [INFO] [stdout] test v1::cpu::tests::test_parse_stat ... ok [INFO] [stdout] test v1::cpu::tests::test_subsystem_stat_throttled ... ignored [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_stat_updated ... ignored [INFO] [stdout] test v1::cpuacct::tests::test_parse_usage_all ... ok [INFO] [stdout] test v1::cpuset::tests::test_subsystem_apply ... ignored [INFO] [stdout] test v1::cpuset::tests::test_subsystem_cpu_exclusive ... ignored [INFO] [stdout] test v1::cpuset::tests::err_id_set_from_str ... ok [INFO] [stdout] test v1::cpuset::tests::test_subsystem_mem_exclusive ... ignored [INFO] [stdout] test v1::cpuacct::tests::tets_parse_stat ... ok [INFO] [stdout] test v1::cpuset::tests::test_id_set_fmt ... ok [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_pressure_enabled ... ignored [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_weight_device ... FAILED [INFO] [stdout] test v1::cgroup::tests::err_cgroup_sane_behavior ... FAILED [INFO] [stdout] test v1::blkio::tests::err_subsystem_weight ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_spread_slab ... FAILED [INFO] [stdout] test v1::devices::tests::err_parse_access ... ok [INFO] [stdout] test v1::cpuset::tests::test_subsystem_sched_relax_domain_level ... FAILED [INFO] [stdout] test v1::devices::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::devices::tests::test_parse_list ... ok [INFO] [stdout] test v1::blkio::tests::test_subsystem_io_service ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_reset_stats ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_sectors ... FAILED [INFO] [stdout] test v1::cgroup::tests::test_cgroup_notify_on_release ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_io_wait_time ... FAILED [INFO] [stdout] test v1::cgroup::tests::panic_cgroup_path_with_subsystem_name - should panic ... ok [INFO] [stdout] test v1::cpuset::tests::test_id_set_from_str ... 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::hugetlb::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_weight ... FAILED [INFO] [stdout] test v1::cgroup::tests::test_cgroup_file_exists ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_bytes_to_pages ... ok [INFO] [stdout] test v1::hugetlb::tests::test_pages_to_bytes ... ok [INFO] [stdout] test v1::devices::tests::test_subsystem_deny_allow ... FAILED [INFO] [stdout] test v1::builder::tests::test_builder ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_io_queued ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_time ... FAILED [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::cgroup::tests::test_cgroup_open_file_read_write ... FAILED [INFO] [stdout] test v1::cgroup::tests::err_cgroup_release_agent ... FAILED [INFO] [stdout] test v1::builder::tests::err_builder ... FAILED [INFO] [stdout] test v1::memory::tests::test_parse_01_bool_option ... ok [INFO] [stdout] test v1::memory::tests::test_parse_oom_control ... ok [INFO] [stdout] test v1::memory::tests::test_parse_stat ... ok [INFO] [stdout] test v1::memory::tests::test_parse_numa_stat ... ok [INFO] [stdout] test v1::command_ext::tests::test_command_ext_unified ... FAILED [INFO] [stdout] test v1::command_ext::tests::test_command_ext_cgroup ... FAILED [INFO] [stdout] test v1::cgroup::tests::test_cgroup_sane_behavior ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_stat_throttled ... ignored [INFO] [stdout] test v1::memory::tests::test_subsystem_oom_control ... FAILED [INFO] [stdout] test v1::builder::tests::test_builder_not_reset ... FAILED [INFO] [stdout] test v1::cpu::tests::test_subsystem_cfs_quota_us ... FAILED [INFO] [stdout] test v1::cpu::tests::test_subsystem_shares ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::builder::tests::test_builder_override ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_usage_in_bytes ... FAILED [INFO] [stdout] test v1::net_cls::tests::err_class_id_from_str ... ok [INFO] [stdout] test v1::net_cls::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_parse_ifpriomap ... ok [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_reset ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage ... FAILED [INFO] [stdout] test v1::pids::tests::test_parse_events ... ok [INFO] [stdout] test v1::cpu::tests::test_subsystem_stat ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_percpu_sys ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_percpu ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_subsystem_ifpriomap ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_subsystem_prioidx ... FAILED [INFO] [stdout] test v1::net_cls::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpuset::tests::err_subsystem_sched_relax_domain_level ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_clone_children ... FAILED [INFO] [stdout] test v1::net_cls::tests::test_subsystem_classid ... 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::cpuacct::tests::test_subsystem_usage_user ... FAILED [INFO] [stdout] test v1::rdma::tests::test_parse_limits ... ok [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_sys ... FAILED [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_create_delete ... FAILED [INFO] [stdout] test v1::rdma::tests::test_subsystem_apply ... ok [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_skip_create ... FAILED [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_subsystems ... ok [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_percpu_user ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_stat ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_mem_hardwall ... FAILED [INFO] [stdout] test v1::cpuacct::tests::test_subsystem_usage_all ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_cpus ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_migrate ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_memory_pressure ... FAILED [INFO] [stdout] test v1::blkio::tests::err_subsystem_weight_device ... FAILED [INFO] [stdout] test v1::blkio::tests::test_subsystem_throttle ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_mems ... FAILED [INFO] [stdout] test v1::cpuset::tests::test_subsystem_sched_load_balance ... FAILED [INFO] [stdout] test v1::cpu::tests::test_subsystem_cfs_period_us ... FAILED [INFO] [stdout] test v1::devices::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::freezer::tests::test_subsystem_state_freeze_thaw ... FAILED [INFO] [stdout] test v1::devices::tests::test_subsystem_list ... FAILED [INFO] [stdout] test v1::freezer::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_max_usage ... FAILED [INFO] [stdout] test v1::freezer::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_limit_in_pages ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_set_limit ... FAILED [INFO] [stdout] test v1::builder::tests::test_builder_skip_create ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_failcnt ... FAILED [INFO] [stdout] test v1::hugetlb::tests::test_subsystem_size_supported ... FAILED [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::freezer::tests::test_subsystem_parent_freezing_freeze_thaw ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_failcnt ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_force_empty ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_move_charge_at_immigrate ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_numa_stat ... 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::cpu::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::memory::tests::test_subsystem_use_hierarchy ... FAILED [INFO] [stdout] test v1::net_prio::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::cpu::tests::test_subsystem_create_file_exists ... 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_prio::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::cpuset::tests::err_subsystem_memory_pressure_enabled ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_apply ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_create_file_exists ... FAILED [INFO] [stdout] test v1::unified_repr::tests::test_unified_repr_apply ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_max ... FAILED [INFO] [stdout] test v1::pids::tests::test_subsystem_events ... FAILED [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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a4fc03d - controlgroup::v1::blkio::tests::test_subsystem_create_file_exists::{{closure}}::h64af46b597974db9 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:504:5 [INFO] [stdout] 19: 0x55581a4bcb4e - core::ops::function::FnOnce::call_once::h087096c3c8153fa8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a5080dd - controlgroup::v1::blkio::tests::test_subsystem_io_merged::{{closure}}::h5bde7fc5c6f30e02 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:647:5 [INFO] [stdout] 19: 0x55581a4bfebe - core::ops::function::FnOnce::call_once::he0bed0aff9e43928 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a501dad - controlgroup::v1::blkio::tests::test_subsystem_weight_device::{{closure}}::he13a6980fe5a3798 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:583:5 [INFO] [stdout] 19: 0x55581a4bd80e - core::ops::function::FnOnce::call_once::h44207ce6e776df0d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a5dd2ed - controlgroup::v1::cgroup::tests::err_cgroup_sane_behavior::{{closure}}::hee78d53b8733e7b7 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:815:5 [INFO] [stdout] 19: 0x55581a4bf0ae - core::ops::function::FnOnce::call_once::ha3d20bc71383b834 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a50119d - controlgroup::v1::blkio::tests::err_subsystem_weight::{{closure}}::h9c88958302f6e351 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:567:5 [INFO] [stdout] 19: 0x55581a4bef4e - core::ops::function::FnOnce::call_once::h9fb6509f95b9b23a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpuset::tests::test_subsystem_memory_spread_slab stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cpuset::tests::test_subsystem_memory_spread_slab' 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a4f1fdd - controlgroup::v1::cpuset::tests::test_subsystem_memory_spread_slab::{{closure}}::hb73adf55146edba5 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuset.rs:853:5 [INFO] [stdout] 19: 0x55581a4bf9ce - core::ops::function::FnOnce::call_once::hd17ed3c0070367fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpuset::tests::test_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::test_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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a4f2dbd - controlgroup::v1::cpuset::tests::test_subsystem_sched_relax_domain_level::{{closure}}::h18e295e9d7f550b7 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuset.rs:875:5 [INFO] [stdout] 19: 0x55581a4bfb6e - core::ops::function::FnOnce::call_once::hd6f153a99e2c837b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::devices::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::devices::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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a4f5b8d - controlgroup::v1::devices::tests::test_subsystem_create_file_exists::{{closure}}::h9992fe1ae193d5d5 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/devices.rs:363:5 [INFO] [stdout] 19: 0x55581a4bd9de - core::ops::function::FnOnce::call_once::h4adcb44ae6b3719d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a504e6d - controlgroup::v1::blkio::tests::test_subsystem_io_service::{{closure}}::h16f851a0e5622bad [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:619:5 [INFO] [stdout] 19: 0x55581a4c042e - core::ops::function::FnOnce::call_once::hfd990ee7a5f6b11a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a50b2ad - controlgroup::v1::blkio::tests::test_subsystem_reset_stats::{{closure}}::h7aea9b25924d390d [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:694:5 [INFO] [stdout] 19: 0x55581a4bd6fe - core::ops::function::FnOnce::call_once::h41ae8211818b220e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a4ff35d - controlgroup::v1::blkio::tests::test_subsystem_apply::{{closure}}::hfb41f5c068328016 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:526:5 [INFO] [stdout] 19: 0x55581a4bf5be - core::ops::function::FnOnce::call_once::hbd7a5cc621689973 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a50425d - controlgroup::v1::blkio::tests::test_subsystem_sectors::{{closure}}::ha4021469ffa63f37 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:613:5 [INFO] [stdout] 19: 0x55581a4beabe - core::ops::function::FnOnce::call_once::h8a3a9af39c4468a3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - clone [INFO] [stdout] 43: 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a5dbc2d - controlgroup::v1::cgroup::tests::test_cgroup_notify_on_release::{{closure}}::h7c466852e66ee7be [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:761:5 [INFO] [stdout] 19: 0x55581a4bd15e - core::ops::function::FnOnce::call_once::h286d1292b7aae409 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a50743d - controlgroup::v1::blkio::tests::test_subsystem_io_wait_time::{{closure}}::h590dc30a7ff39052 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:636:5 [INFO] [stdout] 19: 0x55581a4bf00e - core::ops::function::FnOnce::call_once::ha2f7897297f98c74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::cpuset::tests::test_subsystem_memory_spread_page stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::cpuset::tests::test_subsystem_memory_spread_page' 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a4f18ed - controlgroup::v1::cpuset::tests::test_subsystem_memory_spread_page::{{closure}}::hc5efd3b4fde1d58e [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpuset.rs:842:5 [INFO] [stdout] 19: 0x55581a4bf43e - core::ops::function::FnOnce::call_once::hb324e416ab7cc054 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::freezer::tests::test_subsystem_self_freezing_freeze_thaw stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::freezer::tests::test_subsystem_self_freezing_freeze_thaw' 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a4cff9d - controlgroup::v1::freezer::tests::test_subsystem_self_freezing_freeze_thaw::{{closure}}::h6849d18c1f4c3f45 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/freezer.rs:247:5 [INFO] [stdout] 19: 0x55581a4bdbee - core::ops::function::FnOnce::call_once::h504de0c3fca7f704 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::hugetlb::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::hugetlb::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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a5f4c3d - controlgroup::v1::hugetlb::tests::test_subsystem_apply::{{closure}}::hf8793f5cc599e0ba [INFO] [stdout] at /opt/rustwide/workdir/src/v1/hugetlb.rs:327:5 [INFO] [stdout] 19: 0x55581a4bec9e - core::ops::function::FnOnce::call_once::h91068235b227d229 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a4ffe7d - controlgroup::v1::blkio::tests::test_subsystem_weight::{{closure}}::h5d7a8ec6ac99da04 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:545:5 [INFO] [stdout] 19: 0x55581a4bdd4e - core::ops::function::FnOnce::call_once::h54a7297091b66cc1 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fb79 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a4bb32d - core::panicking::panic::h19a70c01bbabd538 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x55581a5dd8b2 - controlgroup::v1::cgroup::tests::test_cgroup_file_exists::h03bd531d50313b50 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:832:9 [INFO] [stdout] 17: 0x55581a5dd753 - controlgroup::v1::cgroup::tests::test_cgroup_file_exists::{{closure}}::h09ca501dc4f6a84b [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:829:5 [INFO] [stdout] 18: 0x55581a4c019e - core::ops::function::FnOnce::call_once::hf2324f3a7e9cf075 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 21: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 41: 0x7f37bf0ca163 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::devices::tests::test_subsystem_deny_allow stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::devices::tests::test_subsystem_deny_allow' 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a4f775d - controlgroup::v1::devices::tests::test_subsystem_deny_allow::{{closure}}::h8c6b6fc842c552cd [INFO] [stdout] at /opt/rustwide/workdir/src/v1/devices.rs:398:5 [INFO] [stdout] 19: 0x55581a4be5be - core::ops::function::FnOnce::call_once::h75757a6b61528869 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a5e038d - controlgroup::v1::builder::tests::test_builder::{{closure}}::h29e5e407af765d39 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:680:5 [INFO] [stdout] 19: 0x55581a4bd63e - core::ops::function::FnOnce::call_once::h4086c4c6d1e096e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a508d7d - controlgroup::v1::blkio::tests::test_subsystem_io_queued::{{closure}}::hd9e607b3fff157e1 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:658:5 [INFO] [stdout] 19: 0x55581a4bf67e - core::ops::function::FnOnce::call_once::hc060fb634babd698 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a50364d - controlgroup::v1::blkio::tests::test_subsystem_time::{{closure}}::h1ce9fdf1cdbedf8e [INFO] [stdout] at /opt/rustwide/workdir/src/v1/blkio.rs:607:5 [INFO] [stdout] 19: 0x55581a4bee7e - core::ops::function::FnOnce::call_once::h9b4dedcaf4a754ba [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a5d93ed - controlgroup::v1::cgroup::tests::test_cgroup_create_delete::{{closure}}::hcca6381617a2c27e [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:692:5 [INFO] [stdout] 19: 0x55581a4bf57e - core::ops::function::FnOnce::call_once::hbcce2086bc2d26d3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a5e30dd - controlgroup::v1::builder::tests::test_builder_not_create_unused_subsystem_directory::{{closure}}::ha9abe061777e1d63 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:803:5 [INFO] [stdout] 19: 0x55581a4be71e - core::ops::function::FnOnce::call_once::h79f5417c178cbec7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a5ddfcd - controlgroup::v1::cgroup::tests::test_cgroup_open_file_read_write::{{closure}}::h33188da996f695a7 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:859:5 [INFO] [stdout] 19: 0x55581a4bf98e - core::ops::function::FnOnce::call_once::hd0eaea74904bf45a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a5dcaed - controlgroup::v1::cgroup::tests::err_cgroup_release_agent::{{closure}}::h13b7040a5573ded1 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:789:5 [INFO] [stdout] 19: 0x55581a4bec5e - core::ops::function::FnOnce::call_once::h9102b38d1ca0962a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f4b8 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e80ba - core::panicking::assert_failed::hde431a9fabe01163 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a5e2fc0 - controlgroup::v1::builder::tests::err_builder::h892bc5491b3f7310 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:795:9 [INFO] [stdout] 18: 0x55581a5e2c03 - controlgroup::v1::builder::tests::err_builder::{{closure}}::h6fd92586abeeb94c [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:785:5 [INFO] [stdout] 19: 0x55581a4bee3e - core::ops::function::FnOnce::call_once::h99f4e965d8c4d694 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::command_ext::tests::test_command_ext_unified stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::command_ext::tests::test_command_ext_unified' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a545eed - controlgroup::v1::command_ext::tests::test_command_ext_unified::{{closure}}::he62dc31badc07402 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/command_ext.rs:127:5 [INFO] [stdout] 19: 0x55581a4bcaae - core::ops::function::FnOnce::call_once::h04c95828207d1f65 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::command_ext::tests::test_command_ext_cgroup stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::command_ext::tests::test_command_ext_cgroup' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a54580d - controlgroup::v1::command_ext::tests::test_command_ext_cgroup::{{closure}}::hc0ee3a6d18443406 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/command_ext.rs:108:5 [INFO] [stdout] 19: 0x55581a4bfa8e - core::ops::function::FnOnce::call_once::hd349a490f5910585 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a5dd09d - controlgroup::v1::cgroup::tests::test_cgroup_sane_behavior::{{closure}}::h81153efaaa048ddd [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cgroup.rs:807:5 [INFO] [stdout] 19: 0x55581a4bda1e - core::ops::function::FnOnce::call_once::h4bb20cab0db2fe6a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- v1::memory::tests::test_subsystem_oom_control stdout ---- [INFO] [stdout] Error: Error { kind: Io, source: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) } [INFO] [stdout] thread 'v1::memory::tests::test_subsystem_oom_control' 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a537dbd - controlgroup::v1::memory::tests::test_subsystem_oom_control::{{closure}}::hdc69ff2ea1cbbfc6 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/memory.rs:820:5 [INFO] [stdout] 19: 0x55581a4bc9ce - core::ops::function::FnOnce::call_once::h0282865af4c640ab [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a5e42ad - controlgroup::v1::builder::tests::test_builder_not_reset::{{closure}}::h8c39620e39585f34 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/builder.rs:850:5 [INFO] [stdout] 19: 0x55581a4be14e - core::ops::function::FnOnce::call_once::h5ebfec620f6234ee [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55581a6577d9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55581a62398e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55581a62398e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55581a628ef8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55581a628ef8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55581a628ef8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55581a628ef8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55581a628ef8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55581a628ef8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55581a684723 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55581a684723 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f37bf2fa609 - start_thread [INFO] [stdout] 42: 0x7f37bf0ca163 - 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/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55581a67da3d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55581a67da3d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55581a67da3d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55581a67da3d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55581a6a0c7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55581a67a0a1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55581a67f785 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55581a67f785 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55581a67f785 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55581a67f474 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55581a67fcd2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55581a67fbb7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55581a67def4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55581a67f8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55581a4bb463 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55581a69f59e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55581a4e793a - core::panicking::assert_failed::h5a8e3663637d4c23 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55581a591eef - test::assert_test_result::hac4a1e35b71a260d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55581a5f241d - controlgroup::v1::cpu::tests::test_subsystem_cfs_quota_us::{{closure}}::h962c4ca7d5502fa9 [INFO] [stdout] at /opt/rustwide/workdir/src/v1/cpu.rs:331:5 [INFO] [stdout] 19: 0x55581a4bca6e - core::ops::function::FnOnce::call_once::h04353e262b5da650 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55581a658a23 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55581a658a23 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55581a6577d9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55581a6577d9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55581a6577d9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55581a6577d9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55581a6577d9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55581a6577d9 - test::run_test_in_process::ha14a47756671755c [WARN] too many lines in the log, truncating it