質問編集履歴

1

修正

2022/01/03 08:53

投稿

JuniorSirius
JuniorSirius

スコア38

test CHANGED
File without changes
test CHANGED
@@ -250,7 +250,7 @@
250
250
 
251
251
 
252
252
 
253
- `ビルドの共通しているログを一部抜粋`
253
+ `ビルドの共通しているrspecエラーを一部抜粋`
254
254
 
255
255
  ```ここに言語を入力
256
256
 
@@ -283,3 +283,105 @@
283
283
  ./app/controllers/user_sessions_controller.rb:5:in `create'
284
284
 
285
285
  ```
286
+
287
+
288
+
289
+ `chromeインストールエラー`
290
+
291
+ ```ここに言語を入力
292
+
293
+ OK
294
+
295
+ deb https://dl.yarnpkg.com/debian/ stable main
296
+
297
+ Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
298
+
299
+ Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
300
+
301
+ Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
302
+
303
+ Get:4 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
304
+
305
+ Get:5 https://dl.yarnpkg.com/debian stable/main amd64 Packages [10.5 kB]
306
+
307
+ Get:6 https://dl.yarnpkg.com/debian stable/main all Packages [10.5 kB]
308
+
309
+ Reading package lists... Done
310
+
311
+ E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
312
+
313
+ N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
314
+
315
+ N: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Version' value from '10.1' to '10.11'
316
+
317
+ E: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
318
+
319
+ N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
320
+
321
+ E: Repository 'http://deb.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates'
322
+
323
+ N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
324
+
325
+ --2022-01-03 08:17:50-- http://chromedriver.storage.googleapis.com/87.0.4280.88/chromedriver_linux64.zip
326
+
327
+ Resolving chromedriver.storage.googleapis.com (chromedriver.storage.googleapis.com)... 172.253.122.128, 2607:f8b0:4004:82f::2010
328
+
329
+ Connecting to chromedriver.storage.googleapis.com (chromedriver.storage.googleapis.com)|172.253.122.128|:80... connected.
330
+
331
+ HTTP request sent, awaiting response... 200 OK
332
+
333
+ Length: 6121623 (5.8M) [application/zip]
334
+
335
+ Saving to: ‘/home/circleci/chromedriver_linux64.zip’
336
+
337
+
338
+
339
+ chromedriver_linux6 100%[===================>] 5.84M --.-KB/s in 0.06s
340
+
341
+
342
+
343
+ 2022-01-03 08:17:50 (99.8 MB/s) - ‘/home/circleci/chromedriver_linux64.zip’ saved [6121623/6121623]
344
+
345
+
346
+
347
+ Archive: /home/circleci/chromedriver_linux64.zip
348
+
349
+ inflating: /home/circleci/chromedriver
350
+
351
+ OK
352
+
353
+ Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
354
+
355
+ Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
356
+
357
+ Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
358
+
359
+ Get:4 http://dl.google.com/linux/chrome/deb stable InRelease [1811 B]
360
+
361
+ Hit:5 https://dl.yarnpkg.com/debian stable InRelease
362
+
363
+ Get:6 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1091 B]
364
+
365
+ Reading package lists... Done
366
+
367
+ E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
368
+
369
+ N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
370
+
371
+ N: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Version' value from '10.1' to '10.11'
372
+
373
+ E: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
374
+
375
+ N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
376
+
377
+ E: Repository 'http://deb.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates'
378
+
379
+ N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
380
+
381
+
382
+
383
+ Exited with code exit status 100
384
+
385
+ CircleCI received exit code 100
386
+
387
+ ```