[INFO] cloning repository https://github.com/obrienalaribe/xcm-exercise
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/obrienalaribe/xcm-exercise" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fobrienalaribe%2Fxcm-exercise", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fobrienalaribe%2Fxcm-exercise'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8c8e4ce023fb1b2bc111e15807b6675a084dc2af
[INFO] testing obrienalaribe/xcm-exercise against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fobrienalaribe%2Fxcm-exercise" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/obrienalaribe/xcm-exercise
[INFO] finished tweaking git repo https://github.com/obrienalaribe/xcm-exercise
[INFO] tweaked toml for git repo https://github.com/obrienalaribe/xcm-exercise written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/obrienalaribe/xcm-exercise on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/obrienalaribe/xcm-exercise already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca
[INFO] running `Command { std: "docker" "start" "1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.50
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling once_cell v1.17.0
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling toml_datetime v0.5.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]    Compiling nom8 v0.2.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling byte-slice-cast v1.2.2
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling anyhow v1.0.68
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling io-lifetimes v0.7.5
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling sp-std v5.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling target-lexicon v0.12.5
[INFO] [stderr]    Compiling gimli v0.26.2
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling paste v1.0.11
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling rustix v0.35.13
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling wasmtime-runtime v1.0.2
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling cpp_demangle v0.3.5
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling keccak v0.1.3
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling linux-raw-sys v0.0.46
[INFO] [stderr]    Compiling libsecp256k1-core v0.3.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling wasmtime-jit-debug v1.0.2
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling wasmtime-asm-macros v1.0.2
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling ref-cast v1.0.14
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling byte-tools v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling block-padding v0.1.5
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling memory_units v0.4.0
[INFO] [stderr]    Compiling parity-wasm v0.45.0
[INFO] [stderr]    Compiling wasmtime v1.0.2
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling wasmi_core v0.2.1
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling matchers v0.0.1
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling libsecp256k1-gen-genmult v0.3.0
[INFO] [stderr]    Compiling libsecp256k1-gen-ecmult v0.3.0
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling zeroize_derive v1.3.3
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling zeroize v1.5.7
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling ref-cast-impl v1.0.14
[INFO] [stderr]    Compiling wasmi-validation v0.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling sp-debug-derive v5.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling secp256k1-sys v0.6.1
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.6
[INFO] [stderr]    Compiling opaque-debug v0.2.3
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling hash-db v0.15.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling sha2 v0.8.2
[INFO] [stderr]    Compiling hmac v0.8.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling wasmi v0.13.2
[INFO] [stderr]    Compiling curve25519-dalek v2.1.3
[INFO] [stderr]    Compiling curve25519-dalek v3.2.0
[INFO] [stderr]    Compiling merlin v2.0.1
[INFO] [stderr]    Compiling libsecp256k1 v0.7.1
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling sha3 v0.10.6
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling environmental v1.1.4
[INFO] [stderr]    Compiling schnorrkel v0.9.1
[INFO] [stderr]    Compiling sp-core-hashing v5.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling hmac-drbg v0.3.0
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling pbkdf2 v0.8.0
[INFO] [stderr]    Compiling dyn-clonable-impl v0.9.0
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling dyn-clone v1.0.10
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling tiny-bip39 v1.0.0
[INFO] [stderr]    Compiling dyn-clonable v0.9.0
[INFO] [stderr]    Compiling substrate-bip39 v0.4.4
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling ed25519-zebra v3.1.0
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling hash256-std-hasher v0.15.2
[INFO] [stderr]    Compiling array-bytes v4.2.0
[INFO] [stderr]    Compiling base58 v0.2.0
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling backtrace v0.3.67
[INFO] [stderr]    Compiling gimli v0.27.1
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling object v0.30.3
[INFO] [stderr]    Compiling async-trait v0.1.63
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling trie-root v0.17.0
[INFO] [stderr]    Compiling memory-db v0.31.0
[INFO] [stderr]    Compiling secp256k1 v0.24.3
[INFO] [stderr]    Compiling trie-db v0.24.0
[INFO] [stderr]    Compiling lru v0.8.1
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling ed25519 v1.5.3
[INFO] [stderr]    Compiling integer-sqrt v0.1.5
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling const-oid v0.9.1
[INFO] [stderr]    Compiling sp-core-hashing-proc-macro v5.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling base64ct v1.5.3
[INFO] [stderr]    Compiling der v0.6.1
[INFO] [stderr]    Compiling crypto-bigint v0.4.9
[INFO] [stderr]    Compiling ff v0.12.1
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling group v0.12.1
[INFO] [stderr]    Compiling frame-support-procedural-tools-derive v3.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cfg-expr v0.10.3
[INFO] [stderr]    Compiling tt-call v1.0.9
[INFO] [stderr]    Compiling cranelift-entity v0.88.2
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling impl-serde v0.4.0
[INFO] [stderr]    Compiling toml_edit v0.18.0
[INFO] [stderr]    Compiling wasmparser v0.89.1
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling tracing-serde v0.1.3
[INFO] [stderr]    Compiling addr2line v0.19.0
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling tracing-subscriber v0.2.25
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling sec1 v0.3.0
[INFO] [stderr]    Compiling elliptic-curve v0.12.3
[INFO] [stderr]    Compiling ss58-registry v1.38.0
[INFO] [stderr]    Compiling rfc6979 v0.3.1
[INFO] [stderr]    Compiling ecdsa v0.14.8
[INFO] [stderr]    Compiling k256 v0.11.6
[INFO] [stderr]    Compiling proc-macro-crate v1.3.0
[INFO] [stderr]    Compiling sp-panic-handler v5.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling frame-support-procedural-tools v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling futures-timer v3.0.2
[INFO] [stderr]    Compiling xcm-procedural v0.9.37 (https://github.com/paritytech/polkadot?branch=release-v0.9.37#64572398)
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling wasmtime-types v1.0.2
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.1.4
[INFO] [stderr]    Compiling scale-info-derive v2.3.1
[INFO] [stderr]    Compiling wasmtime-environ v1.0.2
[INFO] [stderr]    Compiling sp-runtime-interface-proc-macro v6.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-api-proc-macro v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling frame-support-procedural v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling frame-election-provider-solution-type v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling parity-scale-codec v3.3.0
[INFO] [stderr]    Compiling hex-literal v0.3.4
[INFO] [stderr]    Compiling bs58 v0.4.0
[INFO] [stderr]    Compiling scale-info v2.3.1
[INFO] [stderr]    Compiling impl-codec v0.6.0
[INFO] [stderr]    Compiling sp-storage v7.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-tracing v6.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-externalities v0.13.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-version-proc-macro v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling wasmtime-jit v1.0.2
[INFO] [stderr]    Compiling primitive-types v0.12.1
[INFO] [stderr]    Compiling sp-arithmetic v6.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling frame-metadata v15.0.0
[INFO] [stderr]    Compiling sp-wasm-interface v7.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-runtime-interface v7.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-core v7.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-trie v7.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-keystore v0.13.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-weights v4.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-state-machine v0.13.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-io v7.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-application-crypto v7.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-runtime v7.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-version v5.0.0 (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-inherents v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-staking v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling polkadot-core-primitives v0.9.37 (https://github.com/paritytech/polkadot?branch=release-v0.9.37#64572398)
[INFO] [stderr]    Compiling xcm v0.9.37 (https://github.com/paritytech/polkadot?branch=release-v0.9.37#64572398)
[INFO] [stderr]    Compiling sp-npos-elections v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-consensus-vrf v0.10.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-api v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-authority-discovery v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling frame-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-authorship v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-consensus v0.10.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-consensus-slots v0.10.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling sp-consensus-babe v0.10.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling frame-system v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling polkadot-parachain v0.9.37 (https://github.com/paritytech/polkadot?branch=release-v0.9.37#64572398)
[INFO] [stderr]    Compiling xcm-executor v0.9.33 (/opt/rustwide/workdir/xcm-related-code/xcm-executor)
[INFO] [stderr]    Compiling polkadot-primitives v0.9.37 (https://github.com/paritytech/polkadot?branch=release-v0.9.37#64572398)
[INFO] [stderr]    Compiling pallet-timestamp v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling pallet-authorship v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling frame-election-provider-support v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling pallet-vesting v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling pallet-balances v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling pallet-transaction-payment v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling pallet-assets v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling pallet-session v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling polkadot-runtime-metrics v0.9.37 (https://github.com/paritytech/polkadot?branch=release-v0.9.37#64572398)
[INFO] [stdout] warning: struct `FilterAssets` is never constructed
[INFO] [stdout]   --> xcm-related-code/xcm-executor/src/traits/drop_assets.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct FilterAssets<D, A>(PhantomData<(D, A)>);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FilterOrigin` is never constructed
[INFO] [stdout]   --> xcm-related-code/xcm-executor/src/traits/drop_assets.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct FilterOrigin<D, O>(PhantomData<(D, O)>);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `UniversalWeigher` is never used
[INFO] [stdout]   --> xcm-related-code/xcm-executor/src/traits/weight.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub trait UniversalWeigher {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pallet-xcm v0.9.37 (https://github.com/paritytech/polkadot?branch=release-v0.9.37#64572398)
[INFO] [stderr]    Compiling xcm-builder v0.9.37 (https://github.com/paritytech/polkadot?branch=release-v0.9.37#64572398)
[INFO] [stderr]    Compiling pallet-babe v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling pallet-staking v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling pallet-authority-discovery v4.0.0-dev (https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#946507ba)
[INFO] [stderr]    Compiling polkadot-runtime-parachains v0.9.37 (https://github.com/paritytech/polkadot?branch=release-v0.9.37#64572398)
[INFO] [stderr]    Compiling xcm-simulator v0.9.37 (https://github.com/paritytech/polkadot?branch=release-v0.9.37#64572398)
[INFO] [stderr]    Compiling xcm-simulator-for-exercises v0.9.31 (/opt/rustwide/workdir/xcm-related-code/xcm-simulator-for-exercises)
[INFO] [stdout] warning: unexpected `cfg` condition value: `try-runtime`
[INFO] [stdout]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:151:12
[INFO] [stdout]     |
[INFO] [stdout] 151 |     #[pallet::pallet]
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `std`
[INFO] [stdout]     = help: consider adding `try-runtime` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `try-runtime`
[INFO] [stdout]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:319:12
[INFO] [stdout]     |
[INFO] [stdout] 319 |     #[pallet::pallet]
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `std`
[INFO] [stdout]     = help: consider adding `try-runtime` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Store` is never used
[INFO] [stdout]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:152:44
[INFO] [stdout]     |
[INFO] [stdout] 152 |     #[pallet::generate_store(pub(super) trait Store)]
[INFO] [stdout]     |                                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Store` is never used
[INFO] [stdout]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:320:44
[INFO] [stdout]     |
[INFO] [stdout] 320 |     #[pallet::generate_store(pub(super) trait Store)]
[INFO] [stdout]     |                                               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling xcm-simulator-constructing-message-and-send-exercise v0.9.31 (/opt/rustwide/workdir/3-Writing_Sending_Executing_XCM/constructing-messages-with-simulator)
[INFO] [stderr]    Compiling xcm-chain-config-exercise v0.9.31 (/opt/rustwide/workdir/4-Chain_Config_in_XCM/chain_config_excercises)
[INFO] [stderr]    Compiling xcm-execution-exercise v0.9.31 (/opt/rustwide/workdir/2-XCVM/execution_exercises)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 39s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: trie-db v0.24.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stdout] warning: struct `FilterAssets` is never constructed
[INFO] [stdout]   --> xcm-related-code/xcm-executor/src/traits/drop_assets.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct FilterAssets<D, A>(PhantomData<(D, A)>);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FilterOrigin` is never constructed
[INFO] [stdout]   --> xcm-related-code/xcm-executor/src/traits/drop_assets.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct FilterOrigin<D, O>(PhantomData<(D, O)>);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `UniversalWeigher` is never used
[INFO] [stdout]   --> xcm-related-code/xcm-executor/src/traits/weight.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub trait UniversalWeigher {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `try-runtime`
[INFO] [stdout]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:151:12
[INFO] [stdout]     |
[INFO] [stdout] 151 |     #[pallet::pallet]
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `std`
[INFO] [stdout]     = help: consider adding `try-runtime` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `try-runtime`
[INFO] [stdout]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:319:12
[INFO] [stdout]     |
[INFO] [stdout] 319 |     #[pallet::pallet]
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `std`
[INFO] [stdout]     = help: consider adding `try-runtime` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Store` is never used
[INFO] [stdout]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:152:44
[INFO] [stdout]     |
[INFO] [stdout] 152 |     #[pallet::generate_store(pub(super) trait Store)]
[INFO] [stdout]     |                                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Store` is never used
[INFO] [stdout]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:320:44
[INFO] [stdout]     |
[INFO] [stdout] 320 |     #[pallet::generate_store(pub(super) trait Store)]
[INFO] [stdout]     |                                               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling xcm-simulator-for-exercises v0.9.31 (/opt/rustwide/workdir/xcm-related-code/xcm-simulator-for-exercises)
[INFO] [stderr]    Compiling xcm-execution-exercise v0.9.31 (/opt/rustwide/workdir/2-XCVM/execution_exercises)
[INFO] [stderr]    Compiling xcm-simulator-constructing-message-and-send-exercise v0.9.31 (/opt/rustwide/workdir/3-Writing_Sending_Executing_XCM/constructing-messages-with-simulator)
[INFO] [stderr]    Compiling xcm-chain-config-exercise v0.9.31 (/opt/rustwide/workdir/4-Chain_Config_in_XCM/chain_config_excercises)
[INFO] [stdout] warning: unused import: `codec::Encode`
[INFO] [stdout]   --> 4-Chain_Config_in_XCM/chain_config_excercises/src/lib.rs:19:6
[INFO] [stdout]    |
[INFO] [stdout] 19 |     use codec::Encode;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `frame_support::assert_ok`
[INFO] [stdout]   --> 4-Chain_Config_in_XCM/chain_config_excercises/src/lib.rs:20:6
[INFO] [stdout]    |
[INFO] [stdout] 20 |     use frame_support::assert_ok;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `VersionedXcm` and `latest::prelude::*`
[INFO] [stdout]   --> 4-Chain_Config_in_XCM/chain_config_excercises/src/lib.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 |     use xcm::{latest::prelude::*, VersionedXcm};
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ALICE`, `BOB`, `INITIAL_BALANCE`, `ParaA`, `ParachainPalletBalances`, `ParachainPalletXcm`, `TestExt`, `parachain_xcm_executed_successfully`, and `parachain`
[INFO] [stdout]   --> 4-Chain_Config_in_XCM/chain_config_excercises/src/lib.rs:23:3
[INFO] [stdout]    |
[INFO] [stdout] 23 |         parachain, parachain_xcm_executed_successfully, MockNet, ParaA, ParachainPalletBalances,
[INFO] [stdout]    |         ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^           ^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |         ParachainPalletXcm, TestExt, ALICE, BOB, INITIAL_BALANCE,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^  ^^^^^^^  ^^^^^  ^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Mul`
[INFO] [stdout]   --> 2-XCVM/execution_exercises/src/lib.rs:19:6
[INFO] [stdout]    |
[INFO] [stdout] 19 |     use std::ops::Mul;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `codec::Encode`
[INFO] [stdout]   --> 2-XCVM/execution_exercises/src/lib.rs:21:6
[INFO] [stdout]    |
[INFO] [stdout] 21 |     use codec::Encode;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RelayChainPalletBalances`
[INFO] [stdout]   --> 2-XCVM/execution_exercises/src/lib.rs:26:61
[INFO] [stdout]    |
[INFO] [stdout] 26 |         ParachainPalletXcm, TestExt, ALICE, BOB, INITIAL_BALANCE, RelayChainPalletBalances,
[INFO] [stdout]    |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `withdraw_amount`
[INFO] [stdout]   --> 3-Writing_Sending_Executing_XCM/constructing-messages-with-simulator/src/lib.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let withdraw_amount = 100;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_withdraw_amount`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `withdraw_amount`
[INFO] [stdout]   --> 3-Writing_Sending_Executing_XCM/constructing-messages-with-simulator/src/lib.rs:88:7
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let withdraw_amount = 100;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_withdraw_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `withdraw_amount`
[INFO] [stdout]    --> 3-Writing_Sending_Executing_XCM/constructing-messages-with-simulator/src/lib.rs:191:7
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let withdraw_amount = 100;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_withdraw_amount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `try-runtime`
[INFO] [stdout]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:151:12
[INFO] [stdout]     |
[INFO] [stdout] 151 |     #[pallet::pallet]
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `std`
[INFO] [stdout]     = help: consider adding `try-runtime` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `try-runtime`
[INFO] [stdout]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:319:12
[INFO] [stdout]     |
[INFO] [stdout] 319 |     #[pallet::pallet]
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default` and `std`
[INFO] [stdout]     = help: consider adding `try-runtime` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Store` is never used
[INFO] [stdout]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:152:44
[INFO] [stdout]     |
[INFO] [stdout] 152 |     #[pallet::generate_store(pub(super) trait Store)]
[INFO] [stdout]     |                                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Store` is never used
[INFO] [stdout]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:320:44
[INFO] [stdout]     |
[INFO] [stdout] 320 |     #[pallet::generate_store(pub(super) trait Store)]
[INFO] [stdout]     |                                               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.43s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: trie-db v0.24.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: struct `FilterAssets` is never constructed
[INFO] [stderr]   --> xcm-related-code/xcm-executor/src/traits/drop_assets.rs:36:12
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub struct FilterAssets<D, A>(PhantomData<(D, A)>);
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FilterOrigin` is never constructed
[INFO] [stderr]   --> xcm-related-code/xcm-executor/src/traits/drop_assets.rs:51:12
[INFO] [stderr]    |
[INFO] [stderr] 51 | pub struct FilterOrigin<D, O>(PhantomData<(D, O)>);
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `UniversalWeigher` is never used
[INFO] [stderr]   --> xcm-related-code/xcm-executor/src/traits/weight.rs:34:11
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub trait UniversalWeigher {
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `xcm-executor` (lib) generated 3 warnings
[INFO] [stderr] warning: unexpected `cfg` condition value: `try-runtime`
[INFO] [stderr]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:151:12
[INFO] [stderr]     |
[INFO] [stderr] 151 |     #[pallet::pallet]
[INFO] [stderr]     |               ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `std`
[INFO] [stderr]     = help: consider adding `try-runtime` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `try-runtime`
[INFO] [stderr]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:319:12
[INFO] [stderr]     |
[INFO] [stderr] 319 |     #[pallet::pallet]
[INFO] [stderr]     |               ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `std`
[INFO] [stderr]     = help: consider adding `try-runtime` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Store` is never used
[INFO] [stderr]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:152:44
[INFO] [stderr]     |
[INFO] [stderr] 152 |     #[pallet::generate_store(pub(super) trait Store)]
[INFO] [stderr]     |                                               ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Store` is never used
[INFO] [stderr]    --> xcm-related-code/xcm-simulator-for-exercises/src/parachain.rs:320:44
[INFO] [stderr]     |
[INFO] [stderr] 320 |     #[pallet::generate_store(pub(super) trait Store)]
[INFO] [stderr]     |                                               ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `xcm-simulator-for-exercises` (lib) generated 4 warnings
[INFO] [stderr] warning: `xcm-simulator-for-exercises` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr] warning: unused variable: `withdraw_amount`
[INFO] [stderr]   --> 3-Writing_Sending_Executing_XCM/constructing-messages-with-simulator/src/lib.rs:44:7
[INFO] [stderr]    |
[INFO] [stderr] 44 |         let withdraw_amount = 100;
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_withdraw_amount`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `withdraw_amount`
[INFO] [stderr]   --> 3-Writing_Sending_Executing_XCM/constructing-messages-with-simulator/src/lib.rs:88:7
[INFO] [stderr]    |
[INFO] [stderr] 88 |         let withdraw_amount = 100;
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_withdraw_amount`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `withdraw_amount`
[INFO] [stderr]    --> 3-Writing_Sending_Executing_XCM/constructing-messages-with-simulator/src/lib.rs:191:7
[INFO] [stderr]     |
[INFO] [stderr] 191 |         let withdraw_amount = 100;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_withdraw_amount`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `codec::Encode`
[INFO] [stderr]   --> 4-Chain_Config_in_XCM/chain_config_excercises/src/lib.rs:19:6
[INFO] [stderr]    |
[INFO] [stderr] 19 |     use codec::Encode;
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `frame_support::assert_ok`
[INFO] [stderr]   --> 4-Chain_Config_in_XCM/chain_config_excercises/src/lib.rs:20:6
[INFO] [stderr]    |
[INFO] [stderr] 20 |     use frame_support::assert_ok;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `VersionedXcm` and `latest::prelude::*`
[INFO] [stderr]   --> 4-Chain_Config_in_XCM/chain_config_excercises/src/lib.rs:21:12
[INFO] [stderr]    |
[INFO] [stderr] 21 |     use xcm::{latest::prelude::*, VersionedXcm};
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `ALICE`, `BOB`, `INITIAL_BALANCE`, `ParaA`, `ParachainPalletBalances`, `ParachainPalletXcm`, `TestExt`, `parachain_xcm_executed_successfully`, and `parachain`
[INFO] [stderr]   --> 4-Chain_Config_in_XCM/chain_config_excercises/src/lib.rs:23:3
[INFO] [stderr]    |
[INFO] [stderr] 23 |         parachain, parachain_xcm_executed_successfully, MockNet, ParaA, ParachainPalletBalances,
[INFO] [stderr]    |         ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^           ^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 24 |         ParachainPalletXcm, TestExt, ALICE, BOB, INITIAL_BALANCE,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^  ^^^^^^^  ^^^^^  ^^^  ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::ops::Mul`
[INFO] [stderr]   --> 2-XCVM/execution_exercises/src/lib.rs:19:6
[INFO] [stderr]    |
[INFO] [stderr] 19 |     use std::ops::Mul;
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `codec::Encode`
[INFO] [stderr]   --> 2-XCVM/execution_exercises/src/lib.rs:21:6
[INFO] [stderr]    |
[INFO] [stderr] 21 |     use codec::Encode;
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `RelayChainPalletBalances`
[INFO] [stderr]   --> 2-XCVM/execution_exercises/src/lib.rs:26:61
[INFO] [stderr]    |
[INFO] [stderr] 26 |         ParachainPalletXcm, TestExt, ALICE, BOB, INITIAL_BALANCE, RelayChainPalletBalances,
[INFO] [stderr]    |                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `xcm-simulator-constructing-message-and-send-exercise` (lib test) generated 3 warnings (run `cargo fix --lib -p xcm-simulator-constructing-message-and-send-exercise --tests` to apply 3 suggestions)
[INFO] [stderr] warning: `xcm-chain-config-exercise` (lib test) generated 4 warnings (run `cargo fix --lib -p xcm-chain-config-exercise --tests` to apply 4 suggestions)
[INFO] [stderr] warning: `xcm-execution-exercise` (lib test) generated 3 warnings (run `cargo fix --lib -p xcm-execution-exercise --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.98s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: trie-db v0.24.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xcm_chain_config_exercise-b6d29b5b154cb9fa)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::test_teleporting_from_relay_to_para ... ok
[INFO] [stdout] test tests::test_non_free_execution_from_relay ... ok
[INFO] [stdout] test tests::test_20_byte_account_xcm_deposit_withdraw ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xcm_execution_exercise-51d33ba61c7c2e66)
[INFO] [stdout] test tests::test_minting_token_relay_in_pallet_assets ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::execute_buy_execution ... ok
[INFO] [stdout] test tests::execute_withdraw_asset ... ok
[INFO] [stdout] test tests::execute_origin_mutating_instruction ... ok
[INFO] [stdout] test tests::execute_send_funds_to_bob ... ok
[INFO] [stdout] test tests::execute_transact_message ... ok
[INFO] [stdout] test tests::execute_transact_on_own_dispatchable ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xcm_simulator_constructing_message_and_send_exercise-835474928f6ee231)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::execute_initiate_teleport_to_para_a ... ok
[INFO] [stdout] test tests::execute_initiate_reserve_withdraw_to_para_a ... ok
[INFO] [stdout] test tests::test_automatic_versioning_on_runtime_upgrade_with_relay ... ok
[INFO] [stdout] test tests::withdraw_and_query_holding_xcmp ... ok
[INFO] [stdout] test tests::send_ump_withdraw_deposit_alice ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::send_ump_withdraw_deposit_alice stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::send_ump_withdraw_deposit_alice' (5198) panicked at 3-Writing_Sending_Executing_XCM/constructing-messages-with-simulator/src/lib.rs:169:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 1000000000
[INFO] [stdout]  right: 1000000100
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6109172d7941 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6109172d7941 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6109172d7941 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6109172d7941 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6109172ed6ea - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6109172ed6ea - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x6109172dbecc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x6109172dbecc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x6109172b5da6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6109172b5da6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6109172cf9e9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x610916d4f700 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x610916d4f700 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6109172cfba2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x6109172cfba2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x6109172b5e52 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x6109172ad789 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6109172b6a4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x6109172edf1c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6109172edda3 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x610917274530 - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<u128, u128>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x610916d3c9d9 - xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/3-Writing_Sending_Executing_XCM/constructing-messages-with-simulator/src/lib.rs:169:4
[INFO] [stdout]   22:     0x610916d3b4a5 - environmental[b330eaa9c234ba78]::using::<dyn sp_externalities[4abaf53db6c551f6]::Externalities, (), xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/environmental-1.1.4/src/lib.rs:124:3
[INFO] [stdout]   23:     0x610916d308dd - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::rc::Rc<core[6883ba1bc0fe4ed1]::cell::RefCell<*mut dyn sp_externalities[4abaf53db6c551f6]::Externalities>>>>>>::try_with::<environmental[b330eaa9c234ba78]::using<dyn sp_externalities[4abaf53db6c551f6]::Externalities, (), xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   24:     0x610916d30538 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<alloc[55a36b64bcbf2c0d]::vec::Vec<alloc[55a36b64bcbf2c0d]::rc::Rc<core[6883ba1bc0fe4ed1]::cell::RefCell<*mut dyn sp_externalities[4abaf53db6c551f6]::Externalities>>>>>>::with::<environmental[b330eaa9c234ba78]::using<dyn sp_externalities[4abaf53db6c551f6]::Externalities, (), xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   25:     0x610916d39b0d - environmental[b330eaa9c234ba78]::using::<dyn sp_externalities[4abaf53db6c551f6]::Externalities, (), xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/environmental-1.1.4/src/lib.rs:115:9
[INFO] [stdout]   26:     0x610916d301a7 - <sp_externalities[4abaf53db6c551f6]::scope_limited::ext>::using::<(), xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/environmental-1.1.4/src/lib.rs:295:5
[INFO] [stdout]   27:     0x610916d31927 - sp_externalities[4abaf53db6c551f6]::scope_limited::set_and_run_with_externalities::<xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/substrate-ef701c1d76c9f8aa/946507b/primitives/externalities/src/scope_limited.rs:31:2
[INFO] [stdout]   28:     0x610916d39f6d - <sp_state_machine[86a395bc9ba697aa]::testing::TestExternalities<sp_core[53c247aeb925be3a]::hasher::blake2::Blake2Hasher>>::execute_with::<(), xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/substrate-ef701c1d76c9f8aa/946507b/primitives/state-machine/src/testing.rs:198:3
[INFO] [stdout]   29:     0x610916d3c4bc - <xcm_simulator_for_exercises[3a52afe4f116b9ad]::Relay as xcm_simulator[ef681e0e6e0109d5]::TestExt>::execute_without_dispatch::<(), xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/polkadot-b4e923577e855508/6457239/xcm/xcm-simulator/src/lib.rs:211:39
[INFO] [stdout]   30:     0x610916d31628 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<sp_state_machine[86a395bc9ba697aa]::testing::TestExternalities<sp_core[53c247aeb925be3a]::hasher::blake2::Blake2Hasher>>>>::try_with::<<xcm_simulator_for_exercises[3a52afe4f116b9ad]::Relay as xcm_simulator[ef681e0e6e0109d5]::TestExt>::execute_without_dispatch<(), xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   31:     0x610916d31073 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<sp_state_machine[86a395bc9ba697aa]::testing::TestExternalities<sp_core[53c247aeb925be3a]::hasher::blake2::Blake2Hasher>>>>::with::<<xcm_simulator_for_exercises[3a52afe4f116b9ad]::Relay as xcm_simulator[ef681e0e6e0109d5]::TestExt>::execute_without_dispatch<(), xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   32:     0x610916d3acc4 - <xcm_simulator_for_exercises[3a52afe4f116b9ad]::Relay as xcm_simulator[ef681e0e6e0109d5]::TestExt>::execute_without_dispatch::<(), xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/polkadot-b4e923577e855508/6457239/xcm/xcm-simulator/src/lib.rs:211:15
[INFO] [stdout]   33:     0x610916d3b0fe - <xcm_simulator_for_exercises[3a52afe4f116b9ad]::Relay as xcm_simulator[ef681e0e6e0109d5]::TestExt>::execute_with::<(), xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/polkadot-b4e923577e855508/6457239/xcm/xcm-simulator/src/lib.rs:53:16
[INFO] [stdout]   34:     0x610916d3d5fb - xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice
[INFO] [stdout]                                at /opt/rustwide/workdir/3-Writing_Sending_Executing_XCM/constructing-messages-with-simulator/src/lib.rs:168:3
[INFO] [stdout]   35:     0x610916d3c807 - xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/3-Writing_Sending_Executing_XCM/constructing-messages-with-simulator/src/lib.rs:125:38
[INFO] [stdout]   36:     0x610916d42696 - <xcm_simulator_constructing_message_and_send_exercise[598b49b67b037548]::tests::send_ump_withdraw_deposit_alice::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x610916d42a3b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x610916d42a3b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   39:     0x610916d50085 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   40:     0x610916d50085 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   41:     0x610916d50085 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   42:     0x610916d50085 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x610916d50085 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x610916d50085 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   45:     0x610916d50085 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   46:     0x610916d4ab34 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   47:     0x610916d4ab34 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   48:     0x610916d531d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   49:     0x610916d531d2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x610916d531d2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x610916d531d2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x610916d531d2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x610916d531d2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   54:     0x610916d531d2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x6109172d719f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   56:     0x6109172d719f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   57:     0x78fa6e85eaa4 - <unknown>
[INFO] [stdout]   58:     0x78fa6e8eba64 - clone
[INFO] [stdout]   59:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::send_ump_withdraw_deposit_alice
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p xcm-simulator-constructing-message-and-send-exercise --lib`
[INFO] running `Command { std: "docker" "inspect" "1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca", kill_on_drop: false }`
[INFO] [stdout] 1859bbc2825fd54e06a90bd8895e89780edeb15de5c79d3aa3aac1315fa7d3ca
