8
Cargo.lock
generated
8
Cargo.lock
generated
@ -2305,7 +2305,7 @@ dependencies = [
|
|||||||
"solana-logger 0.16.0",
|
"solana-logger 0.16.0",
|
||||||
"solana-runtime 0.16.0",
|
"solana-runtime 0.16.0",
|
||||||
"solana-sdk 0.16.0",
|
"solana-sdk 0.16.0",
|
||||||
"solana_rbpf 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"solana_rbpf 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -2320,7 +2320,7 @@ dependencies = [
|
|||||||
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"solana-logger 0.16.0",
|
"solana-logger 0.16.0",
|
||||||
"solana-sdk 0.16.0",
|
"solana-sdk 0.16.0",
|
||||||
"solana_rbpf 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"solana_rbpf 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -2839,7 +2839,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "solana_rbpf"
|
name = "solana_rbpf"
|
||||||
version = "0.1.12"
|
version = "0.1.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -3686,7 +3686,7 @@ dependencies = [
|
|||||||
"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be"
|
"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be"
|
||||||
"checksum socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "4e626972d3593207547f14bf5fc9efa4d0e7283deb73fef1dff313dae9ab8878"
|
"checksum socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "4e626972d3593207547f14bf5fc9efa4d0e7283deb73fef1dff313dae9ab8878"
|
||||||
"checksum solana-ed25519-dalek 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1c21f9d5aa62959872194dfd086feb4e8efec1c2589d27e6a0339904759e99fc"
|
"checksum solana-ed25519-dalek 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1c21f9d5aa62959872194dfd086feb4e8efec1c2589d27e6a0339904759e99fc"
|
||||||
"checksum solana_rbpf 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "2b57f7d1bae8d902a3819f66aecb4006b6d8b181388a1580593979952f12df80"
|
"checksum solana_rbpf 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b6145a3a0104925b0be63e817f7b5814fac6aa29a328bbc1d637ffd33022d748"
|
||||||
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
||||||
"checksum string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b"
|
"checksum string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b"
|
||||||
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
||||||
|
@ -19,6 +19,9 @@ source scripts/ulimit-n.sh
|
|||||||
# Clear cached json keypair files
|
# Clear cached json keypair files
|
||||||
rm -rf "$HOME/.config/solana"
|
rm -rf "$HOME/.config/solana"
|
||||||
|
|
||||||
|
# Clear the BPF sysroot files, they are not automatically rebuilt
|
||||||
|
rm -rf target/xargo # Issue #3105
|
||||||
|
|
||||||
# Run tbe appropriate test based on entrypoint
|
# Run tbe appropriate test based on entrypoint
|
||||||
testName=$(basename "$0" .sh)
|
testName=$(basename "$0" .sh)
|
||||||
case $testName in
|
case $testName in
|
||||||
|
@ -25,7 +25,7 @@ solana-bpfloader = { path = "../bpf_loader", version = "0.16.0" }
|
|||||||
solana-logger = { path = "../../logger", version = "0.16.0" }
|
solana-logger = { path = "../../logger", version = "0.16.0" }
|
||||||
solana-runtime = { path = "../../runtime", version = "0.16.0" }
|
solana-runtime = { path = "../../runtime", version = "0.16.0" }
|
||||||
solana-sdk = { path = "../../sdk", version = "0.16.0" }
|
solana-sdk = { path = "../../sdk", version = "0.16.0" }
|
||||||
solana_rbpf = "=0.1.12"
|
solana_rbpf = "=0.1.13"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bpf_loader"
|
name = "bpf_loader"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
|
||||||
// #[macro_use]
|
#[macro_use]
|
||||||
extern crate alloc;
|
extern crate alloc;
|
||||||
extern crate solana_sdk_bpf_utils;
|
extern crate solana_sdk_bpf_utils;
|
||||||
|
|
||||||
@ -78,7 +78,6 @@ pub extern "C" fn entrypoint(_input: *mut u8) -> bool {
|
|||||||
// alloc::alloc::dealloc(ptr, layout);
|
// alloc::alloc::dealloc(ptr, layout);
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// TODO gremlin causes crash only on CI
|
|
||||||
// {
|
// {
|
||||||
// // Test allocated vector
|
// // Test allocated vector
|
||||||
|
|
||||||
@ -107,6 +106,20 @@ pub extern "C" fn entrypoint(_input: *mut u8) -> bool {
|
|||||||
// assert_eq!(v.len(), ITERS);
|
// assert_eq!(v.len(), ITERS);
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
{
|
||||||
|
// Test allocated vector
|
||||||
|
const ITERS: usize = 100;
|
||||||
|
let ones = vec![1_u64; ITERS];
|
||||||
|
let mut sum: u64 = 0;
|
||||||
|
|
||||||
|
for (i, _v) in ones.iter().enumerate() {
|
||||||
|
sol_log_64(i as u64, 0, 0, 0, 0);
|
||||||
|
sum += ones[i as usize];
|
||||||
|
}
|
||||||
|
sol_log_64(0x4, 0, 0, 0, sum);
|
||||||
|
assert_eq!(sum, ITERS as u64);
|
||||||
|
}
|
||||||
|
|
||||||
sol_log("Success");
|
sol_log("Success");
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
@ -108,7 +108,7 @@ mod bpf {
|
|||||||
|
|
||||||
let programs = [
|
let programs = [
|
||||||
"solana_bpf_rust_alloc",
|
"solana_bpf_rust_alloc",
|
||||||
// Disable due to #4271 "solana_bpf_rust_iter",
|
"solana_bpf_rust_iter",
|
||||||
"solana_bpf_rust_noop",
|
"solana_bpf_rust_noop",
|
||||||
];
|
];
|
||||||
for program in programs.iter() {
|
for program in programs.iter() {
|
||||||
|
@ -16,7 +16,7 @@ log = "0.4.2"
|
|||||||
serde = "1.0.92"
|
serde = "1.0.92"
|
||||||
solana-logger = { path = "../../logger", version = "0.16.0" }
|
solana-logger = { path = "../../logger", version = "0.16.0" }
|
||||||
solana-sdk = { path = "../../sdk", version = "0.16.0" }
|
solana-sdk = { path = "../../sdk", version = "0.16.0" }
|
||||||
solana_rbpf = "=0.1.12"
|
solana_rbpf = "=0.1.13"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["lib", "cdylib"]
|
crate-type = ["lib", "cdylib"]
|
||||||
|
@ -73,7 +73,7 @@ if [[ ! -f llvm-native-$machine-$version.md ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Install Rust-BPF
|
# Install Rust-BPF
|
||||||
version=v0.1.0
|
version=v0.1.1
|
||||||
if [[ ! -f rust-bpf-$machine-$version.md ]]; then
|
if [[ ! -f rust-bpf-$machine-$version.md ]]; then
|
||||||
(
|
(
|
||||||
filename=solana-rust-bpf-$machine.tar.bz2
|
filename=solana-rust-bpf-$machine.tar.bz2
|
||||||
|
Reference in New Issue
Block a user