ckb-x64-simulator 0.2.0

A simulator that allows running CKB smart contracts on x64 environment for tooling benefits
Documentation
Build #3229182020-12-07T03:40:27.133898+00:00
# rustc version
rustc 1.50.0-nightly (0f6f2d681 2020-12-06)# docs.rs version
docsrs 0.6.0 (31c864e 2020-11-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ckb-x64-simulator-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ckb-x64-simulator-0.2.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--resource-suffix" "-20201206-1.50.0-nightly-0f6f2d681" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] a03857b1e9990eb29ef5b84c67c554dcc752cc784642a6aed19e2a89bd756cff
[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" "a03857b1e9990eb29ef5b84c67c554dcc752cc784642a6aed19e2a89bd756cff", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.53
[INFO] [stderr]    Compiling libc v0.2.81
[INFO] [stderr]    Compiling serde_derive v1.0.118
[INFO] [stderr]    Compiling serde v1.0.118
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling cc v1.0.41
[INFO] [stderr]    Compiling getrandom v0.1.15
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling adler v0.2.3
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling heapsize v0.4.2
[INFO] [stderr]    Compiling gimli v0.23.0
[INFO] [stderr]    Compiling object v0.22.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.18
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling faster-hex v0.4.1
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling faster-hex v0.3.1
[INFO] [stderr]     Checking bit-vec v0.5.1
[INFO] [stderr]     Checking once_cell v1.5.2
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.69
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling serde_json v1.0.60
[INFO] [stderr]    Compiling bumpalo v3.4.0
[INFO] [stderr]     Checking itoa v0.4.6
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking futures v0.1.30
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking eaglesong v0.1.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.69
[INFO] [stderr]    Compiling ckb-script v0.37.0
[INFO] [stderr]     Checking ckb-vm-definitions v0.19.3
[INFO] [stderr]    Compiling merkle-cbt v0.3.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.3
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling blake2b-rs v0.1.5
[INFO] [stderr]    Compiling secp256k1-sys v0.1.2
[INFO] [stderr]    Compiling ckb-vm v0.19.3
[INFO] [stderr]    Compiling ckb-x64-simulator v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling addr2line v0.14.0
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]    Compiling phf_shared v0.7.24
[INFO] [stderr]    Compiling crossbeam-utils v0.6.6
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]    Compiling phf v0.7.24
[INFO] [stderr]    Compiling crossbeam-channel v0.3.9
[INFO] [stderr]     Checking quote v1.0.7
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]     Checking mapr v0.8.0
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling ckb-channel v0.37.0
[INFO] [stderr]    Compiling enum-display-derive v0.1.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling backtrace v0.3.55
[INFO] [stderr]    Compiling flate2 v1.0.19
[INFO] [stderr]    Compiling ckb-hash v0.37.0
[INFO] [stderr]     Checking secp256k1 v0.17.2
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling includedir v0.5.0
[INFO] [stderr]    Compiling synstructure v0.12.4
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.69
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]    Compiling thiserror-impl v1.0.22
[INFO] [stderr]    Compiling numext-constructor v0.1.6
[INFO] [stderr]    Compiling scroll_derive v0.10.4
[INFO] [stderr]    Compiling derive_more v0.99.11
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.69
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]    Compiling thiserror v1.0.22
[INFO] [stderr]     Checking scroll v0.10.2
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.69
[INFO] [stderr]    Compiling includedir_codegen v0.5.0
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]     Checking tempfile v3.1.0
[INFO] [stderr]     Checking numext-fixed-uint-core v0.1.6
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]     Checking ckb-occupied-capacity-core v0.37.0
[INFO] [stderr]     Checking toml v0.5.7
[INFO] [stderr]     Checking serde_plain v0.3.0
[INFO] [stderr]     Checking goblin v0.2.3
[INFO] [stderr]    Compiling ckb-system-scripts v0.5.1
[INFO] [stderr]    Compiling ckb-fixed-hash-core v0.37.0
[INFO] [stderr]     Checking molecule v0.6.0
[INFO] [stderr]     Checking jsonrpc-core v14.2.0
[INFO] [stderr]    Compiling ckb-occupied-capacity-macros v0.37.0
[INFO] [stderr]    Compiling numext-fixed-uint-hack v0.1.6
[INFO] [stderr]    Compiling ckb-fixed-hash-macros v0.37.0
[INFO] [stderr]     Checking js-sys v0.3.46
[INFO] [stderr]     Checking ckb-occupied-capacity v0.37.0
[INFO] [stderr]     Checking numext-fixed-uint v0.1.6
[INFO] [stderr]     Checking ckb-fixed-hash v0.37.0
[INFO] [stderr]     Checking ckb-error v0.37.0
[INFO] [stderr]     Checking ckb-rational v0.37.0
[INFO] [stderr]     Checking ckb-crypto v0.37.0
[INFO] [stderr]     Checking ckb-types v0.37.0
[INFO] [stderr]     Checking ckb-jsonrpc-types v0.37.0
[INFO] [stderr]     Checking ckb-dao-utils v0.37.0
[INFO] [stderr]     Checking ckb-pow v0.37.0
[INFO] [stderr]     Checking ckb-traits v0.37.0
[INFO] [stderr]    Compiling ckb-resource v0.37.0
[INFO] [stderr]     Checking ckb-chain-spec v0.37.0
[INFO] [stderr]     Checking ckb-standalone-debugger v0.3.0
[INFO] [stderr]  Documenting ckb-x64-simulator v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2m 47s
[INFO] running `Command { std: "docker" "inspect" "a03857b1e9990eb29ef5b84c67c554dcc752cc784642a6aed19e2a89bd756cff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a03857b1e9990eb29ef5b84c67c554dcc752cc784642a6aed19e2a89bd756cff", kill_on_drop: false }`
[INFO] [stdout] a03857b1e9990eb29ef5b84c67c554dcc752cc784642a6aed19e2a89bd756cff