Skip to content

Instantly share code, notes, and snippets.

@quidio
Created October 16, 2019 06:59
Show Gist options
  • Save quidio/139a4cc02db6352cde620150b0998075 to your computer and use it in GitHub Desktop.
Save quidio/139a4cc02db6352cde620150b0998075 to your computer and use it in GitHub Desktop.
Atlantis issue #804 log
# First PR
Oct 16 06:15:01 atlantis atlantis[18324]: 2019/10/16 06:15:01+0000 [INFO] gitlab_client.go:89 server: Determined GitLab is running version 12.3.5
Oct 16 06:15:01 atlantis atlantis[18324]: 2019/10/16 06:15:01+0000 [INFO] server.go:407 server: Atlantis started - listening on port 4141
Oct 16 06:20:15 atlantis atlantis[18324]: 2019/10/16 06:20:15+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59380
Oct 16 06:20:15 atlantis atlantis[18324]: 2019/10/16 06:20:15+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:20:15 atlantis atlantis[18324]: 2019/10/16 06:20:15+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:20:15 atlantis atlantis[18324]: 2019/10/16 06:20:15+0000 [DBUG] events_controller.go:339 server: Ignoring unsupported event
Oct 16 06:20:15 atlantis atlantis[18324]: 2019/10/16 06:20:15+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
Oct 16 06:20:20 atlantis atlantis[18324]: 2019/10/16 06:20:20+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59382
Oct 16 06:20:20 atlantis atlantis[18324]: 2019/10/16 06:20:20+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:20:20 atlantis atlantis[18324]: 2019/10/16 06:20:20+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:20:20 atlantis atlantis[18324]: 2019/10/16 06:20:20+0000 [DBUG] events_controller.go:333 server: Handling as pull request event
Oct 16 06:20:20 atlantis atlantis[18324]: 2019/10/16 06:20:20+0000 [INFO] events_controller.go:411 server: Identified event as type "opened"
Oct 16 06:20:20 atlantis atlantis[18324]: 2019/10/16 06:20:20+0000 [INFO] events_controller.go:296 server: Executing autoplan
Oct 16 06:20:20 atlantis atlantis[18324]: 2019/10/16 06:20:20+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] project_command_builder.go:102 operations/users#9: Got workspace lock
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] project_command_builder.go:110 operations/users#9: 1 files were modified in this pull request
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [INFO] working_dir.go:123 operations/users#9: Creating dir "/data/atlantis/repos/operations/users/9/default"
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] working_dir.go:189 operations/users#9: Ran: git clone --branch master --single-branch https://adminbot:<redacted>@gitlab.example.com/operations/users.git /data/atlantis/repos/operations/users/9/default. Output: Cloning into '/data/atlantis/repos/operations/users/9/default'...
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] working_dir.go:189 operations/users#9: Ran: git remote add head https://adminbot:<redacted>@gitlab.example.com/operations/users.git. Output:
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] working_dir.go:189 operations/users#9: Ran: git fetch head +refs/heads/patch-first:. Output: From https://gitlab.example.com/operations/users
Oct 16 06:20:21 atlantis atlantis[18324]: * branch patch-first -> FETCH_HEAD
Oct 16 06:20:21 atlantis atlantis[18324]: * [new branch] patch-first -> head/patch-first
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] working_dir.go:189 operations/users#9: Ran: git merge -q --no-ff -m atlantis-merge FETCH_HEAD. Output:
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [INFO] project_command_builder.go:145 operations/users#9: Found no atlantis.yaml file
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [INFO] project_finder.go:54 operations/users#9: Filtered modified files to 1 .tf or terragrunt.hcl files: [admin-users.tf]
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [INFO] project_finder.go:75 operations/users#9: There are 1 modified project(s) at path(s): .
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [INFO] project_command_builder.go:147 operations/users#9: Automatically determined that there were 1 projects modified in this pull request: [repofullname=operations/users path=.]
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] project_command_builder.go:149 operations/users#9: Determining config for project at dir: "."
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] global_cfg.go:189 operations/users#9: Building config based on server-side config
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] global_cfg.go:319 operations/users#9: Setting apply_requirements: [mergeable] from repos[1], id: /.*/
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] global_cfg.go:319 operations/users#9: Setting workflow: "default" from repos[1], id: /.*/
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] global_cfg.go:319 operations/users#9: Setting allowed_overrides: [] from default server config
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] global_cfg.go:319 operations/users#9: Setting allow_custom_workflows: false from repos[1], id: /.*/
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [INFO] project_locker.go:74 operations/users#9: Acquired lock with id "operations/users/./default"
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] project_command_runner.go:144 operations/users#9: Acquired lock for project
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] working_dir.go:79 operations/users#9: Clone directory "/data/atlantis/repos/operations/users/9/default" already exists, checking if it's at the right commit
Oct 16 06:20:21 atlantis atlantis[18324]: 2019/10/16 06:20:21+0000 [DBUG] working_dir.go:101 operations/users#9: Repo is at correct commit "b4b1fbb9ef00007b1f8431a240a5eb830444b649" so will not re-clone
Oct 16 06:20:25 atlantis atlantis[18324]: 2019/10/16 06:20:25+0000 [INFO] terraform_client.go:229 operations/users#9: Successfully ran "/usr/local/bin/terraform init -input=false -no-color -upgrade -backend-config=\"bucket=operations-bucket\" -backend-config=\"region=eu-west-1\"" in "/data/atlantis/repos/operations/users/9/default"
Oct 16 06:20:25 atlantis atlantis[18324]: 2019/10/16 06:20:25+0000 [INFO] terraform_client.go:229 operations/users#9: Successfully ran "/usr/local/bin/terraform workspace show" in "/data/atlantis/repos/operations/users/9/default"
Oct 16 06:20:28 atlantis atlantis[18324]: 2019/10/16 06:20:28+0000 [INFO] terraform_client.go:229 operations/users#9: Successfully ran "/usr/local/bin/terraform plan -input=false -refresh -no-color -out \"/data/atlantis/repos/operations/users/9/default/default.tfplan\"" in "/data/atlantis/repos/operations/users/9/default"
Oct 16 06:20:28 atlantis atlantis[18324]: 2019/10/16 06:20:28+0000 [DBUG] command_runner.go:432 operations/users#9: Updating DB with pull results
Oct 16 06:20:28 atlantis atlantis[18324]: 2019/10/16 06:20:28+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59384
Oct 16 06:20:28 atlantis atlantis[18324]: 2019/10/16 06:20:28+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:20:28 atlantis atlantis[18324]: 2019/10/16 06:20:28+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:20:28 atlantis atlantis[18324]: 2019/10/16 06:20:28+0000 [DBUG] events_controller.go:330 server: Handling as comment event
Oct 16 06:20:28 atlantis atlantis[18324]: 2019/10/16 06:20:28+0000 [DBUG] events_controller.go:364 server: Ignoring non-command comment: "Ran Plan for dir: `.` workspace: `defaul..."
Oct 16 06:20:28 atlantis atlantis[18324]: 2019/10/16 06:20:28+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
# Second PR
Oct 16 06:24:30 atlantis atlantis[18324]: 2019/10/16 06:24:30+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59386
Oct 16 06:24:30 atlantis atlantis[18324]: 2019/10/16 06:24:30+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:24:30 atlantis atlantis[18324]: 2019/10/16 06:24:30+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:24:30 atlantis atlantis[18324]: 2019/10/16 06:24:30+0000 [DBUG] events_controller.go:339 server: Ignoring unsupported event
Oct 16 06:24:30 atlantis atlantis[18324]: 2019/10/16 06:24:30+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
Oct 16 06:24:36 atlantis atlantis[18324]: 2019/10/16 06:24:36+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59388
Oct 16 06:24:36 atlantis atlantis[18324]: 2019/10/16 06:24:36+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:24:36 atlantis atlantis[18324]: 2019/10/16 06:24:36+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:24:36 atlantis atlantis[18324]: 2019/10/16 06:24:36+0000 [DBUG] events_controller.go:333 server: Handling as pull request event
Oct 16 06:24:36 atlantis atlantis[18324]: 2019/10/16 06:24:36+0000 [INFO] events_controller.go:411 server: Identified event as type "opened"
Oct 16 06:24:36 atlantis atlantis[18324]: 2019/10/16 06:24:36+0000 [INFO] events_controller.go:296 server: Executing autoplan
Oct 16 06:24:36 atlantis atlantis[18324]: 2019/10/16 06:24:36+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
Oct 16 06:24:36 atlantis atlantis[18324]: 2019/10/16 06:24:36+0000 [DBUG] project_command_builder.go:102 operations/users#10: Got workspace lock
Oct 16 06:24:36 atlantis atlantis[18324]: 2019/10/16 06:24:36+0000 [DBUG] project_command_builder.go:110 operations/users#10: 1 files were modified in this pull request
Oct 16 06:24:36 atlantis atlantis[18324]: 2019/10/16 06:24:36+0000 [INFO] working_dir.go:123 operations/users#10: Creating dir "/data/atlantis/repos/operations/users/10/default"
Oct 16 06:24:36 atlantis atlantis[18324]: 2019/10/16 06:24:36+0000 [DBUG] working_dir.go:189 operations/users#10: Ran: git clone --branch master --single-branch https://adminbot:<redacted>@gitlab.example.com/operations/users.git /data/atlantis/repos/operations/users/10/default. Output: Cloning into '/data/atlantis/repos/operations/users/10/default'...
Oct 16 06:24:36 atlantis atlantis[18324]: 2019/10/16 06:24:36+0000 [DBUG] working_dir.go:189 operations/users#10: Ran: git remote add head https://adminbot:<redacted>@gitlab.example.com/operations/users.git. Output:
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] working_dir.go:189 operations/users#10: Ran: git fetch head +refs/heads/patch-second:. Output: From https://gitlab.example.com/operations/users
Oct 16 06:24:37 atlantis atlantis[18324]: * branch patch-second -> FETCH_HEAD
Oct 16 06:24:37 atlantis atlantis[18324]: * [new branch] patch-second -> head/patch-second
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] working_dir.go:189 operations/users#10: Ran: git merge -q --no-ff -m atlantis-merge FETCH_HEAD. Output:
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [INFO] project_command_builder.go:145 operations/users#10: Found no atlantis.yaml file
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [INFO] project_finder.go:54 operations/users#10: Filtered modified files to 1 .tf or terragrunt.hcl files: [dev-users.tf]
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [INFO] project_finder.go:75 operations/users#10: There are 1 modified project(s) at path(s): .
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [INFO] project_command_builder.go:147 operations/users#10: Automatically determined that there were 1 projects modified in this pull request: [repofullname=operations/users path=.]
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] project_command_builder.go:149 operations/users#10: Determining config for project at dir: "."
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] global_cfg.go:189 operations/users#10: Building config based on server-side config
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] global_cfg.go:319 operations/users#10: Setting apply_requirements: [mergeable] from repos[1], id: /.*/
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] global_cfg.go:319 operations/users#10: Setting workflow: "default" from repos[1], id: /.*/
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] global_cfg.go:319 operations/users#10: Setting allowed_overrides: [] from default server config
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] global_cfg.go:319 operations/users#10: Setting allow_custom_workflows: false from repos[1], id: /.*/
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] command_runner.go:432 operations/users#10: Updating DB with pull results
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59390
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] events_controller.go:330 server: Handling as comment event
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [DBUG] events_controller.go:364 server: Ignoring non-command comment: "Ran Plan for dir: `.` workspace: `defaul..."
Oct 16 06:24:37 atlantis atlantis[18324]: 2019/10/16 06:24:37+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
# first PR atlantis apply
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59394
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [DBUG] events_controller.go:330 server: Handling as comment event
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [INFO] events_controller.go:367 server: Parsed comment as command="apply" verbose=false dir="" workspace="" project="" flags=""
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [DBUG] events_controller.go:389 server: Executing command
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [INFO] command_runner.go:204 operations/users#9: Pull request mergeable status: true
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [DBUG] global_cfg.go:189 operations/users#9: Building config based on server-side config
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [DBUG] global_cfg.go:319 operations/users#9: Setting apply_requirements: [mergeable] from repos[1], id: /.*/
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [DBUG] global_cfg.go:319 operations/users#9: Setting workflow: "default" from repos[1], id: /.*/
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [DBUG] global_cfg.go:319 operations/users#9: Setting allowed_overrides: [] from default server config
Oct 16 06:28:02 atlantis atlantis[18324]: 2019/10/16 06:28:02+0000 [DBUG] global_cfg.go:319 operations/users#9: Setting allow_custom_workflows: false from repos[1], id: /.*/
Oct 16 06:28:04 atlantis atlantis[18324]: 2019/10/16 06:28:04+0000 [INFO] terraform_client.go:229 operations/users#9: Successfully ran "/usr/local/bin/terraform apply -input=false -no-color \"/data/atlantis/repos/operations/users/9/default/default.tfplan\"" in "/data/atlantis/repos/operations/users/9/default"
Oct 16 06:28:04 atlantis atlantis[18324]: 2019/10/16 06:28:04+0000 [INFO] apply_step_runner.go:55 operations/users#9: Apply successful, deleting planfile
Oct 16 06:28:04 atlantis atlantis[18324]: 2019/10/16 06:28:04+0000 [DBUG] command_runner.go:432 operations/users#9: Updating DB with pull results
Oct 16 06:28:04 atlantis atlantis[18324]: 2019/10/16 06:28:04+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59396
Oct 16 06:28:05 atlantis atlantis[18324]: 2019/10/16 06:28:05+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:28:05 atlantis atlantis[18324]: 2019/10/16 06:28:05+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:28:05 atlantis atlantis[18324]: 2019/10/16 06:28:05+0000 [DBUG] events_controller.go:330 server: Handling as comment event
Oct 16 06:28:05 atlantis atlantis[18324]: 2019/10/16 06:28:05+0000 [DBUG] events_controller.go:364 server: Ignoring non-command comment: "Ran Apply for dir: `.` workspace: `defau..."
Oct 16 06:28:05 atlantis atlantis[18324]: 2019/10/16 06:28:05+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
# First PR merge
Oct 16 06:29:31 atlantis atlantis[18324]: 2019/10/16 06:29:31+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59398
Oct 16 06:29:31 atlantis atlantis[18324]: 2019/10/16 06:29:31+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:29:31 atlantis atlantis[18324]: 2019/10/16 06:29:31+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:29:31 atlantis atlantis[18324]: 2019/10/16 06:29:31+0000 [DBUG] events_controller.go:339 server: Ignoring unsupported event
Oct 16 06:29:31 atlantis atlantis[18324]: 2019/10/16 06:29:31+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
Oct 16 06:29:31 atlantis atlantis[18324]: 2019/10/16 06:29:31+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59400
Oct 16 06:29:31 atlantis atlantis[18324]: 2019/10/16 06:29:31+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:29:31 atlantis atlantis[18324]: 2019/10/16 06:29:31+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:29:31 atlantis atlantis[18324]: 2019/10/16 06:29:31+0000 [DBUG] events_controller.go:333 server: Handling as pull request event
Oct 16 06:29:31 atlantis atlantis[18324]: 2019/10/16 06:29:31+0000 [INFO] events_controller.go:411 server: Identified event as type "closed"
Oct 16 06:29:31 atlantis atlantis[18324]: 2019/10/16 06:29:31+0000 [INFO] events_controller.go:310 server: Deleted locks and workspace for repo operations/users, pull 9
Oct 16 06:29:31 atlantis atlantis[18324]: 2019/10/16 06:29:31+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
Oct 16 06:29:32 atlantis atlantis[18324]: 2019/10/16 06:29:32+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59402
Oct 16 06:29:32 atlantis atlantis[18324]: 2019/10/16 06:29:32+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:29:32 atlantis atlantis[18324]: 2019/10/16 06:29:32+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:29:32 atlantis atlantis[18324]: 2019/10/16 06:29:32+0000 [DBUG] events_controller.go:330 server: Handling as comment event
Oct 16 06:29:32 atlantis atlantis[18324]: 2019/10/16 06:29:32+0000 [DBUG] events_controller.go:364 server: Ignoring non-command comment: "Locks and plans deleted for the projects..."
Oct 16 06:29:32 atlantis atlantis[18324]: 2019/10/16 06:29:32+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
Oct 16 06:29:32 atlantis atlantis[18324]: 2019/10/16 06:29:32+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59404
Oct 16 06:29:32 atlantis atlantis[18324]: 2019/10/16 06:29:32+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:29:32 atlantis atlantis[18324]: 2019/10/16 06:29:32+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:29:32 atlantis atlantis[18324]: 2019/10/16 06:29:32+0000 [DBUG] events_controller.go:339 server: Ignoring unsupported event
Oct 16 06:29:32 atlantis atlantis[18324]: 2019/10/16 06:29:32+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
# Second PR atlantis pull
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59406
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] events_controller.go:330 server: Handling as comment event
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [INFO] events_controller.go:367 server: Parsed comment as command="plan" verbose=false dir="" workspace="" project="" flags=""
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] events_controller.go:389 server: Executing command
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] project_command_builder.go:102 operations/users#10: Got workspace lock
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] project_command_builder.go:110 operations/users#10: 1 files were modified in this pull request
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] working_dir.go:79 operations/users#10: Clone directory "/data/atlantis/repos/operations/users/10/default" already exists, checking if it's at the right commit
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] working_dir.go:101 operations/users#10: Repo is at correct commit "af9a868a3529ae75f4ef602a04cb93b0bfde85e5" so will not re-clone
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [INFO] project_command_builder.go:145 operations/users#10: Found no atlantis.yaml file
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [INFO] project_finder.go:54 operations/users#10: Filtered modified files to 1 .tf or terragrunt.hcl files: [dev-users.tf]
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [INFO] project_finder.go:75 operations/users#10: There are 1 modified project(s) at path(s): .
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [INFO] project_command_builder.go:147 operations/users#10: Automatically determined that there were 1 projects modified in this pull request: [repofullname=operations/users path=.]
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] project_command_builder.go:149 operations/users#10: Determining config for project at dir: "."
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] global_cfg.go:189 operations/users#10: Building config based on server-side config
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] global_cfg.go:319 operations/users#10: Setting apply_requirements: [mergeable] from repos[1], id: /.*/
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] global_cfg.go:319 operations/users#10: Setting workflow: "default" from repos[1], id: /.*/
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] global_cfg.go:319 operations/users#10: Setting allowed_overrides: [] from default server config
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] global_cfg.go:319 operations/users#10: Setting allow_custom_workflows: false from repos[1], id: /.*/
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [INFO] project_locker.go:74 operations/users#10: Acquired lock with id "operations/users/./default"
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] project_command_runner.go:144 operations/users#10: Acquired lock for project
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] working_dir.go:79 operations/users#10: Clone directory "/data/atlantis/repos/operations/users/10/default" already exists, checking if it's at the right commit
Oct 16 06:30:41 atlantis atlantis[18324]: 2019/10/16 06:30:41+0000 [DBUG] working_dir.go:101 operations/users#10: Repo is at correct commit "af9a868a3529ae75f4ef602a04cb93b0bfde85e5" so will not re-clone
Oct 16 06:30:44 atlantis atlantis[18324]: 2019/10/16 06:30:44+0000 [INFO] terraform_client.go:229 operations/users#10: Successfully ran "/usr/local/bin/terraform init -input=false -no-color -upgrade -backend-config=\"bucket=operations-bucket\" -backend-config=\"region=eu-west-1\"" in "/data/atlantis/repos/operations/users/10/default"
Oct 16 06:30:44 atlantis atlantis[18324]: 2019/10/16 06:30:44+0000 [INFO] terraform_client.go:229 operations/users#10: Successfully ran "/usr/local/bin/terraform workspace show" in "/data/atlantis/repos/operations/users/10/default"
Oct 16 06:30:47 atlantis atlantis[18324]: 2019/10/16 06:30:47+0000 [INFO] terraform_client.go:229 operations/users#10: Successfully ran "/usr/local/bin/terraform plan -input=false -refresh -no-color -out \"/data/atlantis/repos/operations/users/10/default/default.tfplan\"" in "/data/atlantis/repos/operations/users/10/default"
Oct 16 06:30:47 atlantis atlantis[18324]: 2019/10/16 06:30:47+0000 [DBUG] command_runner.go:432 operations/users#10: Updating DB with pull results
Oct 16 06:30:48 atlantis atlantis[18324]: 2019/10/16 06:30:48+0000 [INFO] middleware.go:38 server: POST /events – from 99.99.99.99:59408
Oct 16 06:30:48 atlantis atlantis[18324]: 2019/10/16 06:30:48+0000 [DBUG] events_controller.go:89 server: Handling GitLab post
Oct 16 06:30:48 atlantis atlantis[18324]: 2019/10/16 06:30:48+0000 [DBUG] events_controller.go:326 server: Request valid
Oct 16 06:30:48 atlantis atlantis[18324]: 2019/10/16 06:30:48+0000 [DBUG] events_controller.go:330 server: Handling as comment event
Oct 16 06:30:48 atlantis atlantis[18324]: 2019/10/16 06:30:48+0000 [DBUG] events_controller.go:364 server: Ignoring non-command comment: "Ran Plan for dir: `.` workspace: `defaul..."
Oct 16 06:30:48 atlantis atlantis[18324]: 2019/10/16 06:30:48+0000 [INFO] middleware.go:42 server: POST /events – respond HTTP 200
# Result of atlantis plan
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
- destroy
Terraform will perform the following actions:
# module.userfirstpr.gitlab_user.user will be destroyed
- resource "gitlab_user" "user" {
- can_create_group = false -> null
- email = "[email protected]" -> null
- id = "17" -> null
- is_admin = false -> null
- is_external = false -> null
- name = "User first PR" -> null
- password = (sensitive value)
- projects_limit = 0 -> null
- skip_confirmation = true -> null
- username = "userfirstpr" -> null
}
# module.userfirstpr.random_password.password will be destroyed
- resource "random_password" "password" {
- id = "none" -> null
- length = 16 -> null
- lower = true -> null
- min_lower = 0 -> null
- min_numeric = 0 -> null
- min_special = 0 -> null
- min_upper = 0 -> null
- number = true -> null
- override_special = "/@\" " -> null
- result = (sensitive value)
- special = true -> null
- upper = true -> null
}
# module.usersecondpr.gitlab_user.user will be created
+ resource "gitlab_user" "user" {
+ can_create_group = false
+ email = "[email protected]"
+ id = (known after apply)
+ is_admin = false
+ is_external = false
+ name = "User second PR"
+ password = (sensitive value)
+ projects_limit = 0
+ skip_confirmation = true
+ username = "usersecondpr"
}
# module.usersecondpr.random_password.password will be created
+ resource "random_password" "password" {
+ id = (known after apply)
+ length = 16
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ override_special = "/@\" "
+ result = (sensitive value)
+ special = true
+ upper = true
}
Plan: 2 to add, 0 to change, 2 to destroy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment