Do not implement existing #values to weakmap #2362
Open
Travis CI / Travis CI - Pull Request
required action
Mar 11, 2024 in 44m 13s
Build Errored
The build errored, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #2362 Do not implement existing #values to weakmap.
Any changes that have been made to the release61 branch before the build ran are also included.
Jobs and Stages
This build has six jobs, running in parallel.
Job | Ruby | ENV | OS | State | Notes |
---|---|---|---|---|---|
8203.1 | 3.0.1 | ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip | Linux | failed | |
8203.2 | 2.7.3 | ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip | Linux | errored | |
8203.3 | 2.6.7 | ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip | Linux | errored | |
8203.4 | 2.5.9 | ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip | Linux | failed | |
8203.5 | jruby-9.2.19.0 | ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip | Linux | errored | |
8203.6 | jruby-head | ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip | Linux | failed | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | Ruby |
Operating System | Linux (Focal) |
Ruby Versions | 3.0.1, 2.7.3, 2.6.7, 2.5.9, jruby-9.2.19.0, jruby-head |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "focal",
"cache": {
"bundler": true
},
"env": [
"global={:ORACLE_FILE=>\"oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip\"}={:ORACLE_HOME=>\"/u01/app/oracle/product/11.2.0/xe\"}={:TNS_ADMIN=>\"$ORACLE_HOME/network/admin\"}={:NLS_LANG=>\"AMERICAN_AMERICA.AL32UTF8\"}={:ORACLE_BASE=>\"/u01/app/oracle\"}={:LD_LIBRARY_PATH=>\"$ORACLE_HOME/lib\"}={:PATH=>\"$PATH:$ORACLE_HOME/jdbc/lib\"}={:DATABASE_VERSION=>\"11.2.0.1\"}={:ORACLE_SID=>\"XE\"}={:DATABASE_NAME=>\"XE\"}={:ORA_SDTZ=>\"'Europe/Riga'\"}={:TZ=>\"'Europe/Riga'\"}={:JRUBY_OPTS=>\"'--debug --dev -J-Xmx1024M'\"}"
],
"before_install": [
"chmod +x .travis/oracle/download.sh",
"chmod +x .travis/oracle/install.sh",
"chmod +x .travis/setup_accounts.sh"
],
"install": [
".travis/oracle/download.sh",
".travis/oracle/install.sh",
".travis/setup_accounts.sh",
"ruby -v",
"bundle install"
],
"script": [
"bundle exec rake spec",
"rm Gemfile.lock",
"ruby guides/bug_report_templates/active_record_gem.rb",
"ruby guides/bug_report_templates/active_record_gem_spec.rb"
],
"rvm": [
"3.0.1",
"2.7.3",
"2.6.7",
"2.5.9",
"jruby-9.2.19.0",
"jruby-head"
],
"notifications": {
"email": [
{
"enabled": false
}
]
},
"jobs": {
"allow_failures": [
{
"rvm": "jruby-head"
}
]
}
}
Loading