Feat python type hints #749
Open
Travis CI / Travis CI - Pull Request
failed
Dec 30, 2023 in 17m 59s
Build Failed
The build failed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #749 Feat python type hints.
Any changes that have been made to the feat-python-type-hints branch before the build ran are also included.
Jobs and Stages
This build has 35 jobs, running in two sequential stages.
Stage 1: lint
This stage passed.
Job | PHP | ENV | OS | State |
---|---|---|---|---|
5421.1 Lint | 8.1 | SDK=Android11Java8 | Linux | passed |
Stage 2: test
This stage failed.
Job | PHP | ENV | OS | State |
---|---|---|---|---|
5421.2 | 8.1 | SDK=Android11Java8 | Linux | failed |
5421.3 | 8.1 | SDK=Android11Java11 | Linux | failed |
5421.4 | 8.1 | SDK=Android12Java8 | Linux | failed |
5421.5 | 8.1 | SDK=Android12Java11 | Linux | failed |
5421.6 | 8.1 | SDK=CLINode14 | Linux | failed |
5421.7 | 8.1 | SDK=CLINode16 | Linux | failed |
5421.8 | 8.1 | SDK=DartBeta | Linux | failed |
5421.9 | 8.1 | SDK=DartStable | Linux | failed |
5421.10 | 8.1 | SDK=Deno1193 | Linux | failed |
5421.11 | 8.1 | SDK=Deno1303 | Linux | failed |
5421.12 | 8.1 | SDK=DotNet60 | Linux | failed |
5421.13 | 8.1 | SDK=DotNet70 | Linux | failed |
5421.14 | 8.1 | SDK=FlutterStable | Linux | failed |
5421.15 | 8.1 | SDK=FlutterBeta | Linux | failed |
5421.16 | 8.1 | SDK=Go112 | Linux | failed |
5421.17 | 8.1 | SDK=Go118 | Linux | failed |
5421.18 | 8.1 | SDK=KotlinJava8 | Linux | failed |
5421.19 | 8.1 | SDK=KotlinJava11 | Linux | failed |
5421.20 | 8.1 | SDK=KotlinJava17 | Linux | failed |
5421.21 | 8.1 | SDK=Node12 | Linux | failed |
5421.22 | 8.1 | SDK=Node14 | Linux | failed |
5421.23 | 8.1 | SDK=Node16 | Linux | failed |
5421.24 | 8.1 | SDK=PHP74 | Linux | failed |
5421.25 | 8.1 | SDK=PHP80 | Linux | failed |
5421.26 | 8.1 | SDK=Python38 | Linux | failed |
5421.27 | 8.1 | SDK=Python39 | Linux | failed |
5421.28 | 8.1 | SDK=Python310 | Linux | failed |
5421.29 | 8.1 | SDK=Ruby27 | Linux | failed |
5421.30 | 8.1 | SDK=Ruby30 | Linux | failed |
5421.31 | 8.1 | SDK=Ruby31 | Linux | failed |
5421.32 | 8.1 | SDK=AppleSwift55 | Linux | failed |
5421.33 | 8.1 | SDK=Swift55 | Linux | failed |
5421.34 | 8.1 | SDK=WebChromium | Linux | failed |
5421.35 | 8.1 | SDK=WebNode | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Focal) |
PHP Version | 8.1 |
Build Configuration
{
"language": "php",
"os": [
"linux"
],
"dist": "focal",
"arch": [
"amd64"
],
"services": [
"docker"
],
"php": [
"8.1"
],
"stages": [
{
"name": "lint"
},
{
"name": "test"
}
],
"env": [
"jobs={:SDK=>\"Android11Java8\"}={:SDK=>\"Android11Java11\"}={:SDK=>\"Android12Java8\"}={:SDK=>\"Android12Java11\"}={:SDK=>\"CLINode14\"}={:SDK=>\"CLINode16\"}={:SDK=>\"DartBeta\"}={:SDK=>\"DartStable\"}={:SDK=>\"Deno1193\"}={:SDK=>\"Deno1303\"}={:SDK=>\"DotNet60\"}={:SDK=>\"DotNet70\"}={:SDK=>\"FlutterStable\"}={:SDK=>\"FlutterBeta\"}={:SDK=>\"Go112\"}={:SDK=>\"Go118\"}={:SDK=>\"KotlinJava8\"}={:SDK=>\"KotlinJava11\"}={:SDK=>\"KotlinJava17\"}={:SDK=>\"Node12\"}={:SDK=>\"Node14\"}={:SDK=>\"Node16\"}={:SDK=>\"PHP74\"}={:SDK=>\"PHP80\"}={:SDK=>\"Python38\"}={:SDK=>\"Python39\"}={:SDK=>\"Python310\"}={:SDK=>\"Ruby27\"}={:SDK=>\"Ruby30\"}={:SDK=>\"Ruby31\"}={:SDK=>\"AppleSwift55\"}={:SDK=>\"Swift55\"}={:SDK=>\"WebChromium\"}={:SDK=>\"WebNode\"}"
],
"notifications": {
"email": [
{
"recipients": [
"[email protected]"
]
}
]
},
"jobs": {
"include": [
{
"stage": "lint",
"name": "Lint",
"install": [
"composer install"
],
"script": [
"composer lint"
]
}
]
},
"before_install": [
"if [ ! -z \"${DOCKERHUB_PULL_USERNAME:-}\" ]; then\n echo \"${DOCKERHUB_PULL_PASSWORD}\" | docker login --username \"${DOCKERHUB_PULL_USERNAME}\" --password-stdin\nfi\n"
],
"install": [
"docker --version",
"composer install"
],
"script": [
"composer test tests/${SDK}Test.php"
]
}
Loading