[INFO] cloning repository https://github.com/xd009642/traced-allocator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xd009642/traced-allocator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxd009642%2Ftraced-allocator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxd009642%2Ftraced-allocator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 896ed0409fa8faad472f46846014382f5e27bec7 [INFO] testing xd009642/traced-allocator against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxd009642%2Ftraced-allocator" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xd009642/traced-allocator on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xd009642/traced-allocator [INFO] finished tweaking git repo https://github.com/xd009642/traced-allocator [INFO] tweaked toml for git repo https://github.com/xd009642/traced-allocator written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/xd009642/traced-allocator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libc-print v0.1.13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54f451a29f893842c989180de143c5d997af2ab74842d978fe2c4c0dc337f0ad [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "54f451a29f893842c989180de143c5d997af2ab74842d978fe2c4c0dc337f0ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54f451a29f893842c989180de143c5d997af2ab74842d978fe2c4c0dc337f0ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54f451a29f893842c989180de143c5d997af2ab74842d978fe2c4c0dc337f0ad", kill_on_drop: false }` [INFO] [stdout] 54f451a29f893842c989180de143c5d997af2ab74842d978fe2c4c0dc337f0ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dfd729c3099ae0ec36b31eabab3cd9a99e3a47cc38ccc4c678791b12aa5bd2c7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dfd729c3099ae0ec36b31eabab3cd9a99e3a47cc38ccc4c678791b12aa5bd2c7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling libc-print v0.1.13 [INFO] [stderr] Compiling traced-allocator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.30s [INFO] running `Command { std: "docker" "inspect" "dfd729c3099ae0ec36b31eabab3cd9a99e3a47cc38ccc4c678791b12aa5bd2c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfd729c3099ae0ec36b31eabab3cd9a99e3a47cc38ccc4c678791b12aa5bd2c7", kill_on_drop: false }` [INFO] [stdout] dfd729c3099ae0ec36b31eabab3cd9a99e3a47cc38ccc4c678791b12aa5bd2c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ac23d43b9f3fb14a0e22585737a06a681957fa9934c3e897be49f0465ad2ac62 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ac23d43b9f3fb14a0e22585737a06a681957fa9934c3e897be49f0465ad2ac62", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling traced-allocator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `Command { std: "docker" "inspect" "ac23d43b9f3fb14a0e22585737a06a681957fa9934c3e897be49f0465ad2ac62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac23d43b9f3fb14a0e22585737a06a681957fa9934c3e897be49f0465ad2ac62", kill_on_drop: false }` [INFO] [stdout] ac23d43b9f3fb14a0e22585737a06a681957fa9934c3e897be49f0465ad2ac62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8f94442f7f1a9d54a0b04a52436bce3465efaa4b530c245922cba61f35b4305e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8f94442f7f1a9d54a0b04a52436bce3465efaa4b530c245922cba61f35b4305e", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/traced_allocator-264f2569bfb6f937) [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/traced_allocator-019893dcaabc2412) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 48, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 24, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 65, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 24, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 24, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 15, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 33, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 416, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 22, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 47, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 37, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 28, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] realloc Layout { size_: 416, align_: 8 } to 832 at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 31, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 29, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 1, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 32, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] realloc Layout { size_: 832, align_: 8 } to 1664 at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 9, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 65, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 12, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 9, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 52, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 6, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 76, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 1, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 75, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 46, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 17, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 208, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 6, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 23, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 217, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 40, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] realloc Layout { size_: 1664, align_: 8 } to 3328 at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 1, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 16, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 92, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 13, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 700, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 443, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 25, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 12, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 69, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 1408, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 15, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 33, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 33, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 22, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 22, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 47, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 47, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 37, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 37, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 28, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 28, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 31, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 31, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 29, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 29, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 1, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 64, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 1, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 32, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 32, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 9, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 65, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 65, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 12, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 9, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 52, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 9, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 52, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 6, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 76, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 6, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 76, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 1, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 75, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 75, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 64, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 1, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 46, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 46, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 17, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 208, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 17, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 208, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 6, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 23, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 217, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 23, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 217, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 40, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 40, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 1, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 16, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 92, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 16, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 92, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 1, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 13, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 700, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 13, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 700, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 443, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 443, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 25, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 25, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 12, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 69, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 69, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 528, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 12, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 12, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 15, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 15, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 9, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 9, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 12, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 12, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 6, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 6, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 15, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 64, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 9, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 12, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 64, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 6, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 12, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 1408, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 528, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 15, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 33, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 22, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 47, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stderr] Doc-tests traced-allocator [INFO] [stdout] Dealloc Layout { size_: 37, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 28, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 31, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 29, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 1, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 20, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 32, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 9, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 65, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 12, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 9, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 52, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 6, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 76, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 1, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 75, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 46, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 17, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 208, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 6, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 23, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 217, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 40, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 1, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 16, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 92, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 13, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 700, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 11, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 443, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 7, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 25, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 12, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 4, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 69, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 3328, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 1024, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 18, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 18, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 144, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 22, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] Dealloc Layout { size_: 22, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 18, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 18, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 296, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Alloc Layout { size_: 768, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 768, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 296, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] [INFO] [stdout] test result: okAlloc Layout { size_: 108, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] . 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered outAlloc Layout { size_: 28, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] ; finished in 0.00sDealloc Layout { size_: 28, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Dealloc Layout { size_: 108, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 144, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 65, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 24, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 1024, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 5, align_: 1 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] Dealloc Layout { size_: 48, align_: 8 } at Location { file: "src/main.rs", line: 4, col: 1 } [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8f94442f7f1a9d54a0b04a52436bce3465efaa4b530c245922cba61f35b4305e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f94442f7f1a9d54a0b04a52436bce3465efaa4b530c245922cba61f35b4305e", kill_on_drop: false }` [INFO] [stdout] 8f94442f7f1a9d54a0b04a52436bce3465efaa4b530c245922cba61f35b4305e